Authorizations
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
- Production: https://oauth.paxos.com/oauth2/token
- Sandbox: https://oauth.sandbox.paxos.com/oauth2/token
Learn more in the API credentials guide →
Body
The Profile (profile_id
) to deposit to.
WIRE
, DBS_ACT
, CUBIX
, SCB
The optional client-specified ID (for idempotence).
The Identity (identity_id
) of the user making the deposit.
Required only for customers with 3rd-Party integrations making deposits on behalf of their end users.
The Account (account_id
) associated with the Identity of the user making the deposit.
Required only for customers with 3rd-Party integrations making deposits on behalf of their end users.
ABA
, SWIFT
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.
The Fiat Deposit Instructions ID (id
) is provided in the response of the Create Fiat Deposit Instructions.
Use this ID to retrieve the instructions using Get Fiat Deposit Instructions & List Fiat Deposit Instructions.
The Profile (profile_id
) to deposit to.
The Identity (identity_id
) of the user making the deposit.
VALID
, DEPRECATED
The string, unique to the request.
To deposit funds into an account, the memo ID must be provided when initiating a WIRE
transfer to Paxos.
This is provided after creating Fiat Deposit Instructions
The memo_id
can also be found from either Get Fiat Deposit Instructions or List Fiat Deposit Instructions for the corresponding ID (Fiat Deposit Instructions ID).
The time at which these instructions were created.
The Account (account_id
) associated with the Identity of the user making the deposit.
Required only for customers with 3rd-Party integrations making deposits on behalf of their end users.
The optional client-specified ID (for idempotence).
Optional client-specified metadata.