WAL-1002
This idempotency key was already used for a different wallet operation
Why it happens
The idempotency key idempotencyKey already belongs to an earlier wallet operation with different details (type, amount, hold or source). A key identifies one operation, and repeating it with other details could charge or credit the wallet wrongly, so nothing was changed.
What to do
Use a new idempotency key for each new operation. To repeat the earlier operation safely, send exactly the same details with the same key.
- HTTP status
- 409
- Retrying does not help
- Placeholders
- idempotencyKey