Retrieve the balance information for a customer.
cURL
curl --request GET \ --url https://api.useproxy.ai/v1/customers/{customerId}/balances \ --header 'Authorization: Bearer <token>'
{ "currency": "<string>", "available": 123, "pending": 123, "posted": 123, "limit": 123, "updatedAt": "2023-11-07T05:31:56Z" }
API key authentication. Include your API key in the Authorization header as Bearer <api_key>.
Bearer <api_key>
Customer ID (e.g., cus_...)
Balance information
Available balance in cents
Pending/held amount in cents
Posted charges in cents
Credit limit in cents