#christo_57479

1 messages ยท Page 1 of 1 (latest)

frank dragonBOT
tulip dew
#

Hi, what do you mean with 'call-back info '?

#

@dusty raven let's chat on this thread

dusty raven
#

thanks for that - defintely an exchange rate issue.
Bob spends 100AUD - 70USD goes into account
Bob is refunded 100AUD - 75USD leaves the account (due to exchange rate moving)

I can't find the 5USD in the payment response

tulip dew
dusty raven
#

in the response from doing a refund

tulip dew
dusty raven
#

I understand that the currency conversion happens on the "sale" - all good

I also understand that it's taken care of for the refund - also all good

what isn't in the refund response (that we're getting) is the currency exchange rate used for the refund - that is the bit of info I require.

I'm good if we have to use additional calls to get it.

sorry, I can't share with you (i'm not the developer on this one - I just see the results).

tulip dew
#

Yap, tested this on my end as well.

dusty raven
#

sorry is that the balance of the original Transaction (sale) less the refunded amount OR is that the balance of the refund transaction? (the sample has null for the exchange rate so little difficult to tell)

tulip dew
#

On that event, you'll see the the "balance_transaction": "txn_123". You can use that to retrieve the exchange_rate used on that refund. I do not not undertsand the follow you question here. Are you able to clarify?

dusty raven
#

so it would go something like
1 Sale for 100AUD - 70USD into Stripe
2. Refund 100AUD - 75USD outta Stripe
3. do balance transaction on Sale to see rate
4. do balance transaction on Refund to see rate
5. calculate difference between the two?

#

basically i need to find that the 5USD difference has occurred

tulip dew
#

Yeap!

dusty raven
#

excellent - thanks for that. I will tell those actually doing the devel to set up the required calls and I can now plan out the work-flow ๐Ÿ™‚

#

actually one last thing before I disappear. I was told that starting October Stripe will no longer be refunding their fees if a refund is done - which surprised me as I thought Stripe stopped doing that ages ago - do you know of some fee change occurring in October?

tulip dew
dusty raven
#

that's fine, I was just curious. as I said, I thought it stopped long ago and so i've been accounting for it all this time ๐Ÿ˜„