#kemal_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/1471854036373209222
π Have more to share? Add more details, code, screenshots, videos, etc. below.
π No, you canβt refund more than the total amount that was actually captured from the customer
Actually we will still refund $100 to end user, but as platform we dont want to give back our $5 to customer, but we want the restaurant to give back platform's processing fee which is $5 , so we want the restaurant account to be debitted minus $5 extra
If you want the restaurant to bear the platform fee (the $5) after you refund the customer, I think you would have to collect/charge that $5 from the restaurant separately
does your refund apis support this already . we are using connect with destination flow
What will happen in the below case within the above context ?
refund
$100
redundPlatformFee = false
Are you doing destination charges?
yes
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
curl https://api.stripe.com/v1/refunds
-u "sk_test_TRpeYc9q5FHNYipWLIudkwYd:"
-d charge=ch_3T03WcBXEXgJIGE11kEjxxo5
-d refund_application_fee=false
what happened to platform fee, did platform kept it ?
hold on actually this one is more accurate example
curl https://api.stripe.com/v1/refunds
-u "sk_test_TRpeYc9q5FHNYipWLIudkwYd:"
-d charge=ch_3T03MuBXEXgJIGE10cJvj8Bc
-d refund_application_fee=false
-d reverse_transfer=true
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
did platform keep the fee in this case ?