Generate Nuban

This endpoint allows you to generate nuban for your customers

Generate Nuban

post
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
bvnstringRequired
emailstringRequired
cusidstringRequired
Responses
200

Nuban Generated Successfully

application/json
post
/collections/generateNuban
POST /collections/generateNuban HTTP/1.1
Host: {{baseUrl}}
Authorization: Bearer YOUR_SECRET_TOKEN
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?