Verify Customer (Individual)

POST {{baseUrl}}/v1/customer/:customerId/instant-verification

The email, phone and address fields can be omitted if you have already saved that information about the customer on our system

Request Body

{"ssn"=>"123343212", "street1"=>"No 1 jakande street", "phone"=>"09012342321", "email"=>"test@gmail.com", "city"=>"Lagos", "state"=>"Lagos", "postal_code"=>"12345"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"reasons":["The input business phone number is potentially invalid","The input business TIN is potentially invalid"],"score":80,"verified":true}