Generate
post
Body
fmcTokenstringOptional
terminalIdstringOptional
amountnumber · doubleOptional
merchantIdstringOptional
transactionTypeinteger · int32Optional
Responses
200
OK
*/*
404
Not Found
*/*
post
/api/v1/ussd/generateWas this helpful?
OK
Not Found
Was this helpful?
Was this helpful?
POST /api/v1/ussd/generate HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 90
{
"fmcToken": "text",
"terminalId": "text",
"amount": 1,
"merchantId": "text",
"transactionType": 1
}{}