#voidfir3

1 messages · Page 1 of 1 (latest)

soft quailBOT
rain sluice
#

Hi 👋 we don't really have the concept of refundable deposits in Stripe, but you could process payments for those deposits, and then refund those payments if needed. We in this forum aren't too familiar with fees (we primarily help with questions about our API or help troubleshoot errors when working with it). My understanding is processing a payment and refunding it will incur fees, but I would recommend confirming that with our Support team, who is more familiar with that topic:
https://support.stripe.com/?contact=true

indigo cliff
#

one time payments would work for days constraints? 50% & 50%
or 100% could be different products and my code would send users to apropriate checkout?

rain sluice
#

Can you elaborate on this, I'm not sure what you're trying to ask?

indigo cliff
#

in some cases depending on how early the reservation happens I want to charge 50% upfront and 50% within the next 30days
How would I do that?

#

should I handle that logic on my side or I can somehow involve stripe with it?

rain sluice
#

That would be two separate payments. You can leverage Subscription Schedules to schedule the future payment if you already know when you will want that to happen:
https://stripe.com/docs/billing/subscriptions/subscription-schedules

But that will result in Subscription and Invoice objects being created, and I believe there are additional fees when using Stripe Billing (the product that offers those features).

It may be easier to handle the logic on your end.

indigo cliff
#

I understand, thanks for your time toby
Have a good one!