#Empress Brosephine
1 messages · Page 1 of 1 (latest)
Hi there
hey bismarck
The PaymentIntent hasn't been confirmed yet, correct?
correct
And you want to change it server-side
so context is: let's say they sign up for our app for a future date but in between first process they want to change the card
Then you would use the Update PaymentIntent endpoint: https://stripe.com/docs/api/payment_intents/update#update_payment_intent-payment_method
Oh okay well that's a bit different
gotcha
When are you charging the Customer?
on the start date of the products subscription , if that makes sense
so the clients will send a quote out to get payment details within stripe and once the quote is signed then they'll capture it
Okay so these are Subscriptions though, not one-off PaymentIntents