#hassan's
1 messages ยท Page 1 of 1 (latest)
Hello ๐
How exactly is the third-party company creating these PaymentIntents on your behalf?
Are they using your API keys OR are you connected to them as a connected account?
They use their API keys, and they don't support the connected account feature. Also service fees directly go to their stripe account.
Can you share an example PaymentIntent they have created?
we want a solution that customers pay once but 100$ goes to their account and 5$ to ours
sure
{ "status": 200, "data": { "intent_id": "pi_1Dathw2eZvKYlo2CstYe1U4i", "client_secret": "pi_1Dathw2eZvKYlo2CstYe1U4i_secret_1sBwqYIUWjiYtUqzAG4loDHyq" } }
Harvest is the third-party application you're using for this?
no, it's SevenRooms for booking a table on restaurants
I'm looking for a solution other than connected accounts
I'm thinking to create a PaymentIntent on our side with the final price (service price + booking fee) and after the customer pays to us, maybe there is a solution we can transfer the service price to third-party PaymentIntent on the backend using Stripe APIs
Yeah I'm still trying to understand how they're creating a PaymentIntent for you without use connect OR your API keys
why they should use connect or our API keys? because the payment directly goes to their account and they inform us using Webhook
Ah you said
in our company, we use a third-party API to book something, and for finalizing the booking they give us a stripe payment intent that we use to prepare our PaymentElement.
So I thought your account is receiving the money in the end..
we want a solution that customers pay once but 100$ goes to their account and 5$ to ours
Don't think there's a simple way to do this without using connect
You'd have to create two separate payment intents, collect payment method twice and confirm both PaymentIntents
Which is very poor user experience
Yes, so there is no solution to combine their payment intent with ours without using Connect?
Nope
OK, then we should talk with our partner, thanks for your time ๐
NP! ๐ Apologies for the delay again