#arielbo-PaymentMethod
1 messages · Page 1 of 1 (latest)
that would be setting as invoice_settings.default_payment_method for a customer
https://stripe.com/docs/api/customers/create#create_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.
ok please I have this dude
its normal that customer have many payment methods and duplicate this ? for every subscription or payment
?
It's because you created different PaymentMethod objects. You can improve it in Live mode. But for Test Mode it's just okay
exist some mode to avoid this duplicate in PaymentMethod objects?
No you would need to do it yourself