#esset
1 messages · Page 1 of 1 (latest)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks
Hm
How can I identify whether a card payment had an international fee added to it?
Is it always the case when card issue country is != US?
There's no specific field for fees for international card. You'd just compute it from the fee/fee_details fields
Hm, how would we compute it? Basically check if it's more than 2.9%?
You would need to calculate it yep
Alternative you figure out the origin of the card before the payment and flag it as international or whatever