Skip to main content
GET
/
seller
/
balance
Retrieve balance
curl --request GET \
  --url https://api.managem.co.uk/seller/balance \
  --header 'Authorization: Bearer <token>'
{
  "pending": 123,
  "available": 123,
  "currency": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

Seller balance

Current available balance for the seller account

pending
number
required

Pending balance in the smallest currency unit

available
number
required

Available balance in the smallest currency unit

currency
string
required

Three-letter ISO currency code of the balance