GET
/
user
/
balances
curl --request GET \
  --url https://staging-api.getpartna.com/v4/user/balances \
  --header 'x-api-key: <api-key>' \
  --header 'x-api-user: <api-key>'
{
  "data": {
    "customer": {
      "availableBalance": 0,
      "pendingDebit": 0
    },
    "merchant": {
      "availableBalance": 0,
      "pendingDebit": 0
    }
  },
  "message": "success"
}

Authorizations

x-api-key
string
header
required
x-api-user
string
header
required

Response

200 - application/json

get user balances ok

The response is of type object.