KashierDevelopersKashier Developers

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
Authorization<token>

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

GET
/v3/payment/pos/branches