Skip to main content
POST
Register a fiat bank account for a customer.

Authorizations

X-API-Key
string
header
required

API Key

Headers

IDEMPOTENCY-KEY
string
required

a UUID ensuring an address is only registered once

X-SUB-PARTNER-ID
string

Optional sub-partner UUID, if provided, the fiat address will be registered for the sub-partner

X-API-Version
string

Selects the API version for this request, as an ISO date (YYYY-MM-DD). Omit to use the default version (2025-03-13). Supported versions: 2025-03-13, 2026-07-01.

Body

application/json; charset=utf-8

The fiat address registration request

Register Fiat Address Request

Request to register a fiat (bank) address

bank_details
RecipientBankAccount · object
required

RecipientBankAccount

A recipient fiat bank account

Example:
currency
Fiat · object
required

A fiat currency

Example:
customer_id
string<uuid>
required

The customer ID

label
string

Optional label for the address

Response

Registration successful

Fiat Address

Response containing fiat address details

bank_account_identifier
Iban · object
required
Example:
bank_details
RecipientBankAccount · object
required

RecipientBankAccount

A recipient fiat bank account

Example:
bank_name
string
required

The bank name

country
string
required

The country code

created_at
string<date-time>
required

When the address was created

currency
string
required

The currency of the bank account

customer_id
string<uuid>
required

The customer ID

id
string<uuid>
required

The ID of the address

is_third_party
boolean
required

Is this a third party fiat address

ownership_verified
boolean
required

Has the customer verified their ownership of this account

status
enum<string>
required

Verification Status

The status of the verification of a fiat address

Available options:
AuthorizationRequired,
AuthorizationFailed,
RegistrationPending,
RegistrationFailed,
Registered
updated_at
string<date-time>
required

When the address was last updated

label
string

Optional label for the address