Creates a new Person or Institution Identity on the Paxos Platform.
A successful response indicates that the identity has been created and is PENDING approval. The identity is only
available to use on the Platform once it is APPROVED. For a full description of statuses read the status guide here.
For detailed guidance on which fields are required for your integration or the lifecycle of an Identity on the platform, please read the Identity Developer Guide.
Paxos APIs use OAuth 2 with the client credentials grant flow.
Token URLs:
Learn more in the API credentials guide →
A user-facing ID to prevent duplicate identity creation. Unique for all identities created by the same API user.
List of tax details associated with the identity. Must be set if tax_details_not_required is false or not set.
Set to true if tax details are not legally required.
Set to true to indicate that this identity is a merchant.
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.