#cyril.lepagnot
1 messages ยท Page 1 of 1 (latest)
Yes
I can do it on the dashboard
but not with the API
The API accepts this settings on Subscription, but not on SubscriptionSchedule
If you enable it via https://dashboard.stripe.com/settings/billing/invoice it should work for Subs created from Subscription Schedules as well. Otherwise you want to create the Sub first and set payment_method_types and then attach a schedule
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yes
How I attach a Subscription to a Subscriton Sched ? I do not found in the API Reference
When you create a Subscription Schedule you pass from_subscription: https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-from_subscription
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.