PayEdge test app
Test combined secure data, idempotency, tokenization, or conformance behavior
Use this scenario when you need to validate more than one PayEdge gateway behavior in the same flow.
- Select the V3 endpoint that matches the capabilities you want to test.
- Use
/auth/secure-data-tokenizerto test secure data handling and tokenization. - Use
/auth/secure-data-conformanceto test secure data handling and conformance. - Use
/auth/secure-data-idempotencyto test secure data handling and idempotency. - Use
/auth/secure-data-idemp-confto test secure data handling, idempotency, and conformance. - Use
/auth/secure-data-idemp-tokto test secure data handling, idempotency, and tokenization. - Use
/auth/secure-data-conf-tokto test secure data handling, conformance, and tokenization. - Include the
Idempotency-Keyheader where the endpoint defines it. - Review the response to confirm that your application handles the combined gateway behavior.