Exposing FX Fee data
November 11th, 2024
We are exposing our FX fee data now. These enhancements improve transparency and detail for API consumers interacting with foreign exchange rates and fees through our CaaS API.
FX fee on organization & transaction and account entry entity level
-
FX Rate Field:
- Added
fx_rate
field to theGET /organization
endpoint, enhancing organization details by including foreign exchange rate information. - Updated the
ORGANIZATION_UPDATED
callback payload to include thefx_rate
field. This field will now be part of the payload when an organization update is triggered, allowing partners to receive real-time updates on FX rates.
- Added
-
FX Fee Object:
- Added
fx_fee
object to theGET /transaction
endpoint, providing detailed foreign exchange fee information for transaction details. - Introduced the
fx_fee
object to theGET /account_entry
endpoint, specifically for entries wheretype = TRANSACTION
, enabling better visibility of FX fees associated with account entries.
- Added