PayEdge test app
Test idempotent processing
Use this scenario when you want to confirm that your application handles retries safely.
- Generate a unique
Idempotency-Keyvalue for the request. - Select the V3 base URL for your test environment.
- Prepare the account and party request body.
- Send a
POSTrequest to/auth/idempotent-processing. - Repeat the request with the same
Idempotency-Keyif your test plan requiresduplicate-requesthandling validation. - Review the response and confirm that your application handles retries consistently.