#ravelens-setupinetnt-defaultpm
1 messages · Page 1 of 1 (latest)
That is covered thoroughly in this doc: https://stripe.com/docs/payments/save-and-reuse
I recommend you review it end-to-end
Erm i did the setupIntents already
And if i checked on stripe customer account, the card already added as payment method
But how do i set it to default ?
Update the Customer object and set the invoice_settings.default_payment_method to the newly created Payment Method ID
https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
ravelens-setupinetnt-defaultpm
Nice, it solved
Thank you for the support
Really help 🙏