Skip to main content
POST
Create Fiat Account
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Body

application/json
fiat_account_owner
object
required
fiat_network_instructions
object
required
ref_id
string

The optional client-specified ID (for idempotence).

identity_id
string

The Paxos Identity (identity_id) of the user's FiatAccount. Required only for customers with 3rd-Party integrations initiating transfers on behalf of their end users.

account_id
string

The Paxos Account (account_id) of the user's FiatAccount. Required only for customers with 3rd-Party integrations initiating transfers on behalf of their end users.

metadata
object

Optional client-specified metadata. Up to 6 key/value pairs may be provided. Each key and value must be less than or equal to 100 characters.

Response

A successful response.

id
string
required

The Paxos FiatAccount ID (UUID).

fiat_network_instructions
object
required
status
enum<string>
required
Available options:
PENDING,
APPROVED,
REJECTED
created_at
string<date-time>
required

The time at which this FiatAccount was created.

ref_id
string

The optional client-specified ID (for idempotence).

identity_id
string

The Paxos Identity (identity_id) of the user's FiatAccount.

account_id
string

The Paxos Account (account_id) of the user's FiatAccount. Required only for customers with 3rd-Party integrations initiating transfers on behalf of their end users.

fiat_account_owner
object
metadata
object

Optional client-specified metadata. Up to 6 key/value pairs may be returned. Each key and value must be less than or equal to 100 characters.

updated_at
string<date-time>

The time at which this FiatAccount record was most recently updated.