Generate Nuban
This endpoint allows you to generate nuban for your customers
Authorizations
Body
namestringRequired
bvnstringRequired
emailstringRequired
cusidstringRequired
Responses
200
Nuban Generated Successfully
application/json
post
POST /collections/generateNuban HTTP/1.1
Host: {{baseurl}}
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 58
{
"name": "text",
"bvn": "text",
"email": "text",
"cusid": "text"
}
200
Nuban Generated Successfully
{
"requestSuccessful": true,
"responseMessage": "text",
"nuban": "text"
}
Last updated
Was this helpful?