Update Identity
POST/accounts/:id/identity
Update Account Identity
Body Parameters
identity_typestringrequired |
means of identification |
identity_valuestringrequired |
the number or pin associated with an identity type(NIN, BVN, etc) |
Note
We currently support the provision of the user’s BVN as a means of identity verification. Also, note that BVN verification is asynchronous so you’ll need to listen for the webhook to know when a user’s account is verified or not.
Test Values
In the sandbox environment, use the following test values to simulate the different test scenarios.
| Case | Value | Description |
|---|---|---|
| Valid BVN | 22222222281 |
For cases where a BVN value is valid. |
| Invalid BVN | 22222222271 |
For cases where the BVN value is invalid. |