Verify
post
Body
terminalIdstringOptional
amountnumber · doubleOptional
tnxstringOptional
merchantIdstringOptional
Responses
200
OK
*/*
Responseobject
404
Not Found
*/*
post
/api/v1/ussd/verifyLast updated
Was this helpful?
OK
Not Found
Last updated
Was this helpful?
Was this helpful?
POST /api/v1/ussd/verify HTTP/1.1
Host: localhost:8080
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"terminalId": "text",
"amount": 1,
"tnx": "text",
"merchantId": "text"
}{}