#amraneze-Connect
1 messages · Page 1 of 1 (latest)
Yes, I'm trying to do a payout for a conencted account, but i'm getting
the request id is 'req_Zo81BoeNs1w5qG'
even i transferred money to the account
all this is in test mode
Thanks, can you use /v1/balance API to check the ACH balance of the connected account?
Can you expand the available and see the source_types?
Thanks, as you can see, you only have card source_type in your balance, you don't have enough ACH balance (aka bank_account source_type)
Can I use that balance to send money to an external bank account ?
my objectif is to do a payout to an external bank account of a connected account
so what I did, is transfer money from the balance to the connected account
then do a payout to his bank account
How can I send money from the balance to a external bank account ?
https://stripe.com/docs/api/transfers/create#create_transfer-source_type when you create the transfer, you can specify bank_account as the source_type , so that the transfer will be used to top up the ACH 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.
Ok, I will try that
How can I top up the balance? it shows this
but the balance is 982$
i'm getting this
because there is no funds for a transfer
😦
You can crate some ACH charges on the platform to top up the ACH balance