#DjMoore44
1 messages · Page 1 of 1 (latest)
Hey, can you clarify what you mean?
Yes, is this public or private ?
okay i see that it is public
but i am trying to see how and who i can talk to so i can be able to make it to where someone has to show or perform certain actions in order to recieve payments with a p2p transaction. like provide a contract or a picture of delivery
What's a p2p transaction?
peer 2 peer
marketplace
What you're describing should be largely possible, but can't advise how without understanding your business or how you use Stripe currently
so, we sale custom shoes, but the issues is people sale fake or wrong sizes to clients too often so im trying to make it where they have to upload a pic of the shoes and upload a pic of the tracking reciept and then the buyer has to upload a pic of the delivery and pic of the shoes and leave a review and then the payment will go thru .
Hey! Taking over for my colleague. Let me catch up.
hello?
Hi
So, if I well Understand your business case
you can use Stripe Connect:
https://stripe.com/docs/connect
So you onboard your buyers as connected accounts to your platform account
yes we use stripe
In order to processed payment, there are three types of charges:
https://stripe.com/docs/connect/charges
I suggest you to use destination charge:
https://stripe.com/docs/connect/destination-charges
So that your customers will transact with your Platform account for product, once you validate that the tow uploaded pictures and the order is valid, you proceed to reverse the funds to the buyer, take a look at this for further details
https://stripe.com/docs/connect/destination-charges#flow-of-funds-app-fee
thank you, im tired, i will come back when i wake up.
With my pleasure, and don't hesitate to ask any follow-up Questions 🙂