#ImaginationBarrier
1 messages ยท Page 1 of 1 (latest)
Good question. Looking in to how to retrieve this via the API. Do you have an example ID of a payment intent with interchange fees that I can look at? (pi_123)
Hey @iron fern Are there any risks to posting a pi_?
Sharing that Id publicly is safe. No one can get info from it unless they have your API secret key
I'm sure you are right but I cant post that for now. Thank you for your help though
Sounds good, still looking in to how you can get this via the API
Like we show that you can also get the foreign exchange rate on the balance transaction object but I am a bit unclear on if the fee itself is rolled in to the rest of the Stripe fee on the balance transaction object or not https://stripe.com/docs/currencies/conversions#foreign-exchange-rates
Hi there ๐ taking over for @iron fern
Give me a few minutes to get caught up.
You're looking exclusively for an API solution right? If you're on interchange plus, then you already know about the report in the Dashboard correct?
Ideally yes - Trying to create our own reporting. I know of the Payment Fees report section on our Dashboard
Gotcha. Okay. I don't think there is a way to get IC+ fees from the API, but let me double-check
Appreciate it ๐
Okay, do you have access to this doc? You'll need to be signed into the Stripe account that has IC+: stripe.com/docs/reports/fees-reporting
Yep got it
That doc contains the only API solution for getting IC+ fee information, which is essentially just getting the same report you get in the Dashboard. The only difference is that you get it from the API instead
OK got you - many thanks for your help