#rrm
1 messages · Page 1 of 1 (latest)
Hey! Bit of a broad question! Is there a specific use case you're trying to account for?
With stripe subscriptions you can set the collection method to send invoice. If possible would you be able to provide an example email of what the email sent looks like and also what kind of link it takes you to.
You can see all your emails and brand them:
https://dashboard.stripe.com/settings/branding
For that use case you select Invoice Payment Page
And you can configure what information is displayed and what PaymentMethod options will be given to the customer in this setting page:
https://dashboard.stripe.com/settings/billing/invoice
Yes you can, I invite you to follow this integration step by step:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
You can see a preview for each email:
https://dashboard.stripe.com/settings/billing/automatic
Every thing is mentioned in that page, I invite you to read it carrefully
Yes correct, the merchant will get an email if their is failure payment with a renewing invoice
You can't customize the initial email invoice and set your own link.
What you can do is to follow the guide I was sharing with you intialy:
https://stripe.com/docs/billing/subscriptions/build-subscriptions
And build your own mailing logic but all existing and current Stripe email settings with Subscription is mentioned in that dashboard settings:
https://dashboard.stripe.com/settings/billing/automatic
You can create a long life free subscription in that case
In other words you create a Subscription with a recurring free price (0 amount)
Otherwise you need to collect a Payment Method in order to create a Subscription using Stripe