#HO-subscriptions
1 messages · Page 1 of 1 (latest)
Nope, I want to allow customer to select auto-renewal or manual options for recurring payment
When creating a subscription you can chose the collection_method: https://stripe.com/docs/api/subscriptions/create#create_subscription-collection_method
When charging automatically, Stripe will attempt to pay this subscription at the end of the cycle using the default source attached to the customer. When sending an invoice, Stripe will email your customer an invoice with payment instructions.
@thorny bane Ok. got it. If user opt for manual method. Are they receiving a payment link instead? What will the email look like. (A sample will help me understand).
If you create a subscription in test mode with send_invoice, you can preview the email sent in the dashboard invoice page by clicking on the "send invoice" button at the top of the page