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-a9406d1ae2baCase type for RDR Decision Requests
DISPUTEPossible values: Source for RDR Decision Requests
VMPIPossible values: Date the case was recorded by the system
2024-05-25T09:17:28ZThe Merchant name component of the billing descriptor which appeared on the customer's transaction statement
ONLINE*MERCHANTThe Merchant phone number which appeared on the Cardholder's transaction statement
3236555789Acquiring Bank identifier assigned by Visa
123121Acquirer-assigned identifier of the Merchant account to VisaNet
1231231Visa-generated identifier that is unique for each original transaction
2837347837383The six or eight-digit card Issuer BIN that is associated with the purchase (conditionally required)
123121The last four digits of the card number associated with the purchase (conditionally required)
2476Token associated with the transaction when a token was used instead of a PAN for payment
411111xxxxxx1111Indicates the payment type of the original purchase
VISAThe Issuer authorization code for the transaction
300001The mail/phone/electronic commerce indicator (Values 1-9)
7Multiple Clearing Sequence Number contains a sequence number that distinguishes a specific clearing message
02Specific installment number of the transaction (for Parcelado installment transactions)
3Purchase transaction date in UTC format
2024-07-17T09:17:28ZAcquirer reference number
43853968624382884877396The four-digit number listed in ISO 18245 for retail financial services
4899Pattern: ^[0-9]{4}$Code that identifies a terminal at the card acceptor location
8mHtZZzKUnique identifier for the order defined by the Merchant
DWZ05549686048Type of transaction
SALECode indicating both Dispute Category and Dispute Condition Code
12.1Identifies the terminal type and terminal entry capability
06Decision 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 YOUR_SECRET_TOKEN
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

