#๐ช๐ฆ
1 messages ยท Page 1 of 1 (latest)
Are instant payouts enabled on the platform account?
they are not but this isnt my issue. the thing is I am not looking to use instant payouts
that is all I am trying to do is save the given card token to a connected custom account
am I missing a parameter to say "don't make instant payouts"?
What kind of token is req.body.token?
Hmmm, not all debit card payouts are considered instant payouts, but I think that the API doesn't differentiate between a debit card being added for regular payouts and a debit card being added for instant payouts
Let me dig on this a bit and circle back
Do you have a request ID for the request that gave you that error?
Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Yep! Digging more now
Alright, apologies for the wait. It looks like standard (non-instant) card payouts are only allowed in the US. In other countries, we require you to add a card only if it can be used with instant payouts
I am not finding any good public docs on this, but it looks like you will have to use only bank accounts for payouts.
Yup!
and is it added as an external account the same way?
tokenize the info > then createExternalAccount with the token?
Err, actually I don't think this is possible with stripe.js unless the account is in the U.S. You would have to add the bank account server-side otherwise