Phone Basic
Basic phone number verification.Request body
| Field | Type | Required | Description |
|---|---|---|---|
phone | string | Yes | Phone number |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
Phone Advanced
Phone verification with extended data.Request body
| Field | Type | Required | Description |
|---|---|---|---|
phone | string | Yes | Phone number |
idempotencyKey | string | No | Unique key to prevent duplicate charges |
Phone + NIN Cross-check
Verify that a phone number and NIN belong to the same person.Request body
| Field | Type | Required | Description |
|---|---|---|---|
phone | string | Yes | Phone number |
nin | string | Yes | National Identification Number |
idempotencyKey | string | No | Unique key to prevent duplicate charges |