#Sergei Frolov

1 messages · Page 1 of 1 (latest)

steep ploverBOT
astral steepleBOT
#

: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

runic horizon
#

Could I check country of card (before payment) and write a right commission for user?
I'm not sure it's possible

golden veldt
#

How are you accepting payments? Chekcout Session, Payment Element, something else?

void relic
#

Checkout session + payment element

golden veldt
#

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.

void relic
#

I know use Checkout session

void relic
harsh sedge
#

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

runic horizon
#

👋 taking over for my colleague. Let me know if there's any follow-up Qs I can answer!