Skip to content

Server Response Status Codes

Paul Nest edited this page Jul 24, 2019 · 7 revisions

Every response and callback form the Okay service contains status:

"status": {
    "code": <status code>,
    "message": "status message"
}

Here is the list of all possible codes:

Code Value
-1 INCOMPLETE
0 SUCCESS
101 ERROR

Clone this wiki locally