#dingkai031
1 messages · Page 1 of 1 (latest)
Can you share the specific fields you're referencing?
Ok, and what's the question exactly?
what's the different between amount and refunded?
Do you mean 'why was the payment amount 52.62 SGD and the refund 52.87 SGD'?
yes that's it
Seems like the payment was in USD (39.99) but the settlement currency of your account is SGD – so we'll apply FX to convert that: https://stripe.com/docs/currencies/conversions
I suspect at the time of the refund the FX rate was different at the time of the payment, so therefore for us to refund 39.99 in USD, we have to take a higher amount of SGD from your balance
so it use a different exchange rate with the exchange rate for payment amount or it has a refund fee?
A different exchange rate, yes. There are no fees for refunding payments: https://support.stripe.com/questions/understanding-fees-for-refunded-payments
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
that's great!, then where can I see that exchange rate that used for refunding? because in the dashboard is for payment amount
You would check the Balance Transaction object for the Refund: https://stripe.com/docs/api/refunds/object#refund_object-balance_transaction
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
That has the FX details: https://stripe.com/docs/api/balance_transactions/object#balance_transaction_object-exchange_rate
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
okay, can you help me check, because I may make a mistake.
so in the charge.refunded event there's this charge id : ch_3N8wsABBuNcFsmgM0NfciFL5.
inside it there's a balance_transactionid of : txn_3N8wsABBuNcFsmgM0YnGDzyH
inside it there's an exchange rate, but it's the same like in the dashboard