v1

latestOpenAPI 3.0.3Apache 2.02026-07-24153058.9 KB
account

Get accounts information

Retrieve all accounts information for the merchant

get/api/v1/accounts

Response

OK

Example response

[
  {
    "debit": {
      "accountId": 23422,
      "balance": 900.5
    },
    "credit": {
      "accountId": 32423,
      "balance": 190.5
    }
  }
]