#Valendora-connect
1 messages ยท Page 1 of 1 (latest)
Hey!
Hey! Yep, that would be Connect that facilitates multiparty payments
i.e. the customer books and pays, the platform facilitates the travel with third-parties (and takes a 'fee')
Yup. It's pretty much it ๐
Is Connect free?
There is no third-party per say, the customer books and pays (1) which means the platform holds the fund, then after the trip has ended, the platform would send the amount of advances of costs the creator of the trip paid (2)
platform would send the amount of advances of costs the creator of the trip paid
To who?
Ah, yeah that's not really Connect then
I'm not really following the business model
Okay I'll try to explain with a basic Example
You want to go to let's say California, but you want people to be with you.
You set up an account on the platform and create a group of 4 people max. (describing the destination, the activities, prices etc..).
If people want to go with you, they simply book their place, the platform charges them, holds the funds.
You would need to advance the costs of the trip for the whole group, if it's $1000 for a person, you advance $4k for everyone, and after the trip has ended, you would be refunded 3k by the platform,
I hope It's clear enough ๐
So I as the creator of the group pay $1000 for each guest that comes, they pay their own $1000. I'm then refunded $1000 for each guest that comes after the trip
Yup
I do not think of it as a good business model personnally, but it's my client's need ..
Yeah, there's nothing overly complex about that. The issue you might have is incremental auth
i.e. I initially sign up and there's me + 1 other. You place a hold/auth for $2000. A week later, another 2 sign up. You need to incrementally increase that hold/auth to $4000
Or are you talking an actual charge/refund?
How do you handle the situation I described?
What part are you struggling to fit into Stripe?
Completely stuck to be honest.
I managed to charge the user that books, but I'm having a hard time figuring out how to send the money back to the creator of the group
I'm using Laravel Cashier, don't know if it's of any help..
but I'm having a hard time figuring out how to send the money back to the creator of the group
Well you'd just refund that initial payment
But the refund is based on a payment intent right ?
So calling refunds on the user's payment would mean refunding the user and not the creator, except if I can set a "destination" to the refunds ?
In most cases yes
I'm so confused. Why would you be refunding those payments? Are you not refunding the creator after the trip?
refund the creator for the advances.
Yes that's the point, I want to refund the creator for what he paid for. So out of the 4k example, I would need to refund him 3k if it's a group of 4 people in total
But I saw on the stripe api that I can't set a destination to refunds since they're based on the original payment which would be the user that booked his place
Sure, so of the $4000 you'd just to a partial refund of $3000 on that associated Payment Intent
But the $4000 payment was from a single traveller (creator). Why would you need to set a different destination
Because the whole payment (4k) would be handled outside the platform, the platform only connects the users together
And makes the participants pay for their place
Got it. You can create an unlinked Refund from the Dashboard now
And the API for that is in beta
Which would just refund $X to Y card
Perfect ! I think it's exactly what I need
I'll check on that thanks a lot for you time and patience ๐
You should contact support about that beta: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Can you send me a link to that beta api please ?
You can't see/use it without access
Nope
Ok thanks ๐