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 →
Path Parameters
id associated with the identity
Query Parameters
query param; details are encrypted, so we do not want to include them by default
query param; to include institution members for institution identity
Response
A successful response.
PENDING
, ERROR
, APPROVED
, DENIED
, DISABLED
PERSON
, INSTITUTION
A user-facing ID to prevent duplicate account creation. Unique for all accounts created by the same API user.
The time at which the identity is created at. RFC3339 format, like YYYY-MM-DDTHH:MM:SS.sssZ
. ex: 2006-01-02T15:04:05Z
.
The time at which the identity is updated at. RFC3339 format, like YYYY-MM-DDTHH:MM:SS.sssZ
. ex: 2006-01-02T15:04:05Z
.
The TIN verification status for the associated tax_payer_id
.
TIN_VERIFICATION_PENDING
, TIN_VERIFICATION_ERROR
, TIN_VERIFICATION_VALID
True if the identity is a merchant.
The last timestamp the identity has undergone a periodic kyc refresh. RFC3339 format, like YYYY-MM-DDTHH:MM:SS.sssZ
. ex: 2006-01-02T15:04:05Z
.