Skip to main content
POST
Confirm Fiat Account

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

fiatAccountId
string<uuid>
required

The unique identifier of the fiat account to confirm.

Response

Fiat account confirmed successfully. Status is now PROCESSING.

fiatAccountId
string<uuid>
required

The unique identifier of the fiat account.

fiatAccountFields
object
required

A dictionary containing the details provided for the fiat account.

createdAt
string<date-time>
required

The date and time the fiat account was created (UTC format).

status
enum<string>
required

An enumerated value specifying the fiat account status. Only one account can be active (ENABLED) per payment method at a time: enabling a new account automatically moves the previously active account for the same customer and payment method to SUSPENDED. A SUSPENDED account can be reactivated by re-registering it or referencing it in a new off-ramp.

Available options:
UNCONFIRMED,
PROCESSING,
ENABLED,
DISABLED,
SUSPENDED,
REVALIDATION_REQUIRED,
DEACTIVATED
Example:

"PROCESSING"

paymentMethodType
string
required

Type of the fiat account.

customerId
string<uuid>
required

The unique identifier of the customer owning this account.

metadata
object | null

Additional metadata associated with the fiat account. For Argentina accounts, this contains pre-validation data (e.g., CVU holder information) returned during account creation.