#GRIBDO
1 messages · Page 1 of 1 (latest)
If the default_payment_method parameter is set on the Subscription, then the Payment Method pointed to there will be used for all recurring payments.
The order of fields that we check for a payment method if that field is empty are listed in the description of that field here:
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.