#0.0.0.0-connect

1 messages · Page 1 of 1 (latest)

slender coral
sterile ice
#

Hello

slender coral
#

Hello! Can you clarify your question?

sterile ice
#

Actually, I Am Working On A Middleman

#

where a person A pays For a Digital Item Sold By B... So A Pays Us The Money, B Sends Them The Item And We Send The Money To B After Making Sure There Are No Issues With The Item

#

So My Problem Is

  1. How To Add A Charge To Transaction Apart From Your Platform Charges.
  2. How To Programmatically Proceed With The Second Part Of The Transaction
sterile ice
#

Hello?

slender coral
#

We answer multiple people at a time in this channel, so responses usually are not instant

sterile ice
#

Yeah I Get It Sorry...

slender coral
#

Right now, I don't understand your question - you say you want to add a charge to a transaction apart for the platform charges. Charges and Transactions mean specific things in our API - could you maybe put your questions in terms of what exactly you want to be happening. Are you maybe asking how you can delay sending the money to person B?

sterile ice
#

I mean for every transaction stripe has a charge right?

#

So I want to increase it a little bit, keeping the extra for us(Only In The Transaction Where A Pays Us)

#

And I Want To Be Able To Hold The Funds, And Then Programmatically Allow The Second Half (Where We Pay B)

#

....

#

Hey guys

south cloud
#

Hello 👋

#

Catching up, one moment

#

What does your integration currently look like in terms of Stripe objects?

sterile ice
#

Actually I Am Currently Planning Stuff Out And Checking If Stripe Is A Fit... So I Haven't Created Any Integrations Yet

south cloud
#

Ah I see. So your current planned payment flow is that the customer pays directly to you, after some time when you've verified what you need to, you send the seller's cut to them?

sterile ice
#

Yes...

#

And it's a bit twisted at the second end as well

#

The seller will have 2 options to get the money

#

The money be directly payed to him

#

Or we provide him with a prepaid card(A Reloadable One If Possible)

#

I wanna know if it is possible (Programmatically as well) and well documented

south cloud
#

I mean yes it is certainly possible to set up a platform that sellers connect to and can sell on with Stripe Connect https://stripe.com/connect

south cloud
#

We do not have anything built in for prepaid cards like that. You can put money in your Connected Accounts' balances to pay them directly but buying and sending them cards is not something Stripe directly supports

sterile ice
#

Oh ok... Also have you seen this kind of flows in the past (on stripe only)