Register a new customer using ID document URLs instead of file uploads. This endpoint enrolls the customer on the provider platform.
| Parameter | Type | Required | Description |
|---|---|---|---|
first_name | string | Yes | Customer first name (3-255 characters) |
last_name | string | Yes | Customer last name (3-255 characters) |
country | string | Yes | Customer country (2-255 characters) |
email | string | Yes | Customer email address (valid email format) |
street | string | Yes | Street address (2-255 characters) |
city | string | Yes | City (2-255 characters) |
state | string | Yes | State or province (2-255 characters) |
postal_code | string | Yes | Postal code (3-255 characters) |
country_iso_code | string | Yes | Country ISO code (e.g., “+234”) |
country_phone_code | string | Yes | Country phone code (e.g., “+234”) |
phone_number | string | Yes | Phone number (3-255 characters) |
identification_number | string | Yes | Identification number (1-255 characters) |
id_document_front_url | string | Yes | URL to the front of the ID document |
id_document_back_url | string | Yes | URL to the back of the ID document |
id_document_type | string | Yes | Type of ID document. Must be one of: NIN, PASSPORT, VOTERS_CARD, DRIVERS_LICENSE |
date_of_birth | string | Yes | Date of birth in format YYYY-MM-DD |
id_document_front_url and id_document_back_url must be publicly accessible URLsBearer authentication header of the form Bearer <token>, where <token> is your auth token.
3 - 255"John"
3 - 255"Doe"
2 - 255"Nigeria"
2 - 255"123 Main Street"
2 - 255"Lagos"
2 - 255"Lagos State"
3 - 255"100001"
1 - 255"+234"
1 - 255"+234"
3 - 255"8012345678"
1 - 255"12345678901"
"https://example.com/documents/front.jpg"
"https://example.com/documents/back.jpg"
NIN, PASSPORT, VOTERS_CARD, DRIVERS_LICENSE "NIN"
"1990-01-15"