#alcapone87-payment
1 messages ยท Page 1 of 1 (latest)
Hello I was speaking before with Jack. I have a website like airbnb I'm not sure you are familiar with it. I have to manage payment commission and I already know how to do it with stripe. but the problem is that our host can choose the cancellation policies so I cant manually make payments for all those transactions.
the platform work like that:
guest BOOK house and pay RENT + GUEST COMMISSION. I receive the payment and hold it. then a PAY the HOST (RENT - HOST COMMISSION).
our host can choose different CANCELLATION POLICY but I dont know if i can manage them with STRIPE
I have 3 differents cancellation policies NOT REFUNDABLE / SEMI / AND ANOTHER ONE. whats the best way to do it?
if you're using the API you can choose whether you refund the entire amount or a partial amount, and you can also choose not to refund at all
Refunds is something you can control when you're a Platform working with Destination Charges (for Express/Custom accounts)
can I choose the percentage amount?
and also how can I select different days. I mean cancellation policy works in base of the day you cancel the booking ...how can specify it
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
you need to calculate it yourself
you need to build your own logic for this unfortunately
yes I think is a bit hard ๐ but thanks a lot for your help!