#lec1892
1 messages · Page 1 of 1 (latest)
Hello! Next time feel free to use the thread you already have if it's still open
To make a payment method the default you'd update the customer and set invoice_settings.default_payment_method (https://stripe.com/docs/api/customers/update#update_customer-invoice_settings-default_payment_method)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
got it
I was looking for this in the wrong place
thank you for the clarification