Enroll new customer
Customers
Enroll Customer
Register a new customer using publicly accessible URLs to their KYC documents (JSON request body, no file upload).
POST
Enroll new customer
Overview
POST /customers/enroll registers a new customer in your company using publicly accessible URLs to the KYC documents instead of uploading the files directly. This is useful when documents are already hosted in your own object storage (S3, GCS, etc.). For local file uploads, use POST /customers instead.
The customer is enrolled with the upstream card issuer in the same call, so they become eligible for card issuance immediately on success (subject to KYC outcome).
When to use it
Prerequisites
- Your company has completed KYB and is in
APPROVEDstatus. - The document URLs must be reachable over HTTPS by the upstream verifier (which may fetch them more than once).
Request
Headers
Body fields
URL requirements
- HTTPS only. Plain HTTP URLs are rejected.
- Reachable by the upstream verifier. If the URL is gated (Basic Auth, IP allowlist, signed URL), the verifier will fail to fetch it.
- Stable. The verifier may fetch the URL multiple times during processing. Signed URLs with very short expiry windows are not recommended; use a TTL of at least 30 minutes.
- Direct file URLs, not landing pages. The response should be the image/PDF bytes with a correct
Content-Typeheader.
Example
Response
201 — Customer enrolled
POST /customers field reference for descriptions — the response shape is identical.
Error responses
Webhooks fired
customer.created— emitted immediately after the customer record is persisted.
Related
POST /customers— file-upload variant (multipart/form-data).GET /customers/{id}— check the resulting customer record.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Required string length:
3 - 255Example:
"John"
Required string length:
3 - 255Example:
"Doe"
Required string length:
2 - 255Example:
"Nigeria"
Example:
"john.doe@example.com"
Required string length:
2 - 255Example:
"123 Main Street"
Required string length:
2 - 255Example:
"Lagos"
Required string length:
2 - 255Example:
"Lagos State"
Required string length:
3 - 255Example:
"100001"
Required string length:
1 - 255Example:
"CM"
Required string length:
1 - 255Example:
"+234"
Required string length:
3 - 255Example:
"8012345678"
Required string length:
1 - 255Example:
"12345678901"
Example:
"https://example.com/documents/front.jpg"
Example:
"https://example.com/documents/back.jpg"
Available options:
NIN, PASSPORT, VOTERS_CARD, DRIVERS_LICENSE Example:
"NIN"
Example:
"1990-01-15"