Skip to main content
GET
/
payment
/
api
/
v1
/
payout
/
balances
/
{user_id}
Get Payout Balances
curl --request GET \
  --url https://api.carbnconnect.com/payment/api/v1/payout/balances/{user_id} \
  --header 'x-api-key: <api-key>'
{
  "balances": [
    {
      "currency": "PHP",
      "amount": "506.54"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for authentication. Must be included in the x-api-key header.

Path Parameters

user_id
string<uuid>
required

Unique identifier of the user

Response

Payout balances retrieved successfully

balances
object[]