#akashi_api
1 messages ยท Page 1 of 1 (latest)
๐ 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.
sorry. partner means seller (connected account)
You can make the application_fee=25000 in this case? ($150 + $100)
You can display the fee breakdown in any way you prefer in your own app.
The buyer pays 1,150, seller gets 1000 but pays a 100 app fee
Regardless of how this works under the hood
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.
Yep. I understand. Im just wondering if theres a way to combine the idea of transfer[amount] + application_fee_amount?
No, you use one or the other.
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
Transfers don't accept an application_fee parameter. With a Separate Charges & Transfers flow, no Application Fee objects are created.
https://docs.stripe.com/connect/separate-charges-and-transfers?platform=web&ui=stripe-hosted#collect-fees