#jahirjje

1 messages · Page 1 of 1 (latest)

restive cradleBOT
jade siren
#

What are you using to create payments? Stripe Checkout? Payment Elements?

earnest merlin
#

I create my paymentintents with php and js to confirm the payment method

jade siren
#

That's not really useful information. Both Checkout and the Payment Element do that. What type of form are you using to accept payment credentials?

earnest merlin
#

I create the payment method with a setup intent, and i save it.

#

i use php to create the setup intent, and i use js to validate with confirmCardSetup

jade siren
#

What are you using on the front end? Just a regular HTML form?

earnest merlin
#

Yes

jade siren