#pqvst
1 messages ยท Page 1 of 1 (latest)
Hello ๐
I don't think checkout supports prefilling card information w/ subscriptions. Let me double check..
hmm not finding any docs for this. Quick question, are you setting setup_future_usage parameter when you create a checkout session in subscription mode?
no, i tried, but it says not compatible with subscription mode
Ah I wonder if the parameter is only limited to payment mode
indeed
yup that's what I thought since the payment intent lives on the invoice for subscriptions
Creating a setup intent then using that for subscriptions might be the way.
actually. weird. i just tested creating a fresh customer, and now it worked ๐ค
it pre-filled my payment method from the first subscription
so, i'm thinking maybe it stopped doing that if i change card on the subscription
Ah Intersting...
I know Checkout prefills the last successful PaymentMethod that the customer has used for payment (via Checkout) but the above behavior I wasn't totally sure about.
it looks like when updating payment methods i update the subscriptions default payment method. maybe that's why.
maybe i should update the customer default payment method instead.
probably, would recommend running multiple tests to be 100% certain
i do have another, unrelated question
we're using stripe checkout with multiple currencies
is it by-design that the currency doesn't change when changing country in checkout?
for example, i am swedish, my payment card is swedish, and billed in SEK
i am temporarily in a different EU country, so checkout preselects that country and EUR
i manually change to "Sweden" - but the currency doesn't change to SEK. it stays in EUR
That's correct, I think it depends on geolocation
hmm ok
and i'm guessing checkout doesn't support letting the user choose currency in any other way?
Not really!
alright. thanks for your help!