#testDeveloper
1 messages · Page 1 of 1 (latest)
Hi, according to the message, you can't send a Stripe account value acct_xxx into the parameter destination
The ID of a bank account or a card to send the payout to. If no destination is supplied, the default external account for the specified currency will be used.
If you simply want to create a Payout to your own account, just don't specify that parameter
can we retrive bank id from connected account?
no other connected accounts
https://stripe.com/docs/connect/manual-payouts#regular-payouts simply set it up using the stripe_account parameter
If you call the Balance API on that connected account, how much do you see?
$10 doesn't mean you have $10. There is processing fee taken from it
its showing in pending balance
balance {
object: 'balance',
available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
instant_available: [ { amount: 0, currency: 'usd', source_types: [Object] } ],
livemode: false,
pending: [ { amount: 1000, currency: 'usd', source_types: [Object] } ]
}
when is the balance available after tranfer ?
how will check if i am using API?
Can you find the Balance Transaction of the $10 charge? You can look at its available property