#hassan's

1 messages ยท Page 1 of 1 (latest)

pallid vortexBOT
plush cedar
#

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?

maiden delta
#

They use their API keys, and they don't support the connected account feature. Also service fees directly go to their stripe account.

plush cedar
#

Can you share an example PaymentIntent they have created?

maiden delta
#

we want a solution that customers pay once but 100$ goes to their account and 5$ to ours

maiden delta
#

{ "status": 200, "data": { "intent_id": "pi_1Dathw2eZvKYlo2CstYe1U4i", "client_secret": "pi_1Dathw2eZvKYlo2CstYe1U4i_secret_1sBwqYIUWjiYtUqzAG4loDHyq" } }

plush cedar
#

Harvest is the third-party application you're using for this?

maiden delta
#

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

plush cedar
#

Yeah I'm still trying to understand how they're creating a PaymentIntent for you without use connect OR your API keys

maiden delta
#

why they should use connect or our API keys? because the payment directly goes to their account and they inform us using Webhook

plush cedar
#

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

maiden delta
#

Yes, so there is no solution to combine their payment intent with ours without using Connect?

plush cedar
#

Nope

maiden delta
#

OK, then we should talk with our partner, thanks for your time ๐Ÿ™

plush cedar
#

NP! ๐Ÿ™‚ Apologies for the delay again