/fiat-transactions/{id}Get Fiat Transaction Details
Outcome - Returns comprehensive logs, current execution status, and fees for a fiat transaction.
Body Parameters
idintegerrequiredpathThe internal ID of the transaction.
Responses
Response attributes
messagestringSuccess message
dataobjectFiat transaction details
Show child attributes (16)
idstringTransaction ID
fiatAccountIdstringFiat account ID
parentIdstringParent transaction ID
vaultIdnumberVault ID
currencyCodestringCurrency code
rrnstringRetrieval Reference Number
externalTransactionIdstringExternal transaction ID
processedAtstringProcessing timestamp
fiatAccountobjectAssociated fiat account details
Show child attributes (12)
idstringFiat account ID
targetIdstringTarget ID
vaultIdnumberVault ID
currencyCodestringCurrency code
VIBANstringVirtual IBAN
currencyobjectCurrency details
Show child attributes (6)
idnumberCurrency internal ID
codestringCurrency code
namestringCurrency name
createdAtstringCreation timestamp
updatedAtstringLast update timestamp
statusstringCurrency status
createdAtstringAccount creation timestamp
updatedAtstringAccount last update timestamp
totalDepositsstringTotal deposits amount
totalRefundsstringTotal refunds amount
typestringAccount type
statusstringAccount status
createdAtstringTransaction creation timestamp
updatedAtstringTransaction last update timestamp
typestringTransaction type
statusstringTransaction status
amountstringTransaction amount
feesstringTransaction fees
isRefundablebooleanIndicates if the transaction is refundable
statusnumberHTTP status code
Was this page helpful?