Get one terminal transaction
curl -X GET "https://test-api.kashier.io/v3/payment/pos/YOUR_TERMINAL_ID/transactions/string"{ "body": { "response": { "merchant_order_id": "string", "ref_number": "string", "amount": 0, "currency": "string", "payment_type": "string", "entry_mode": "string" } }, "status": "string"}Retrieves the details of a single card-present transaction processed on one of your POS terminals.
Authorization
secretKey Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).
In: header
Path Parameters
The terminal ID (ISO 8583 DE 41) of one of your POS terminals.
Kashier's transaction ID, as returned in the transactions list or in the POS webhook.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
List a terminal's transactions GET
Retrieves the card-present transactions processed on one of your POS terminals. The gateway passes the request through to the transaction manager unchanged, so the rows carry the same fields as the…
Get a terminal transaction report GET
Retrieves a transaction report for one POS terminal over a date and time window. Pass all as the terminalId to report across every terminal on your merchant account.