#rogerc - customer balance
1 messages · Page 1 of 1 (latest)
I don't understand your question. If you want the customer balance, it's on the customer object here: https://stripe.com/docs/api/customers/object#customer_object-balance
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i want to use this api
but i can not get cbtxn_1LUnx1KxfBek24OVyqeiO7Fy
You can use https://stripe.com/docs/api/customer_balance_transactions/list to list customer balance transactions.