Customer Identity API
Provides API operations for creating, retrieving, and verifying customer identity records.
Each operation is available as both a coroutine suspend function and a callback-based overload. "Customer" refers to the merchant's end user whose identity is being verified.
Functions
Creates a new customer identity verification record with the supplied PII.
Creates a new customer identity verification record with the supplied PII and delivers the result to the provided callback.
Creates a new identity verification record attached to an existing customer.
Creates a new identity verification record attached to an existing customer and delivers the result to the provided callback.
Retrieves an existing customer identity verification record by its identifier.
Retrieves an existing customer identity verification record by its identifier and delivers the result to the provided callback.
Submits an existing customer identity record for KYC/identity verification processing.
Submits an existing customer identity record for KYC/identity verification processing and delivers the result to the provided callback.
Uploads identity document files for a customer identity record via a multipart request.
Uploads identity document files for a customer identity record via a multipart request and delivers the result to the provided callback.