This endpoint allows you to generate nuban for your customers
Last updated 9 months ago
Was this helpful?
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" }
Nuban Generated Successfully
{ "requestSuccessful": true, "responseMessage": "text", "nuban": "text" }