Confirm the form before checking the strip

When using stack verification , how can I continue if I want the button to first check the entire form before showing the credit card payment pop-up?

In other words, how can I make the โ€œpayโ€ button pay more (if the form is in order, then proceed to payment).

Is this possible with checkout or should I create my own form with stripe.js and ignore the validation.

thanks

+4
source share
1 answer

There is nothing magical about the pay button; this is just the element you have JavaScript bound to.

Stripe Checkout - StripeCheckout.open.

, Checkout, JavaScript ( , - ), , Checkout,

. .

0

All Articles