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.

Available options:
UNCONFIRMED,
PROCESSING,
ENABLED,
DISABLED
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.