Skip to main content
POST
Submit direct document KYC

Authorizations

Authorization
string
header
required

Bearer access token obtained from POST /v1/oauth/token using your Apocor API key.

Path Parameters

id
string
required

Resource identifier.

Body

application/json
firstName
string
required
lastName
string
required
dateOfBirth
string
required

YYYY-MM-DD

Example:

"1990-04-12"

gender
enum<string>
required
Available options:
M,
F
nationality
string
required

ISO 3166-1 alpha-2

nationalId
string
required

ID / passport number matching idType.

idType
enum<string>
required
Available options:
CN-RIC,
PASSPORT,
HK-HKID,
DLN,
Government-Issued ID Card,
EU Residency Permit,
UAE Residency Permit
issueDate
string
required

YYYY-MM-DD

expiryDate
string
required

YYYY-MM-DD

phoneCountryCode
string
required

Numeric country code without +. Example: 1

phoneNumber
string
required
address
object
required
ssn
string

9-digit US SSN. Required when address.country is US.

occupation
string
annualSalary
string
accountPurpose
string
expectedMonthlyVolume
string

Response

Applicant with issuer KYC status. Poll kyc-status until issuerKycReady is true.

data
object

An end-user or business. Provider-internal identity references are white-labeled away.