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

  1. Select the V3 base URL for your test environment.
  2. Prepare a request body with primaryAccountDetails and basicParty.
  3. Send a POST request to /auth/request-response-validator.
  4. Send a GET request to /auth/request-response-validator if you need to retrieve the validated message.
  5. Review any error response and update your request if the response identifies a validation issue.