PayEdge test app
Validate the request and response contract
Use this scenario when you want to test whether requests and responses follow the expected OpenAPI Specification contract.
- Select the V3 base URL for your test environment.
- Prepare a request body with
primaryAccountDetailsandbasicParty. - Send a
POSTrequest to/auth/request-response-validator. - Send a
GETrequest to/auth/request-response-validatorif you need to retrieve the validated message. - Review any error response and update your request if the response identifies a validation issue.