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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;reference_id&quot;:&quot;\u003cstring\u003e&quot;},&quot;status&quot;:{&quot;error_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;message&quot;:&quot;\u003cstring\u003e&quot;,&quot;operation_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;response_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;\u003cstring\u003e&quot;}}