4.API Reference
Each call to the Prodege API (except the Transaction Completion call) will return a status, in the form of JSON, to let the api users know whether the request was processed successfully or not. If the request was not processed successfully, the return status JSON will include a message that describes the point of failure for the request.
return_status Model
Property Name | Property Type | Description |
status_id | Numeric | The return code that identifies the status of the api call |
message | array | The message that describes the status of the api call |
error_codes | array |
List of numeric error codes (if any) that can be used to identify the point(s) of failure for the api call (See Error Codes section for details) |
Help Guide Powered by Documentor