HomeAPI ReferenceFiat GatewayGet Fiat Account Details
GET/fiat-accounts/{accountId}

Get Fiat Account Details

Outcome - Retrieves details (bank name, IBAN, account status, holder name) of a specific fiat account mapped to the authenticated vault.

Body Parameters

accountIdintegerrequiredpath

The internal ID of the fiat bank account.

Responses

Response attributes

messagestring

Success message

dataobject

Fiat account details

Show child attributes (13)
idnumber

Fiat account ID

targetIdnumber

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

clientobject

Associated client details

Show child attributes (9)
idnumber

Client internal ID

externalIdstring

External client ID

namestring

Client name

emailstring

Client email address

mobilestring

Client mobile number

identityNumberstring

Client identity/national number

IBANstring

Client bank account IBAN

createdAtstring

Client creation timestamp

updatedAtstring

Client last update timestamp

createdAtstring

Account creation timestamp

updatedAtstring

Account last update timestamp

totalDepositsstring

Total deposits amount

totalRefundsstring

Total refunds amount

typestring

Account type

statusstring

Account status

statusnumber

HTTP status code

Was this page helpful?