#_.noobmaster69._

1 messages · Page 1 of 1 (latest)

leaden skiffBOT
#

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.

rapid token
#

Does stripe provide a test token for external account card??

#

so that i can test?

upper fog
#

By default, Stripe doesn't allow sending raw card detail via API. You'd need to collect the card details to create card token via Card Element, then set it external card account:

  1. Create a card token with Card Element: https://docs.stripe.com/js/tokens/create_token?type=cardElement
  2. Add the card token to the Custom connected account: https://docs.stripe.com/api/external_account_cards/create
rapid token
#

ok thanks i will try this