#jerryman0018_docs

1 messages ¡ Page 1 of 1 (latest)

pastel hatchBOT
#

👋 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.

rain cargo
#

Hi! Can I check which type of recurring payment are you planning to use?

prisma junco
#

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

rain cargo
#

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?

prisma junco
#

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

rain cargo
prisma junco
#

what about google pay? Also, will this same setup work if my site was for India and payment in rupees?

rain cargo
#

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.

prisma junco
#

I don't want to use subscriptions.

#

because I dont have a defined term and subscriptions doesn't fit well in my usecase

rain cargo
#

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.

prisma junco
#

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

rain cargo
#

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?

prisma junco
#

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

rain cargo
#

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?