Skip to main content
PayEdge test app

Response codes and troubleshooting

Response codes and troubleshooting

Use the following response codes to narrow down your issue.

V3 error codes and troubleshooting
Response code What this response means
200

Your request completed successfully and returned a response body. V3 uses 200 for several retrieve and update responses

202

PayEdge accepted your message for processing. V3 uses 202 for several create or processing-style test responses.

204

PayEdge successfully deleted the message and didn’t return a response body. V3 uses 204 for delete operations.

400 Your request is invalid or missing required data. Both specifications define bad request responses.
401 Your request isn’t authorized. Both specifications define unauthorized responses.
403

Your request is forbidden. V3 defines forbidden responses across many operations.