#nad_api

1 messages ¡ Page 1 of 1 (latest)

marble carbonBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1438329647552008274

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

eager axle
#

Example scenario

Cusomter orders 3 items from 3 different stores on my platform
i only want them to make one payment of $90 ($30 an item)
After successful payment i want to route $30 to each connected account (less my platform fee)
I DO NOT want to be merchant of record but simply a facilitator of the transaction

Is this possible?

#

i have read on stackoverflow from a different user the following solution. I'd like to confirm if this is a sound solution

vestal mulch
#

You will need someone to be MOR (Merchant Of Record)

#

Who will you want it to be? One of your Connected Account?

eager axle
#

yes one of my connected accounts

vestal mulch
#

Yes than let's use the on_behalf_of point to that Connected Account in the first request creating $90

eager axle
#

ok cool, then i transfer $30 and $30 to the other 2 connected accounts using the source transaction id of the charge?

vestal mulch
#

Yes