#solancer-subscription-without-email
1 messages · Page 1 of 1 (latest)
Is it default_settings.collection_method that you're looking for?
https://stripe.com/docs/api/subscription_schedules/create#create_subscription_schedule-default_settings-collection_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.
no not that, looking for a way to avoid stripe sending an email with invoice
We want to create a scheduled subscription for a future date, but won't collect the card details
Sorry, I'm not sure I'm understanding what you're trying to accomplish.
we are trying to create a scheduled subscription on stripe for record keeping
but we collect the money from check outside
Are you looking to turn off the Email finalized invoices to customers setting in your dashboard:
https://dashboard.stripe.com/settings/billing/automatic
I'm not sure if it is possible to tell a specific Subscription to not trigger emails.
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, we want to turn off email invoice for all scheduled subscriptions only
For all Subscriptions and Invoices? or for all Subscriptions created by a Subscription Schedule?
Subscription Schedule only
I don't think that is possible.
Our Subscriptions are designed to automate recurring billing by auto generating/sending Invoices, and trying to process payments for those Invoices. If you don't want to use that behavior then there is a lot of default behavior that you would need to try to suppress.
solancer-subscription-without-email