Summary of Endpoints

MethodEndpoint PathPurpose
GET/people/{person_id}/kyc/identity_questionsRetrieves identity questions needed to cure KYC for the person (to help get the person into an approved and non-blocked state).
PUT/people/{person_id}/kyc/identity_questionsSubmits answers to identity questions for a person.
GET/people/{person_id}/kyc/identity_scanSearches, gets, and returns the ID Scan information for a person.
POST/people/{person_id}/kyc/identity_scanUploads the ID Scan document.
GET/people/{person_id}/kyc/identity_scan/{identity_scan_id}Searches, gets, and returns the ID scan status.
GET/document_requests/{document_request_id}Retrieves information about documents requested to satisfy KYC requirements for a given person (person ID must be patched to the session)
POST/document_requests/{document_request_id}Securely uploads documents requested to satisfy KYC requirements for a given person (person ID must be patched to the session)
PUT/document_requests/{document_request_id}Securely uploads additional documents requested to satisfy KYC requirements for a given person (person ID must be patched to the session).