Skip to main content
POST
OAuth Scope

Authorizations

Authorization
string
header
required

Paxos APIs use OAuth 2 with the client credentials grant flow.

Token URLs:

Learn more in the API credentials guide →

Body

application/json
person_details
object
metadata
API User-facing metadata · object
ref_id
string

A user-facing ID to prevent duplicate identity creation. Unique for all identities created by the same API user.

institution_details
object
institution_members
object[]

Required for all institution identity types. The required roles and number of members vary by institution type; see the developer guide for details.

tax_details
object[]

List of tax details associated with the identity. Must be set if tax_details_not_required is false or not set.

tax_details_not_required
boolean

Set to true if tax details are not legally required. Must not be true when cip_id_country is USA.

customer_due_diligence
object
is_merchant
boolean

Set to true to indicate that this identity is a merchant.

Response

A successful response.

id
string
required
metadata
API User-facing metadata · object
status
enum<string>
Available options:
PENDING,
ERROR,
APPROVED,
DENIED,
DISABLED
status_details
object
summary_status
enum<string>
Available options:
PENDING,
ERROR,
APPROVED,
DENIED,
DISABLED
user_disabled
boolean

Deprecated: use status_details.active_controls instead.

admin_disabled
boolean

Deprecated: use status_details.active_controls instead.

person_details
object
type
enum<string>
Available options:
PERSON,
INSTITUTION
ref_id
string

A user-facing ID to prevent duplicate account creation. Unique for all accounts created by the same API user.

institution_details
object
institution_members
members associated with institution identity type · object[]
created_at
string<date-time>

The time at which the identity is created at. RFC3339 format, like YYYY-MM-DDTHH:MM:SS.sssZ. ex: 2006-01-02T15:04:05Z.

updated_at
string<date-time>

The time at which the identity is updated at. RFC3339 format, like YYYY-MM-DDTHH:MM:SS.sssZ. ex: 2006-01-02T15:04:05Z.

tax_details
tax payer details · object[]
tax_details_not_required
boolean
summary_tin_verification_status
enum<string>

The TIN verification status for the associated tax_payer_id.

Available options:
TIN_VERIFICATION_PENDING,
TIN_VERIFICATION_ERROR,
TIN_VERIFICATION_VALID
customer_due_diligence
object
is_merchant
boolean

True if the identity is a merchant.

last_kyc_refresh_date
string<date-time>

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.