#gyan-ach-api
1 messages · Page 1 of 1 (latest)
in this document, what is confirmation form? confirmationform.show()
// We collected an account - possibly instantly verified, but possibly
// manually-entered. Display payment method details and mandate text
// to the customer and confirm the intent once they accept
// the mandate.
confirmationForm.show();
(looking with @fast osprey who is taking over)
I believe this shows the payment method and the mandate text to confirm the intent once they accept the mandate.
You can find more details here: https://stripe.com/docs/payments/ach-debit/accept-a-payment?platform=web&ui=API#web-collect-mandate-and-submit
so, it is a custom component with mandate text with agree and disagree button?
Yes, you'd display mandate terms for them to accept and once submitted it confirms the PaymentIntent
okay