Skip to main content
PayEdge test app

Test idempotent processing

Use this scenario when you want to confirm that your application handles retries safely.

  1. Generate a unique Idempotency-Key value for the request.
  2. Select the V3 base URL for your test environment.
  3. Prepare the account and party request body.
  4. Send a POST request to /auth/idempotent-processing.
  5. Repeat the request with the same Idempotency-Key if your test plan requires duplicate-request handling validation.
  6. Review the response and confirm that your application handles retries consistently.