v1

latestOpenAPI 3.1.02026-07-263436159.3 KB

Get Merchant Balance

Use this call to retrieves your shop’s balance at any time.

get/shop-balance

Headers

Ocp-Apim-Subscription-Keystring required

The subscription key has a length of 32 characters and will be provided within the API keys. Will be available for new integrations from July 24th onwards.

Response

200

transactionsBalanceinteger
payoutsLocalBalancenumber
adjustmentMovementsBalancenumber
lastUpdateDatestring
balancenumber
payInBalancenumber

Example response

{
  "payoutsLocalBalance": 18.24,
  "adjustmentMovementsBalance": 705.23,
  "lastUpdateDate": "2020-08-19T14:14:47.517",
  "balance": 686.99,
  "payInBalance": 705.23
}