#hieutrung203
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.
- hieutrung203, 1 hour ago, 13 messages
- hieutrung203, 2 days ago, 14 messages
hello?
Hi there, you can use stripe.js to create a bank account token, and pass it to your backend to create an external account
do you have a document for that?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can't add EXTERNAL ACCOUNTS for connect account via API
the second link is about bank account, what about card?
error You must provide a Stripe Element or a valid token type to create a Token.
what can i do
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
i find this document "https://stripe.com/docs/payments/external-payment-methods", this link is usefull for my problem?
No it's about external payment methods, not external account
my problem right here, your solution still correct right?
Have you tried what I suggested?
i'm still trying, but i want to confirm my problem with you
If you question is about how to use Stripe.js to collect a bank account/debit card details and use them to create an external account, then yes I've already answered this question.
hi jack, i already try your solution, its return error Please use Stripe Elements to collect card details: https://stripe.com/docs/stripe-js#elements. what can i do?
Show me your code
here
i use hard code with test card first
i want to make sure it will working for live production
No you shouldn't hard code the card value.
You should use Stripe Elements to collect card details, as the error message suggests
hello, i have a question, if i dont create customer for connect account, can i payment with card for connect account?