๐ถGenerate QR Code
Generate NEW Code
Create a new user
POST /create_qrcode
This endpoint is for generating new QR code for collection
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
name
string
Name of the user
email
string
Age of the user
phone
number
Phone Number
service_id
string
Corporate Unique Identifier
account_number
number
Corporate's Account Number in NET
Request & Response
{
"name":"Mr Kolawole Idiaro",
"email":"[email protected]",
"phone":"123454345",
"service_id":"1",
"account_number":"2324212343"
}{
"qr_code": "0002010102111531**999166**999166****M000002748526370018NG.COM.NIBSSPLC.QR0111S00000159255204000053035665802NG5917test merchant 0016007Nigeria63049BF8",
"response_status": "Success"
}Last updated