#QonUS-fees

1 messages · Page 1 of 1 (latest)

golden zodiac
#

Hi there, how can I help you?

fathom schooner
#

Hi Jack,

#

We currently use the connected accounts and transfer the payment to them directly.

#

so we need to collect the fees.

#

Stripe charge 1.75% +30c for domestic card and 2.9% + 30c for international one.

#

How can I check the customer is trying to pay using international card?

golden zodiac
#

Are you using direct charge or destination charge?

fathom schooner
#

I'm not sure but we use intent.transfer_data & intent.application_fee_amount

#

currently, we just apply the fixed 1.75% +30c, so when the customer pay with the international card, the less collected fee is on our side.

golden zodiac
#

OK, if the platform is paying the Stripe fee, then it's a destination charge

fathom schooner
#

Is there no way to check the card origin in advance?

#

Usually, the internation card usage ratio is 1 out of more than 20.

golden zodiac
#

Are you using payment intent or charge API ?

fathom schooner
#

paymentIntents.create from our mobile app

#

stripe.checkout.sessions.create from our web page.

golden zodiac
#

OK, you can try setting the capture_method to manual, once the customer has provided the payment details, you can then update the payment_intent's application_fee and capture it.