#rizwanahmed_35722
1 messages · Page 1 of 1 (latest)
hi, if you use the deferred creation integration path : https://stripe.com/docs/payments/accept-a-payment-deferred
then you can view the PaymentMethod before charging it, and look at the card.country to see where it's issued from for the puposes of knowing if it will be an international payment. https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-country
using country code we determine card is local or internationl, But in the case of commerical how can we check ?
I'm not sure you can unfortunately.
often it's only possible to identify later after the payment, when the actual card charges are settled with the bank
actually we are trying to manage network cost by using these types international and commerical. can you give us better solution to manage network cost? we are using express account of stripe.
as far as I know like I said, you can't know if the card is going to have a commercial cost upfront, it's just not possible right now.
if youre on IC+ pricing maybe reach out to your sales contacts/support for help, but as far as I know you just can't know this until the actual settlement happens and you get the IC reports.
thanks