Document Verification
Document verification using web link
Please refer to API Authentication for API URL and authentication.
Note: If user not completed KYC and retrying the process please use same link until the expires_in time.
POST
/
v1
/
identity-documents
/
urls
Authorizations
Authorization
string
headerrequiredBasic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Body
application/json
sessionKey
string
requiredunique identifier for the given customer session on your platform, generated by your service. We expect it to be short-lived (e.g. expires after 30 min)
customerId
string
Id for the customer. Please use the same ID you use for v1/customers API
redirectURL
string
URL were the user should be redirected to once they have completed the document verification flow.
inputData
object
Response
200 - application/json
id
string
id of the document kyc process
link
object