Rootshive
Create an AccountOnboardingStartUpsProduct DocumentationGo back Home
  • Welcome!
  • Quick Start
  • Reference
    • Authentication
      • Check Source
      • Generate Access Token
    • Collections
      • Wallet Balance
      • Create Payme
      • Generate Nuban
      • Verify Collections
    • Transfers
      • Initiating Single Transfers
      • Initiate Transfer (Single) API
      • Single Transfer Status
      • Reconcile Transfer
    • Events
      • Overview
Powered by GitBook
On this page

Was this helpful?

  1. Reference
  2. Collections

Generate Nuban

This endpoint allows you to generate nuban for your customers

PreviousCreate PaymeNextVerify Collections

Last updated 9 months ago

Was this helpful?

Generate Nuban

post
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"
}