#siddique_code

1 messages ¡ Page 1 of 1 (latest)

ocean valeBOT
#

👋 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.

white valley
#

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?

sweet knot
#

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

white valley
sweet knot
#

Yes I want to use payment intent. Does payment intent take bank account token directly?

white valley
#

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.

sweet knot
#

Are you confident about this?

zinc craneBOT
quick owl
#

yes. We prefer that you use PaymentIntents and our ACH solution instead of Plaid.

sweet knot
#

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

sweet knot
#

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

quick owl
#

where does it say that?

sweet knot
quick owl
#

yeah that's irrelevant since it's for if you're using the legacy integration