#heshiebee-subscription
1 messages ยท Page 1 of 1 (latest)
Hi ๐ when using the charge_automatically option for collection_method on a Subscription, then payments will fall back to Payment Methods defined on the Customer if a Payment Method is not provided to the Subscription.
What fields are pulled from, and in what order is shown here:
https://stripe.com/docs/api/subscriptions/create#create_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.
Perfect, thx!