#ljs - hosted invoices
1 messages · Page 1 of 1 (latest)
You'd find these payment methods attached to the customer when retrieving via the API
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
This is not referring to any UI for the customer, only that the payment method is saved and can, for example, be set at the customer default invoice 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.
I see. So would you say the Customer Portal is a better way to manage what I'm referring to in terms of the customer viewing previously stored payment methods?
Yes, if you want them to be able to manage the payment method for a subscription etc!
Ok. Thanks a lot!
NP!