PayEdge test app
Validate basic product request handling in version
Use this scenario when you want to confirm that your app can send and receive a simple payload through PayEdge.
- Select a V2 development or User Acceptance Testing base URL.
- Build a product payload with values such as
productId,name,price,categoryName, andquantity. - Send a
POSTrequest to/auth/products. - Confirm that your app receives a successful response with product data.
- Send a
GETrequest to/auth/products. - Confirm that your app can retrieve product data and handle the response structure.
Response codes and troubleshooting
Use the following response codes to narrow down your issue.
| Response code | What this response means |
|---|---|
200 |
Your request completed successfully and returned a response body. V2 uses |
202 |
PayEdge accepted your message for processing. |
204 |
PayEdge successfully deleted the message and didn’t return a response body. |
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. |