#zyondev-external-accounts
1 messages · Page 1 of 1 (latest)
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.
- zyondev-account-support, 3 days ago, 4 messages
- zyondev-reactnative, 6 days ago, 62 messages
Hello! When you set up the token as an external account did you get back a card_123 or src_123 ID?
const connectedAccount = await stripe.accounts.createExternalAccount(stripeConnectedAccountId, { external_account: tokenId });
Yeah, you should've gotten a different ID from that request that isn't the tok_123 ID
card_
zyondev-external-accounts
Yeah, you need to use the card_123 ID when you create the payout
👍