#AlexT
1 messages · Page 1 of 1 (latest)
Hello! What's your use case? What do you want it to be the default for (like what kind of payments)?
I am using the method "Save payment details during payment" to create a customer and bill later to acomplish recurring billing
when I purchase a product using the standard API it sets the billing method used as a default billing method but not when I use the instruction on this doc https://stripe.com/docs/payments/save-during-payment
You can set the Payment Method as the Customer's invoice_settings.default_payment_method: https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method
Then it will be used by default for Invoices for that Customer.
Thanks