List your POS branches
curl -X GET "https://test-api.kashier.io/v3/payment/pos/branches"{ "body": { "response": { "branches": [ { "id": "string", "name": "string", "address": "string" } ] } }, "status": "string"}Retrieves the branches your POS terminals are assigned to, so you can group terminals and reports by physical location.
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
Response Body
application/json
application/json
application/json
application/json
application/json
Start a buy-now-pay-later payment on a terminal POST
Starts a buy-now-pay-later (BNPL) card-present operation on one of your POS terminals, optionally against a specific BNPL plan. Availability depends on the BNPL providers enabled on your merchant a…
List terminals GET
Retrieves the POS terminals registered on your merchant account. The list can be filtered by terminal ID, serial number, branch, label, status, and mode, and is paginated and sortable.