#christophe_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/1229449976548032584
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello
No you can't adjust an application fee after capture
You would need to use something like the two-step confirmation flow here (https://docs.stripe.com/payments/build-a-two-step-confirmation) so that you could inspect the PaymentMethod before you authorize/capture
this would be the only way to perform what we are looking for ?
ok thanks for the analysis
just a question tough, this cannot work for Checkout page, only Payment Elements
That is really the only way to have a dynamic application fee
Ah yes, that's correct.
That would not work for Stripe Checkout
This is much harder with Stripe Checkout
The best way to handle this with Checkout is to reverse a portion of the Transfer based on the PaymentMethod used, as opposed to taking an Application Fee.
thanks a lot @coral glade