Provide evidence for FRAUD

Endpoint to provide evidence for the FRAUD request for information.

A valid JWT token is required in order to perform requests against this API. See Ratepay Authentication API specification.

SecurityBearer Authentication
Request
path Parameters
ratepay_dispute_id
required
string = 20 characters ^[A-Za-z0-9-_]{20}$

Ratepay dispute ID

Example: OpK7rRZP0GND8MobcIKA
header Parameters
Authorization
required
string

For each request, a valid access token must be provided in the Authorization header. See Authentication API for obtaining a valid token.

Request Body schema: multipart/form-data
required
required
object (FullEvidence)
additional_evidence
string <binary>

File with additional evidence. Allowed types are '.zip', '.pdf', '.jpg', '.png', '.gif', '.txt'. Maximum file size is 10 MB. This information is required if no delivery information or case details have been provided.

file1
string <binary> (NoteFile)

Information about the items included in the shipment. Key name must correspond to the actual value of the evidence field. Allowed types are '.zip', '.pdf', '.jpg', '.png', '.gif', '.txt'. Maximum file size is 10 MB.

Responses
201

Evidence was created.

404

Incorrect path parameters or invalid URL.

409

Unable to process request.

422

Unable to process request.

post/v1/disputes/{ratepay_dispute_id}/evidences/fraud
Request samples
Response samples
application/json
{
  • "message": "The requested resource was not found. Please refer to the documentation for the list of resources."
}