#Miran
1 messages · Page 1 of 1 (latest)
Hi there, yes you can set a default_payment_method for a subscription https://stripe.com/docs/api/subscriptions/object#subscription_object-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.
Okay, do I still need to attach the payment method with the customer even though it is not going to be the default payment method on it?
Yes you still need to.