Verify the identity of an individual or a personal contact for a 'person' wallet.
POST {{baseUrl}}/v1/identities
Verification of the identity of a personal contact associated with a wallet..
Request Body
{"country"=>"NG", "document_type"=>"<string>", "ewallet"=>"<string>", "face_image"=>"<string>", "front_side_image"=>"<string>", "reference_id"=>"<string>", "back_side_image"=>"<string>", "back_side_image_mime_type"=>"<string>", "contact"=>"<string>", "face_image_mime_type"=>"<string>", "front_side_image_mime_type"=>"<string>", "request_type"=>"<string>", "send_callback"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"data":{"id":"\u003cstring\u003e","reference_id":"\u003cstring\u003e"},"status":{"error_code":"\u003cstring\u003e","message":"\u003cstring\u003e","operation_id":"\u003cstring\u003e","response_code":"\u003cstring\u003e","status":"\u003cstring\u003e"}}