cURL
curl --request GET \ --url http://127.0.0.1:8080/v1/c/customer/{customer_id}/balance \ --header 'wb-key: <api-key>'
[ { "currency": "usd", "customer_id": "Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670", "deposits": {}, "invoices": {}, "total_invoices_ready_for_payment": "<string>", "wb_customer_id": "Cust_c40bea18-c0c9-44b1-bd0c-43f5283e1670" } ]
Return all balances of a customer (one balance per currency).
Id of the Customer
Customer Balance
The response is of type object[].
object[]