#sonuk96 - new ach payment
1 messages · Page 1 of 1 (latest)
Hello,
Happy to help
You can check this link :
https://stripe.com/docs/payments/ach-debit/migrations
And if you don't have already an integration you an check this one
https://stripe.com/docs/payments/ach-debit/accept-a-payment
Yes I Already Create the Payment intent API but when i am Implement the Payment Method API its Get the Exception Error -Need to Require Mandate ID so we will Get the Mandate ID
How are you trying to integrate it ? is it a checkout or a payment element ?
payment Element
ok, could you please provide us the PI id please?
I am Implement the ACH for User pay the Payment Through bank Account
what is Pl id where we get This
You can find it in
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Please provide the related PaymentIntent Id
Payment Intent ID -pi_3LNKV4IDmpukn4xR1zT3lRoa
And in stripe UI payment show incomplete status
Ok, so based on the way you created the PaymentIntent you should follow this step to confirm and collect the mandate
https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-collect-mandate-and-submit
How i will Collect the Mandate and Submit is Any API for that
Hi! I'm taking over this thread.
Give me a few minutes to look into this.
ok
The simplest way to collect a mandate is to directly use Checkout Session that does all of this for you. https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=checkout