API Reference
Reference for the API
Retrieve available payout balances for a user, grouped by currency.
cURL
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" } ] }
API key for authentication. Must be included in the x-api-key header.
Unique identifier of the user
Payout balances retrieved successfully
Show child attributes