#torec
1 messages · Page 1 of 1 (latest)
Hi
For 1. 2. and 3. you can use Stripe Subscriptions.
For 4 you can manage the result payment amount in your integration and then use Stripe Checkout for one payment as a any other single payment
Thank you but my question is:
The above 4 points are together. which means when a new customer arrives he needs to be billed with all 4 points.
Later on as a client he can individually add or remove the quantity of the subscriptions, or add more credits
Can I use for example Stripe Payment page or any UI\UX that Stripe provide to accomplish something like that?
or everything needs to be handled on my end? (Which I believe would be the answer)
There is no a single product that can do all of this things together for sure, but you have multiple Stripe prodcts/API that you can rely on in order to design this.
For example, you can use Stripe just for charging the customer once you know the amount
https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
And for recurring payment you can follow this guide in order to collect customer's payment method and use it later :
https://stripe.com/docs/payments/save-and-reuse?platform=web
https://stripe.com/docs/payments/save-during-payment?platform=web