#bdthai81
1 messages · Page 1 of 1 (latest)
Hello!
hi
is it possible to create a subscription with an invoice without auto charge?
set the recurring invoice creation to not auto charge.
we want to create a subscription that generate invoices and are marked paid manually
Sure, use collection_method: 'send_invoice': https://stripe.com/docs/api/subscriptions/create#create_subscription-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.