Each submission on the API adheres to JSON format which about pairs of keys and its values.
All API responce code will be one of this codes in the table
HTTP Status Code | Descriptiontion |
---|---|
200 OK | Successful. |
400 Bad Request | Bad input parameter. Error message should indicate which one and why. |
403 Forbidden |
|
404 Not Found | Resource not found. |
50x | Internal Server Error,servers are not working as expected. The request is probably valid but needs to be requested again later. |
-If responce code is "OK".The responce will be as below.
- msg. Will encapsulate any information relating to the type of request.
- type. Type is success mean request is done.
- signaturePlus. API use "signaturePlus" to ensure that signature in request is equal server signature.