#LuisEgusquiza
1 messages · Page 1 of 1 (latest)
Hi there
Do you have an example PI?
Sounds like you didn't perform bank verification?
PI = PaymentIntent
This is the PI that is pending.
PI=pi_3MZKaeJfOL9bpqQg0PkpUcGT
And what would be the step for bank verification, could you please tell me?
Okay so you confirmed the PaymentIntent on your server
Let's back up
Are you following a set of docs here?
Have you taken a look at https://stripe.com/docs/payments/ach-debit/accept-a-payment?
Thank you very much I just reviewed the documentation and you will forgive me but I can't find when to confirm the bank account.
Could you help me by indicating pleas
Hi, stepping in here
Let me catch up
Are you referring to when the bank is verified, if so, you might be looking for this: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout#instant-only-verification
thanks for answering.
These points is what you do and it comes out. 1. Create a Payment Intent.
2. Linkie A bank account.
3. Confirm the PaymentIntent, /v1/payment_intents/xxxx/confirm
What I want to know is how I can make the status of that payment go to pending. your help please. the PI is pi_3MZKaeJfOL9bpqQg0PkpUcGT
This, https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-verify-with-microdeposits is what you need to do. Let me know what questions you have after reviewing this guide.