/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
accountIdintegerrequiredpathThe internal ID of the fiat bank account.
Responses
Response attributes
messagestringSuccess message
dataobjectFiat account details
Show child attributes (13)
idnumberFiat account ID
targetIdnumberTarget 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
clientobjectAssociated client details
Show child attributes (9)
idnumberClient internal ID
externalIdstringExternal client ID
namestringClient name
emailstringClient email address
mobilestringClient mobile number
identityNumberstringClient identity/national number
IBANstringClient bank account IBAN
createdAtstringClient creation timestamp
updatedAtstringClient last update timestamp
createdAtstringAccount creation timestamp
updatedAtstringAccount last update timestamp
totalDepositsstringTotal deposits amount
totalRefundsstringTotal refunds amount
typestringAccount type
statusstringAccount status
statusnumberHTTP status code
Was this page helpful?