#zyondev-external-accounts

1 messages · Page 1 of 1 (latest)

jade bisonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

agile crypt
#

Hello! When you set up the token as an external account did you get back a card_123 or src_123 ID?

crisp mortar
#

const connectedAccount = await stripe.accounts.createExternalAccount(stripeConnectedAccountId, { external_account: tokenId });

agile crypt
#

Yeah, you should've gotten a different ID from that request that isn't the tok_123 ID

crisp mortar
#

card_

jade bisonBOT
#

zyondev-external-accounts

agile crypt
#

Yeah, you need to use the card_123 ID when you create the payout

crisp mortar
#

i got it to work with that

#

thanks

agile crypt
#

👍