Retrieves the credit balance summary for a customer.
Parameters
- customerstring
The customer for which to fetch credit balance summary.
- filterobjectRequired
The filter criteria for the credit balance summary.
- customer_
accountstringPreview feature The account for which to fetch credit balance summary.
Returns
Returns the credit balance summary.
Response
{ "object": "billing.credit_balance_summary", "balances": [ { "available_balance": { "monetary": { "currency": "usd", "value": 1000 }, "type": "monetary" }, "ledger_balance": { "monetary": { "currency": "usd", "value": 1000 }, "type": "monetary" } } ], "customer": "cus_QsEHa3GKweMwih", "livemode": false}