#allianceRes
1 messages · Page 1 of 1 (latest)
Hi there!
This is explained here: https://stripe.com/docs/api/accounts/object#account_object-capabilities-transfers
ok thank you! I still have another question.
how can i check if the transfer from stripe account to bank account is ok?
Is it enought to check charges_enabled and payouts_enabled ?
how can i check if the transfer from stripe account to bank account is ok?
Are you talking about a payout from your Stripe account to your bank account?
We are a platform that receive payment of customer then send it to stripe account of merchant.
so we want also check that transfer from stripe account of the merchant to his bank account is ok
The Payout object has a status you can check: https://stripe.com/docs/api/payouts/object#payout_object-status
Yes but before initiate it we want to be sure that the transfer can be done