Customer Verification API

Eiger web service for Customer Validation Request

CustomerValidate

POST https://{baseurl}/customers/customer/api/validate

This endpoint allows you to do customer details verification.

Query Parameters

Name
Type
Description

country

string

Country

partner

string

Partner Name

name

string

Customer Name

mobile

string

Customer Mobile Number

Id_number

string

Customer ID Number

email

string

Customer Email address

dob

boolean

Customer Date of Birth

Headers

Name
Type
Description

EIGER-SESSION-ID

string

Web Service Token API Generated Value

EIGER-TOKEN

string

Web Service Token API Generated Value

EIGER-API-REQUEST-TYPE

string

REST

Accept

string

application/json

Content-Type

string

application/json

{
"status": "SUCCESS",
"requestType": "XXXXXXXXXXXXX",
"name": "XXXXXXXXXXXXX",
"mobile": "XXXXXXXXXXXXX",
"idnumber": "XXXXXXXXXXXXX",
"email": "XXXXXXXXXXXXX",
"dob": "XXXXXXXXXXXXX",
"validated_name": "XXXXXXXXXXXXX",
"validated_customerId": "XXXXXXXXXXXXX",
"message": "Success",
"errors": null
}

Last updated