Skip to main content

Documentation Index

Fetch the complete documentation index at: https://developer.tazapay.com/llms.txt

Use this file to discover all available pages before exploring further.

Object Structure

FX Transaction
{
  "exchange_rate": 1,
  "final": {
    "amount": 10000000,
    "currency": "USD"
  },
  "id": "fx_d35tfigo4p2dt2hh0",
  "initial": {
    "amount": 10000000,
    "currency": "USD"
  },
  "object": "fx_transaction"
},

Object Parameters

FieldTypeDescription
exchange_ratenumberThe exchange rate applied for FX.
final.amountnumberThe final amount after FX conversion.
final.currencystringThe currency of the final amount.
initial.amountnumberThe initial amount before FX conversion.
initial.currencystringThe currency of the initial amount.
idstringThe FX transaction ID.