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 →
Query Parameters
Transaction statuses to filter on
- PENDING: Initial state of a settlement transaction upon creation.
- SETTLED: Indicates all obligations belong to the settlement transaction have been enacted.
- EXPIRED: Indicates the settlement transaction is no longer eligible for settlement.
- CANCELLED: Indicates the settlement transaction was cancelled by the source profile.
- AFFIRMED: Indicates the settlement transaction will be eligible for settlement once within the window.
The profile_id
of the entity on the submitting side of the transaction.
The profile_id
of the entity on the receiving side of the transaction.
Number of results to return. Defaults to 100 if no limit is provided.
Cursor for getting the next page of results.