Creates a new fiat account for a customer, linked to specific bank or virtual wallet details for withdrawals.
Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.
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., bank_transfer)
A dictionary containing additional information required for the specific fiat account type. Fields depend on 'paymentMethodType and are defined by /fiatAccounts/requirements/.
{
"alias_or_cvu_destination": "0100000000000000000001"
}{ "clabe_destination": "706180196550550550" }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.