POST
/
identity
/
identities
curl --request POST \
--url https://api.paxos.com/v2/identity/identities \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"person_details": {
"verifier_type": "PASSTHROUGH",
"passthrough_verifier_type": "JUMIO",
"passthrough_verified_at": "2021-06-16T09:28:14Z",
"first_name": "John",
"last_name": "Doe",
"date_of_birth": "1980-01-01",
"phone_number": "+1 555 678 1234",
"email": "example@somemail.org",
"cip_id": "111-11-1234",
"cip_id_type": "SSN",
"cip_id_country": "USA",
"nationality": "USA",
"address": {
"country": "USA",
"address1": "1 Example St",
"city": "New York",
"province": "NY",
"zip_code": "10001"
},
"metadata": {
"custom_property1": "custom value 1",
"custom_property2": "custom value 2"
}
},
"ref_id": "33ece656-eef1-43b5-a851-b6b9099089a5"
}'
{
"created_at": "2022-02-15T05:46:50.957068Z",
"id": "36ae1728-c54a-4046-86df-8a413e0ab9b3",
"person_details": {
"additional_screening_status": "PENDING",
"address": {
"address1": "1 Example St",
"city": "New York",
"country": "USA",
"province": "NY",
"zip_code": "10001"
},
"cip_id": "111-11-1234",
"cip_id_country": "USA",
"cip_id_type": "SSN",
"date_of_birth": "1980-01-01T00:00:00Z",
"first_name": "John",
"govt_id": "111-11-1234",
"govt_id_type": "SSN",
"id_verification_status": "APPROVED",
"last_name": "Doe",
"nationality": "USA",
"passthrough_verified_at": "2021-06-16T09:28:14Z",
"passthrough_verifier_type'": "JUMIO",
"sanctions_verification_status": "PENDING",
"verifier_type": "PASSTHROUGH"
},
"ref_id": "33ece656-eef1-43b5-a851-b6b9099089a5",
"summary_status": "PENDING",
"tax_details": [
{
"tax_payer_country": "USA",
"tax_payer_id": "111-11-1234"
}
],
"type": "PERSON",
"updated_at": "2022-02-15T05:46:50.957068Z"
}

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

Response

200
application/json

A successful response.

The response is of type object.