# FRAUD Webhook payload for the FRAUD request for information. Endpoint: POST /webhook-rfi-fraud(to de defined) Version: version ## Header parameters: - `x-signature` (string) The hashed (SHA-512) payload. Example: "1be8ca419d1969085fba97228a5eeb55683cc5442cb475ffd9d8a40419ead40d3d82bea3209b6f4fdcce51c9ce6eb43a025faaf05b09bb90e4cb3c143143adec" - `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 (application/json): - `ratepay_transaction_id` (string) The identifier for the transaction provided by Ratepay in the response to the authorization request. Example: "2vqgHujqswxwqa7Ms9Q1" - `ratepay_dispute_id` (string) The dispute ID generated by Ratepay. Example: "6vqgHujqswxwqa7Ms9Q1" - `partner_transaction_id` (string) The identifier for the transaction generated by the partner. Example: "partner-transaction-id-1234" - `publication_date` (string) Date and time of publication of the request for information. Format in accordance with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Example: "2021-02-19T15:00:00.05+00:00" - `amount` (number) The amount of the request for information, as requested by the buyer. Example: 529.9 - `currency` (string) The currency of all amounts pertaining to the transaction. Upper-case alphabetic code in accordance with [ISO 4217](https://en.wikipedia.org/wiki/ISO_4217). Example: "EUR" - `type` (string) Indicates the type of dispute webhook notification. Enum: "REQUEST_FOR_INFORMATION" - `comment` (string) Additional information about the buyer's problem description. Example: "Artikel wurde nicht vom Empfänger bestellt. Lieferung wurde retourniert." - `reason` (string) The reason of a REQUEST_FOR_INFORMATION may be DEFEND, ITEM_NOT_RECEIVED, FRAUD or ITEM_RETURNED. Enum: "FRAUD" - `response_due_date` (string) Date and time by which the evidence for the case can be provided. Format in accordance with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Example: "2021-03-11T00:00:00.12+00:00" - `captures` (array) - `captures.date` (string) The date when Ratepay received the capture call. Format in accordance with [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601). Example: "2021-02-03T19:09:00.12+00:00" - `captures.partner_operation_id` (string) The operation ID of the respective capture operations included in the request for information, as transmitted by the partner. Example: "7816171225883407" - `captures.ratepay_payment_reference` (string) The payment reference Ratepay communicates to the buyer for the bank transfer. Example: "GE7671626N4" - `captures.ratepay_capture_id` (string) The capture ID provided by Ratepay in the response to the capture operation. Example: "c09290d0-2097-4b9b-b714-2edb394af101" - `tracking_code` (array) - `tracking_code.carrier_name` (string) Name of the shipping carrier used by the shop for the capture. Example: "DHL" - `tracking_code.tracking_number` (string) Tracking number for order delivery. Example: "JJD0099999999" - `items` (array) - `payment_method` (object) - `payment_method.payment_option` (string) Always OPEN_INVOICE. Example: "OPEN_INVOICE" - `payment_method.transfer_type` (string) Always BANK_TRANSFER. Example: "BANK_TRANSFER" ## Response 200 fields