HomeAPI ReferenceFiat GatewayGet Fiat Transaction Details
GET/fiat-transactions/{id}

Get Fiat Transaction Details

Outcome - Returns comprehensive logs, current execution status, and fees for a fiat transaction.

Body Parameters

idintegerrequiredpath

The internal ID of the transaction.

Responses

Response attributes

messagestring

Success message

dataobject

Fiat transaction details

Show child attributes (16)
idstring

Transaction ID

fiatAccountIdstring

Fiat account ID

parentIdstring

Parent transaction ID

vaultIdnumber

Vault ID

currencyCodestring

Currency code

rrnstring

Retrieval Reference Number

externalTransactionIdstring

External transaction ID

processedAtstring

Processing timestamp

fiatAccountobject

Associated fiat account details

Show child attributes (12)
idstring

Fiat account ID

targetIdstring

Target ID

vaultIdnumber

Vault ID

currencyCodestring

Currency code

VIBANstring

Virtual IBAN

currencyobject

Currency details

Show child attributes (6)
idnumber

Currency internal ID

codestring

Currency code

namestring

Currency name

createdAtstring

Creation timestamp

updatedAtstring

Last update timestamp

statusstring

Currency status

createdAtstring

Account creation timestamp

updatedAtstring

Account last update timestamp

totalDepositsstring

Total deposits amount

totalRefundsstring

Total refunds amount

typestring

Account type

statusstring

Account status

createdAtstring

Transaction creation timestamp

updatedAtstring

Transaction last update timestamp

typestring

Transaction type

statusstring

Transaction status

amountstring

Transaction amount

feesstring

Transaction fees

isRefundableboolean

Indicates if the transaction is refundable

statusnumber

HTTP status code

Was this page helpful?