This endpoint allows you to generate nuban for your customers
Last updated 2 months ago
Nuban Generated Successfully
const response = await fetch('https://{{baseUrl}}/collections/generateNuban', { method: 'POST', headers: { "Authorization": "Bearer JWT", "Content-Type": "application/json" }, body: JSON.stringify({ "name": "text", "bvn": "text", "email": "text", "cusid": "text" }), }); const data = await response.json();
{ "requestSuccessful": false, "responseMessage": "text", "nuban": "text" }