#hendr1x

1 messages · Page 1 of 1 (latest)

west iceBOT
north nimbus
#

Actually it looks like I already have the payment_intent + payment_intent_client_secret...I don't even need to save it

#

It is saved/generated server side when I created the payment intent

tacit basin
north nimbus
#

ok. I don't think I want to create multiple payment flows. If that is the case I have to handle all fields (my form data) on this page with ajax first and then allow stripe to do its redirect correct?

tacit basin
#

As in use that ajax request to send data back to your server and then call confirmPayment? That makes sense to me. The one thing I can think of that might be a concern is that Apple Pay will error out if the sheet isn't shown pretty quickly after the user clicks on your pay button. If that request takes too long it could prevent apple pay from showing properly

#

What data are you passing back with this ajax request?

north nimbus
#

billing address

tacit basin
north nimbus
#

thats perfect

#

thank you very much!

west iceBOT