Create Customer
Draft, Tenant-Specific, and Reference APIs
Create Customer
Bridge page for reviewed identity-customer creation and compatibility customer overlays
POST
Create Customer
For new integrations on the reviewed public gateway, create customer records through the tenant-gated identity surface:
Reviewed Public Status
POST /api/v1/identity/customersis the reviewed create route when the identity-customer surface is enabled for your tenant- the exact payload and downstream KYC behavior remain tenant-gated
- you should not assume every environment exposes the same identity provider mix or response details
Common Request Inputs
The reviewed OpenAPI models this route with a generic request envelope, so the exact accepted fields depend on your enabled identity program. Common fields usually include:- stable customer reference or external identifier
- legal name fields
- contact fields such as
emailorphone - country or locale information when required
- metadata for your own reconciliation
Integration Guidance
- keep retries idempotent with a stable business identifier
- avoid storing more PII than you need in your own systems
- treat identity customer creation as a tenant-gated onboarding step, not a universal primitive for every product flow
Example Request
Confirm the exact identity-customer schema enabled for your tenant before shipping to live. The goal of this page is to point new integrations at the right reviewed route family, not to freeze a one-size-fits-all payload.
Next Steps
Identity Overview
Review the tenant-gated identity surface
Verify BVN
Continue into the reviewed verification flow
Virtual Accounts
Create a receiving account after onboarding
Support
Confirm your enabled identity-customer contract