#netCU

1 messages ยท Page 1 of 1 (latest)

unborn gullBOT
slow prawn
#

๐Ÿ‘‹ happy to help

#

this would let you confirm the Payment Intent once you collect the payment details

regal crescent
#

I set now confirm to false when I create the PaymentIntent - same behavior

#

We have three calls: createPaymentIntent (PHP), confirmCardPayment (JS) for saving the creditcard number and so on. And last step is confirmPayment (PHP) where we would like that the Payment should be processed and we expect to get a return url for 3DS auth

#

of course we create the elements with the stripe js api

slow prawn
#

ok would you mind sending the latest PI id?

regal crescent
#

3M80lMK6CrY2OmKl0sGYFBF7

#

pi_3M80lMK6CrY2OmKl0sGYFBF7

#

did it transfer the creditcard data (number was 4242 4242 4242 4242)

slow prawn
#

sorry still taking a look

#

sorry for the late reply

#

which means that your integration would look like
createPaymentIntent (PHP), createPaymentMethod (JS) for saving the creditcard number and so on. And last step is confirmPayment (PHP) and you pass confirm: true and payment_method: $payment_method_id