Skip to main content
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.

  1. Select a V2 development or User Acceptance Testing base URL.
  2. Build a product payload with values such as productId, name, price, categoryName, and quantity.
  3. Send a POST request to /auth/products.
  4. Confirm that your app receives a successful response with product data.
  5. Send a GET request to /auth/products.
  6. 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.

V2 response codes and troubleshooting
Response code What this response means
200

Your request completed successfully and returned a response body. V2 uses 200 for product responses

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.