#Durrell. - account balance
1 messages · Page 1 of 1 (latest)
Apologies, I am still looking in to this. It is a bit trickier for me to look at this balance than I thought
I can see the balance on your test account but I am not seeing GET requests to the balance endpoint on that account. Can you try again and send me the request ID from your call? https://stripe.com/docs/api/request_ids
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
It looks like you may need to specify the stripe account in a different way (using stripe_account instead of account_id)
Stripe::Balance.retrieve({stripe_account: 'acct_1LFlNjQrbeEn4BPI'})