#Ivan Araujo - Subscriptions & Invoices
1 messages · Page 1 of 1 (latest)
I'll link you to some docs for reading up, but essentially an invoice is an itemized bill that is sent to a customer. We also have Stripe hosted invoice pages that you can send a link to for your customer to pay their invoice. Subscriptions are for charging customers recurring payments, and with each payment, a Stripe invoice is generated. Here are some docs that should help you dive into it more: https://stripe.com/docs/invoicing and https://stripe.com/docs/billing/subscriptions/overview
Thank you Very much
My english is not só good. I already read this documentations.
I manage to code the subscription method to my sistem
Now, I m trying to code a only one charge. Like, my customer have a subscription that charges him every month, that is ok . But I need to sell some individual features , and for that, only um charge must be done.
My customer object will have a subscription and many "different features charges".
I would take a look at the PaymentIntents API for this: https://stripe.com/docs/payments/payment-intents