Verifi RDR Decision
When an Issuer submits a dispute and the Merchant is enrolled for Rapid Dispute Resolution (RDR) decisioning via the Verifi API, Verifi sends the pre-dispute to the Merchant via HTTP POST call.
Evaluates transaction data against merchant RDR rules and returns accept/decline decision for Rapid Dispute Resolution.
ID number generated by Verifi and used for case reference (UUID version 4)
4ad593b4-e751-4b43-9ade-a9406d1ae2ba
Case type for RDR Decision Requests
DISPUTE
Possible values: Source for RDR Decision Requests
VMPI
Possible values: Date the case was recorded by the system
2024-05-25T09:17:28Z
The Merchant name component of the billing descriptor which appeared on the customer's transaction statement
ONLINE*MERCHANT
The Merchant phone number which appeared on the Cardholder's transaction statement
3236555789
Acquiring Bank identifier assigned by Visa
123121
Acquirer-assigned identifier of the Merchant account to VisaNet
1231231
Visa-generated identifier that is unique for each original transaction
2837347837383
The six or eight-digit card Issuer BIN that is associated with the purchase (conditionally required)
123121
The last four digits of the card number associated with the purchase (conditionally required)
2476
Token associated with the transaction when a token was used instead of a PAN for payment
411111xxxxxx1111
Indicates the payment type of the original purchase
VISA
The Issuer authorization code for the transaction
300001
The mail/phone/electronic commerce indicator (Values 1-9)
7
Multiple Clearing Sequence Number contains a sequence number that distinguishes a specific clearing message
02
Specific installment number of the transaction (for Parcelado installment transactions)
3
Purchase transaction date in UTC format
2024-07-17T09:17:28Z
Acquirer reference number
43853968624382884877396
The four-digit number listed in ISO 18245 for retail financial services
4899
Pattern: ^[0-9]{4}$
Code that identifies a terminal at the card acceptor location
8mHtZZzK
Unique identifier for the order defined by the Merchant
DWZ05549686048
Type of transaction
SALE
Code indicating both Dispute Category and Dispute Condition Code
12.1
Identifies the terminal type and terminal entry capability
06
Decision evaluation completed successfully
Bad Request - Missing required fields
Unauthorized - Authentication failed
Internal Server Error
POST /api/v2/provider/rdr/decisions HTTP/1.1
Host: {baseurl}
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 863
{
"decisionId": "4ad593b4-e751-4b43-9ade-a9406d1ae2ba",
"verifiEntityInfo": {
"partnerId": 10000,
"clientId": 104297
},
"caseType": "DISPUTE",
"source": "VMPI",
"caseDate": "2024-05-25T09:17:28Z",
"paymentDescriptor": "ONLINE*MERCHANT",
"paymentDescriptorContact": "3236555789",
"acquirerBin": "123121",
"cardAcceptorId": "1231231",
"transactionId": "2837347837383",
"cardBin": "123121",
"cardLast4": "2476",
"token": "411111xxxxxx1111",
"paymentType": "VISA",
"authCode": "300001",
"eci": "7",
"mcsn": "02",
"installmentNumber": 3,
"transactionDate": "2024-07-17T09:17:28Z",
"transactionAmount": {
"amount": 15.99,
"currency": "XAU"
},
"destinationAmount": {
"amount": 10.12,
"currency": "USD"
},
"arn": "43853968624382884877396",
"mcc": "4899",
"terminalId": "8mHtZZzK",
"caseAmount": {
"amount": 10.12,
"currency": "USD"
},
"purchaseIdentifier": "DWZ05549686048",
"transactionType": "SALE",
"reasonCode": "12.1",
"posEntryModeCode": "06"
}
{
"outcome": "ACCEPTED",
"statusCode": "103",
"reason": "Matched rule: High Value Transaction Rule",
"refundAmount": {
"amount": 10.12,
"currency": "USD"
}
}
Last updated