v1

latestOpenAPI 3.0.02026-07-26117342409.6 KB
Fiat Transfers

Update Fiat Account

Change an existing value or add a new value on one or more fields for the given Fiat Account and return the modified Fiat Account in PENDING status. Update fields in either fiat_account_owner.person_details or fiat_account_owner.institution_details. Attempts to convert the fiat_account_owner type results in an error. Empty strings or null values are ignored.

Upon successful response, Paxos initiates an automated review of the requested changes and then either sets the status to APPROVED or REJECTED. Occasionally, a manual review may be required. Use Get Fiat Account to check for status changes.

put/transfer/fiat-accounts/{id}

Path parameters

idstring required

The Paxos fiat account ID (UUID). The Fiat Account ID (id) is provided in the response of the Create Fiat Account. Use this ID to retrieve the instructions using Get Fiat Account & List Fiat Accounts.

Request body

metadataobject

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.

idstring required

The Paxos FiatAccount ID (UUID).

ref_idstring

The optional client-specified ID (for idempotence).

identity_idstring

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

account_idstring

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.

status'PENDING' | 'APPROVED' | 'REJECTED' required
metadataobject

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.

created_atstring date-time required

The time at which this FiatAccount was created.

updated_atstring date-time

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