#_.noobmaster69._
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.
- .noobmaster69., 19 hours ago, 15 messages
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:
- Create a card token with Card Element: https://docs.stripe.com/js/tokens/create_token?type=cardElement
- Add the card token to the Custom connected account: https://docs.stripe.com/api/external_account_cards/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ok thanks i will try this