#Jacob
1 messages · Page 1 of 1 (latest)
Hi 👋
So you want a monthly subscription with a one-time fee as well?
correct
Yes you can do that pretty easily. Invoices can be sent automatically and you can include taxes
All of this is pretty clearly documented
Can you send me how to do it or walk me through it real quick
Invoice emails: https://stripe.com/docs/invoicing/send-email
Sunbscriptions with tax: https://stripe.com/docs/billing/taxes
And for the one-time fee, you add a one-off invoice item when creating the subscription using the add_invoice_item parameter: https://stripe.com/docs/api/subscriptions/create#create_subscription-add_invoice_items
Alright thank you