#Ayush Tomar
1 messages · Page 1 of 1 (latest)
It doesn't set as default payment method on the customer. You'd need to make Customer Update API with invoice_settings.default_payment_method set to update the payment method to default: https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
so no way to do it in the confirm api? we have to make a new call to make it default?
Yup! Additional request is required
thanks!