#hendr1x_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1313895513254531102
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
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.
- hendr1x_error, 1 hour ago, 31 messages
- hendr1x_error, 1 day ago, 8 messages
Hi there ๐ I'm pretty sure that fluctuates based on the type of Payment Method you're creating. Typically we recommend using our Payment Element, or our hosted flows, as they're designed to capture details that have the biggest impact on conversion.
Are you encountering errors during your testing indicating you need to collect additional information?
No errors. Just setting things up
Is there a list of required fields based on type of payment method?
Not that I'm aware of. I'd suggest looking at the direct API integration guide for the Payment Method types you're planning to support, looking for sections like this one that show what information should be provided when confirming the payment:
https://docs.stripe.com/payments/twint/accept-a-payment?platform=web&ui=direct-api#web-collect-payment-method-details
For instance the above shows that TWINT payments are expecting billing_details.name and billing_details.email.
What is TWINT?
A random type of payment method.
Can you tell me the requirements for cards + us_bank_account?
You didn't tell me what you were hoping to accept so I just grabbed one at random.
I don't think we have a guide for cards. But if you're planning on handling raw card details yourself, you'll want to ensure you're PCI compliant and have gotten access to handle raw card details by speaking with our Support team:
https://support.stripe.com/?contact=true
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 don't need a guide. I just need to know what has to be sent via billing_details.
I'm not planning on touching card data...I'm just sending address, email, phone to you
Then creating Payment Method objects directly doesn't make much sense. What is the flow you're envisioning here?
I appreciate your help. I don't think its worth either of our time going into this further. I will just wait for errors to appear as it seems you don't have the data needed. Thank you.
I'm happy to talk through this more, because if you aren't handling card details yourself then you're going to use a Setup Intent or Payment Intent to create the Payment Method, so it you shouldn't be calling createPaymentMethod(). But also happy to end it here if you don't think it'll be productive.