#Valaris
1 messages · Page 1 of 1 (latest)
Hi, taking a look here
How are you setting the payment details? Are you passing off_session so it's saved for future payments without needing to 3DS?
Yes I use off_session for the current subscription to pay every month without having to confirm on 3D secure
but for changing subscription I don't know how
You should be able to add that payment method as the default on the customer, https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method and it should work.
Ok I'm gonna try thanks