#compiler_errors
1 messages ยท Page 1 of 1 (latest)
Hi ๐
You can do that but you would need to use our new deferred intent creation flow to achieve this.
https://stripe.com/docs/payments/accept-a-payment-deferred
In this process you create the Payment Method before you create the Payment Intent. This would allow you to inspect the Payment Method created to determine if it is an international card. Then you would create the Payment Intent with a different application fee based on that information
Is it possible to calculate stripe fees prior to make an actual charge?
This support article is about passing the fees on to customers but you can use the formula provided to calculate the stripe fee
https://support.stripe.com/questions/passing-the-stripe-fee-on-to-customers
thanks! have a good day : )
Great ๐ Happy to help ๐