Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Query Parameters
Filter fiat accounts by the customer's unique identifier.
Filter fiat accounts by its type.
Response
A list of fiat accounts.
The unique identifier of the fiat account.
A dictionary containing the details provided for the fiat account.
The date and time the fiat account was created (UTC format).
An enumerated value specifying the fiat account status.
Available options:
PROCESSING
, ENABLED
, DISABLED
Example:
"PROCESSING"
Type of the fiat account.
The unique identifier of the customer owning this account.