# Provide evidence for ITEM_RETURNED Endpoint to provide evidence for the ITEM_RETURNED request for information. A valid JWT token is required in order to perform requests against this API. See Ratepay Authentication API specification. Endpoint: POST /v1/disputes/{ratepay_dispute_id}/evidences/item-returned Version: version Security: Bearer Authentication ## Path parameters: - `ratepay_dispute_id` (string, required) Ratepay dispute ID Example: "OpK7rRZP0GND8MobcIKA" ## Header parameters: - `Authorization` (string, required) For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token. ## Request fields (multipart/form-data): - `evidence` (object, required) - `evidence.ratepay_transaction_id` (string, required) Ratepay transaction ID. Example: "scwBgARW-nE93I7_ywhp" - `evidence.case_details` (string, required) Details on the shop agreeing with the request regarding the returned goods. Example: "Information regarding the case xyz" - `additional_evidence` (string) File with additional evidence. Allowed types are '.zip', '.pdf', '.jpg', '.png', '.gif', '.txt'. Maximum file size is 10 MB. ## Response 404 fields (application/json): - `message` (string) ## Response 409 fields (application/json): - `message` (string) ## Response 422 fields (application/json): - `message` (string) Example: "Mandatory information missing." - `errors` (object) Example: {"message":"The submitted data is invalid.","evidence":["The Ratepay transaction ID is required.","The case details are required."]} - `errors.field_name` (array) ## Response 201 fields