#akashi_api

1 messages ยท Page 1 of 1 (latest)

stuck prismBOT
#

๐Ÿ‘‹ 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/1349665687161012225

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

glad tulip
#

Hi, let me help you with this.

#

What's the difference between "seller" and "partner"?

sly dock
#

sorry. partner means seller (connected account)

glad tulip
#

You can make the application_fee=25000 in this case? ($150 + $100)

sly dock
#

But this doesn't make sense to the seller

#

Who should only be charged for $100.

glad tulip
#

You can display the fee breakdown in any way you prefer in your own app.

sly dock
#

The buyer pays 1,150, seller gets 1000 but pays a 100 app fee

glad tulip
#

Regardless of how this works under the hood

sly dock
#

However using dashboard the user would see this application fee?

#

the connected user

dense sigil
#

Hi there ๐Ÿ‘‹ I'm jumping in as my teammate needs to step away soon.

#

Stripe doesn't have the concept of a "buyer fee", that's just the price of the payment.

#

The two paths you've outlined in your initial message are the two ways available to implement this, and you should select the one that best fits your use case.

sly dock
#

Yep. I understand. Im just wondering if theres a way to combine the idea of transfer[amount] + application_fee_amount?

dense sigil
#

No, you use one or the other.

sly dock
#

What about seperate charge and transfer, take payment, then initiate a charge with an application fee? or does the transfer not support application fee at that time

dense sigil
sly dock
#

I see

#

Thanks!