๐Ÿ“ถ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"
}

Last updated