Authorizations
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>
.
Body
Details for the new fiat account.
The unique identifier of the customer for whom the account is being created.
An enumerated value specifying the type of fiat account. Valid options depend on supported payment rails. (e.g., CBU_ALIAS_AR, PIX_BR)
A dictionary containing additional information required for the specific fiat account type. Fields depend on 'accountType' and are defined by /fiatAccounts/requirements/.
{
"alias_or_cvu_destination": "0100000000000000000001"
}
Response
Fiat account created successfully.
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.
PROCESSING
, ENABLED
, DISABLED
"PROCESSING"
Type of the fiat account.
The unique identifier of the customer owning this account.