#๐Ÿ’ช๐ŸฆŠ

1 messages ยท Page 1 of 1 (latest)

burnt obsidianBOT
proud finch
#

Are instant payouts enabled on the platform account?

opal cobalt
#

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"?

proud finch
#

What kind of token is req.body.token?

opal cobalt
#

its just the tokenized Card info I collect through Elements

proud finch
#

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

opal cobalt
#

I used the visa debit testing card

#

if that is important

#

4000056655665556

proud finch
#

Do you have a request ID for the request that gave you that error?

opal cobalt
#

req_BzXr5fbXtNBryD

#

guessing its that

proud finch
#

Yep! Digging more now

proud finch
#

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.

opal cobalt
#

Right okay

#

I think I can collect bank details with uh... elements right?

proud finch
#

Yup!

opal cobalt
#

and is it added as an external account the same way?

#

tokenize the info > then createExternalAccount with the token?

proud finch
#

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

opal cobalt
#

ah okay Ill figure it out

#

thanks for your help