#Empress Brosephine

1 messages · Page 1 of 1 (latest)

tardy flameBOT
echo pumice
#

Hi there

woeful wind
#

hey bismarck

echo pumice
#

The PaymentIntent hasn't been confirmed yet, correct?

woeful wind
#

correct

echo pumice
#

And you want to change it server-side

woeful wind
#

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

echo pumice
#

Oh okay well that's a bit different

woeful wind
#

gotcha

echo pumice
#

When are you charging the Customer?

woeful wind
#

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

echo pumice
#

Okay so these are Subscriptions though, not one-off PaymentIntents

woeful wind
#

gotcha yeah my b I guess its used through PaymentMethods

#

so maybe it's just as simple as removing teh paymentmethod and then creating a new one lol

echo pumice
#

Yeah pretty much

#

You would just change the invoice_settings.default_payment_method if you are setting default PaymentMethods at the Customer level.