v1

latestOpenAPI 3.0.12026-08-068054.3 KB

Outcome for FRAUD

Outcome webhook payload for the FRAUD request for information.

post/webhook-rfi-fraud-outcome(to de defined)

Request body

ratepay_transaction_idstring

The identifier for the transaction provided by Ratepay in the response to the authorization request.

ratepay_dispute_idstring

The dispute ID generated by Ratepay.

partner_transaction_idstring

The identifier for the transaction generated by the partner.

publication_datestring date-time

Date and time of publication of the request for information. Format in accordance with ISO 8601.

amountnumber

The amount of the request for information, as requested by the buyer.

currencystring

The currency of all amounts pertaining to the transaction. Upper-case alphabetic code in accordance with ISO 4217.

type'REQUEST_FOR_INFORMATION'

Indicates the type of dispute webhook notification.

reason'FRAUD'

The reason of a REQUEST_FOR_INFORMATION may be DEFEND, ITEM_NOT_RECEIVED, FRAUD or ITEM_RETURNED.

resolution_datestring date-time

Date and time when the resolution webhook was created. Format in accordance with ISO 8601.

resolution_reasonstring

The resolution reason is always CLOSED.

Example request

{
  "ratepay_transaction_id": "7vqgHujqswxwqa7Ms9Q1",
  "ratepay_dispute_id": "6vqgHujqswxwqa7Ms9Q1",
  "partner_transaction_id": "partner-transaction-id-1234",
  "publication_date": "2021-02-19T15:00:00.05+00:00",
  "amount": 529.9,
  "currency": "EUR",
  "type": "REQUEST_FOR_INFORMATION",
  "reason": "FRAUD",
  "resolution_date": "2021-04-17T00:00:00.12+00:00",
  "resolution_reason": "CLOSED",
  "captures": [
    {
      "date": "2021-02-03T19:09:00.12+00:00",
      "partner_operation_id": "7816171225883407",
      "ratepay_payment_reference": "GE7671626N4",
      "ratepay_capture_id": "c09290d0-2097-4b9b-b714-2edb394af101"
    }
  ],
  "payment_method": {
    "payment_option": "OPEN_INVOICE",
    "transfer_type": "BANK_TRANSFER"
  }
}

Response

Success