#Joedmiso
1 messages · Page 1 of 1 (latest)
hello! if you reach out to Stripe Support - https://support.stripe.com/contact, they'll be able to advise you on that!
thanks
in regards of processing fees for domestic and international cards, where do we do the distinction for processing fee ? as i think by the card number stripe will know if its a domestic or international card, but stripe need to know what fee to process, right? so where do we add that info?
in regards of processing fees for domestic and international cards, where do we do the distinction for processing fee ? as i think by the card number stripe will know if its a domestic or international card, but stripe need to know what fee to process, right? so where do we add that info?
I'm not too sure what you mean by stripe need to know what fee to process?
can you try rephrasing your question into what you're trying to achieve here?
for a connected account, we ear by processing fee , right?
for that , we add the codes for payment intent data etc.. right?
okay, so from what I understand, you're trying to charge a different fee (as the platform) for a domestic vs international card?
but that its only for domestic fee... so, my question its , how about if someone its buying international? as stripe charge me different fee for domestic and international..so do we , might charge different charges
yes
that correct
you can consider using capture_method: 'manual' : https://stripe.com/docs/payments/place-a-hold-on-a-payment-method on the PaymentIntent. You can inspect the PaymentMethod to know the card country after the payment is authorized : https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country, then call the Capture API and change the application fee amount https://stripe.com/docs/api/payment_intents/capture#capture_payment_intent-application_fee_amount