#aashish_unexpected
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/1291724842625929216
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
Would you be able to add the application_fee_amount while creating the PaymentIntent?
Overall this seems like a bug, could you please report it to Stripe Support? https://support.stripe.com/?contact=true
We want to use application fee percent based on the total amount. We won't know the total amount until the checkout session is completed (incase a discount code is applied), that's why we are adding it later while capturing the payments manually.
I'll report it to stripe support, thanks
You can try updating the PaymentIntent with the application_fee_amount, before capturing the PaymentIntent: https://docs.stripe.com/api/payment_intents/update#update_payment_intent-application_fee_amount
Are you using direct charges or destination charges?
I am not sure the direct or destination charges
I think, We are using Direct charges
Yes, I just confirmed.
Okay, then there's not much options, unfortunately. You can try updating the PaymentIntent, or wait until the problem is fixed.
Maybe you could set a default application_fee_amount?
yeah, I'll set a default application fee for now.
and Will contact stripe support