This endpoint allows you to generate nuban for your customers
Last updated 6 months ago
Was this helpful?
curl -L \ --request POST \ --url 'https://{{baseUrl}}/collections/generateNuban' \ --header 'Authorization: Bearer JWT' \ --header 'Content-Type: application/json' \ --data '{ "name": "text", "bvn": "text", "email": "text", "cusid": "text" }'
{ "requestSuccessful": true, "responseMessage": "text", "nuban": "text" }