PayEdge test app
PayEdge test app V2 overview
Use PayEdge test app V2 when you need a simple, controlled way to check that your application can connect to PayEdge and exchange basic product data before rollout. V2 includes one resource, /auth/products, so you can keep your test focused and easy to validate.
V2 supports two operations:
| Operation | Endpoint | What you use it for |
|---|---|---|
POST |
/auth/products |
Send product data and confirm that your application can submit a request successfully. |
GET |
/auth/products |
Retrieve product data and confirm that your application can process the response. |
The products object uses a small set of fields, including productId, name, price, categoryName, and quantity. This keeps the test payload simple, so you can focus on request handling instead of payment-specific data structures.