#Hendie
1 messages · Page 1 of 1 (latest)
Hello! We don't have guides for that specific flow, but generally I'd recommend looking at this guide (https://stripe.com/docs/payments/accept-a-payment-deferred?type=payment) that talks about creating the PaymentMethod before the Intent - after you create the PaymentMethod you can inspect the country and then adjust what you want the application fee to be before creating the PaymentIntent
Can one not update the application fee at the time you capture the PI?
and also, other than finding the country of the payment method, do you have a lookup so we can see what the Stripe fee will be for that country?
Updating the application fee while capturing is also an option (https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-application_fee_amount) - I just didn't suggest it because I didn't realize you were doing separate auth and capture
lookup?
I don't believe we offer any lookup that gives you the stripe fee based on the country unforunately
so what do you suggest I do?
we need to know the rates in order to calculate our fee
do you publish your rates by country anywhere?
I'd recommend talking to support for this (https://support.stripe.com/contact) to see if they have a better idea - the only thing I know of would be to go to the pricing page (https://stripe.com/pricing) and change the country at the bottm of the page
But it's likely support has a better resource for know all these fees
ok tx