Exposing FX Fee data

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 the GET /organization endpoint, enhancing organization details by including foreign exchange rate information.
    • Updated the ORGANIZATION_UPDATED callback payload to include the fx_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.
  • FX Fee Object:

    • Added fx_fee object to the GET /transaction endpoint, providing detailed foreign exchange fee information for transaction details.
    • Introduced the fx_fee object to the GET /account_entry endpoint, specifically for entries where type = TRANSACTION, enabling better visibility of FX fees associated with account entries.