#icurrytheteam
1 messages · Page 1 of 1 (latest)
What is the use case here? For subscription to charge in future cycle, payment method will be saved
I mean, in the instance, the user want's to purchase another subscription from a different vendor. I want them to have to enter their card info again.
Like when a customer makes a purchase, does that payment information automatically become that customer's default_source or default_payment_method?
A default payment method can be saved on subscription or customer.
If the subscription is set to payment_settings: { save_default_payment_method: 'on_subscription' }, then the payment method will only be default to subscription, but not customer's default_payment_method
Customer's default_source or invoice_settings.default_payment_method will only be set if it's updated via API explicitly.
ok thanks