#jerryman0018_docs
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1418105725284126810
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi! Can I check which type of recurring payment are you planning to use?
i dont understant i was just gonna create paymentintent with paymentmethodid and then submit it
just Save and re-use payment information for recurring charges
Got it! I just wanted to confirm your flow. This is what I understand:
- Collect first payment and save payment method via Payment Elements
- Subsequently create one off charges where the customer is not in the checkout flow
Is above correct?
yes, these one off charges will be again done by creating payment intent with saved payment method id for first payment and then pass off_session and confirm as True
Thanks for confirming! You can follow the guide here: https://docs.stripe.com/recurring-payments#use-paymentintents
And since you are also using Apple Pay, if you have a regular recurring payment schedule, you will need this as well: https://docs.stripe.com/apple-pay/merchant-tokens?pay-element=web-pe#add-apple-pay-merchant-tokens
what about google pay? Also, will this same setup work if my site was for India and payment in rupees?
For Google Pay you will just need to use the first link I provided.
Also, will this same setup work if my site was for India and payment in rupees?
Google Pay will not work in India. Let me check for your use case for card and Apple Pay.
You will need to follow this process for India: https://docs.stripe.com/india-recurring-payments
I don't want to use subscriptions.
because I dont have a defined term and subscriptions doesn't fit well in my usecase
Is there a specific reason why you can't use subscriptions for India?
Stripe manages e-mandates automatically for you when you use Subscriptions for India.
My uses case is not subscription based. I don't have a specific term for recurring payment.
My users enrol their kids into program for a term and that term duration varies and I have more than 200 programs. after term, i rollover to create a new program for another term and could be different duration and charge them
after term, i rollover to create a new program for another term
Sorry what do you mean by this?
The use case you described doesn't sound like a recurring payment. My understanding is that 1 program runs for 1 term which say can be for 2 months. The customer pays upfront for the term. The when 2 months end, the child can be enrolled in another program for another term which can now be 4 months. The customer then pays for program 2.
Is above correct?
yes correct. so the term duration varies. Also, i have various schools and venues for which i can create programs. some of them run for 3 weeks some of them are one off etc
when they purchase a program for a term which can possibly rollover in future for next terms i need to charged them again for second terms off session
after second terms that program might even terminate idefinetly
when they purchase a program for a term which can possibly rollover in future for next terms i need to charged them again for second terms off session
after second terms that program might even terminate idefinetly
So it is a mix of "recurring" and one off charges. The "recurring" payment only comes in if a program goes over to another term and you charge the customer off session for that additional term?