FEEDBACK_ALREADY_SUBMITTED
409invalid_requestFeedback was already submitted for this resource.
Cause
Feedback was recorded under a different idempotency_key.
How to fix it
Reuse the original idempotency_key to make the submission idempotent.
Example response
409 FEEDBACK_ALREADY_SUBMITTED
JSON
{
"error_code": "FEEDBACK_ALREADY_SUBMITTED",
"error_type": "invalid_request",
"error_message": "Feedback was already submitted for this resource.",
"hint": "Reuse the original idempotency_key to make the submission idempotent.",
"docs_url": "https://docs.billerapi.com/errors/FEEDBACK_ALREADY_SUBMITTED",
"request_id": "d94f5e2a-8c3b-4f1e-9a7d-6b2c1e0f8a34"
}Related
- Error handling — the error envelope shape and how to parse it
- Error code reference — every stable error code
Canonical docs URL: https://docs.billerapi.com/errors/FEEDBACK_ALREADY_SUBMITTED
Was this page helpful?