Register a new identity and provision its virtual account.
POST/identities
Creates an Identity record in PENDING state and asynchronously provisions a Nomba virtual account against it. The response returns immediately with the identity in PENDING state; integrators should either poll GET /identities/{id} or listen for the identity.activated webhook to know when the account is ready.
Request
Responses
- 201
- 400
- 401
- 409
Identity created and provisioning started.
Request failed validation.
Missing or invalid API key / signature.
An identity with this external_reference already exists for this integrator.