#zhangweijun
1 messages · Page 1 of 1 (latest)
Example code for wanting the Vue version
Hi
Not sure about that, by checking if I can find something...
I would like a complete code for this page. Currently, this page only explains some of the code
I couldn't find that exact integration,
You can begin with this ach integration:
https://github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/html/ach.html
https://github.com/stripe-samples/accept-a-payment/blob/main/custom-payment-flow/client/html/ach.js
And then adapt it with the instant verification mode according to that guide.
https://stripe.com/docs/payments/ach-debit/set-up-payment?platform=web#web-collect-details What are these two stripe elements, then
No, these are some DOM form
the paymentMethodForm is your payment form (like any normal html form with a submit button)
while the confirmationForm is a HTML page for isplaying payment method details and mandate to the customer and confirm the intent once they accept the mandate.
Thank you Thank you