#Sergei Frolov
1 messages · Page 1 of 1 (latest)
:question: Have a non-technical question, account issue, or need one-on-one support?
We wish we could help, but this community is focused on developers and technical discussions. Our support team will be able to assist you better than we can: https://support.stripe.com/contact
Could I check country of card (before payment) and write a right commission for user?
I'm not sure it's possible
How are you accepting payments? Chekcout Session, Payment Element, something else?
Checkout session + payment element
Do you mean you are using both in different payment flows?
Is your goal to change the application_fee_amount depending on the card's country?
If so, you could place a hold on the card with capture_method: "manual", then check the PaymentMethod country, and based on this update the PaymentIntent with a different application_fee_amount, and finally capturing the PaymentIntent.
I know use Checkout session
My goal is to know fee amount before make payment
it's impossible when using Checkout since you can't know the card details until after the payment happens
I would suggest not trying to match the Stripe fee so closely. Just charge an overall application_fee_amount that makes sense for your business and lets you make a profit overall
👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!