#gyan-ach-api

1 messages · Page 1 of 1 (latest)

pseudo scaffold
#

hello @limber delta what's your question?

limber delta
#

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();

pseudo scaffold
#

(looking with @fast osprey who is taking over)

fast osprey
#

I believe this shows the payment method and the mandate text to confirm the intent once they accept the mandate.

limber delta
#

so, it is a custom component with mandate text with agree and disagree button?

fast osprey
#

Yes, you'd display mandate terms for them to accept and once submitted it confirms the PaymentIntent

limber delta
#

okay