#mochihealth
1 messages · Page 1 of 1 (latest)
Hey there, that payment method ends up attached to your customer. You can retrieve them here:
https://stripe.com/docs/api/payment_methods/customer_list
If you want to set a different payment method for use with a given subscription, you can update default_payment_method on the subscription:
https://stripe.com/docs/api/subscriptions/update#update_subscription-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.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.