#siddique_code
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/1235891732168572950
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Sources are deprecated, please don't use it, especially in new integrations.
What are you trying to achieve exactly?
I need to implement ACH payment , I successfully generated stripe bank token using plaid API. Now I want to use that token so that payment can be done. My client website is donation website and there is not login/registration system in it. People usually come on the website and fill the form and select the amount of donation , Then they can pay using Debit card and US Bank account. Debit card payment is working fine but ACH is not completed yet
Please use PaymentIntents + Stripe Checkout/Payment Element, it supports all the payment method types, and is the recommended integration path: https://docs.stripe.com/payments/accept-a-payment?platform=web&ui=elements
Yes I want to use payment intent. Does payment intent take bank account token directly?
You shouldn't be using tokens here, it's also deprecated.
You create the PaymentIntent and then present the Payment Element to the customer. From there they can pay using their preferred payment method type.
Are you confident about this?
yes. We prefer that you use PaymentIntents and our ACH solution instead of Plaid.
Can you please guide about the flow? any tutorial?
but please note that I want an instant bank account verification . Stripe doc says it takes upto 5 business days if we dont use plaid
but please note that I want an instant bank account verification . Stripe doc says it takes upto 5 business days if we dont use plaid
where does it say that?
yeah that's irrelevant since it's for if you're using the legacy integration
there is instant verification on the new integration(https://docs.stripe.com/payments/ach-debit) which is what you'd be using, rather than Plaid.