πŸ›‚ID Verification

Our ID Verification API allows you to validate user identities using Nigeria’s major national identifiers: BVN and NIN.

Enpoint POST https://api.xixapay.com/api/identity/verifyarrow-up-right

πŸ” Request Headers

{
  "Authorization": "Bearer YOUR_API_SECRET",
  "Content-Type": "application/json",
  "api-key": "YOUR_API_KEY"
}

πŸ“¦ Request Body

Field
Type
Required
Description

id_number

string

βœ…

string,

businessId

string

βœ…

Your registered business ID (max 255 characters).

id_type

string

βœ…

Must be either "nin" or "bvn".

Example

{
  "businessId": "xixapay_7890",
  "id_number": "1234567890",
  "id_type": "bvn"
}

βœ… Success Response:

Last updated