#KrisK

1 messages · Page 1 of 1 (latest)

iron mistBOT
radiant quiver
#

What exactly do you mean by 'validate the Stripe form'? What function are you executing?

gloomy crescent
#

so I have a payment page with my form about a customer, address etc. on the same page is your stripe elements form. When customer clicks submit, first Id like to send stripe details and valiedate if payment will go thru, if yes then proccess some actions on the server, and then process a payment

radiant quiver
#

You mean to check if the payment details are valid, etc?

gloomy crescent
#

yes

radiant quiver
gloomy crescent
#

the same process if the validation and payment is just couple seconds later?

radiant quiver
#

The only other way to send those card details to the card networks is via a Setup Intent

#

Otherwise the client-side JS from the payment form is just doing basic tokenisation checks (luhn, is a future expiry date, etc)

gloomy crescent
#

thanks a lot. no more questions.