Category links

API Links

DisputeTransactionsReversal

Action: POST

Endpoint: /api/WebHookNotification/AlertNotification/DisputeTransactionsReversal

This webhook is triggered when a dispute raised on a transaction is reversed. 1.0 1.0 2.0 Vinay katoch Initial Release 10/11/2021

Request fields details
Fields Description

UpdateCallList

That when Update call List array will be Open and Provide a note That in which case these Tag will have value.

MonetaryLog

Group of fields passed in webhook

OriginalTranID

int64

This is the transaction ID generated for each clearing and is unique to each clearing

Allowable Values:

8

InfoAlert

array

Group of fields passed in webhook

Tab

string

Indicates tab in system under which this webhook is available Valid Values:Status, Period, Monetary, Security and Cards

Allowable Values:

40

Category

string

Indicates category of alert triggered

Allowable Values:

40

SubCategory

string

Indicates subcategory of Category of alert triggered

Allowable Values:

40

CaseID

integer

ID which is generated against the Dispute request. Valid Values:0-9 Format:XXXXXXX Example:9856198

FirstName

string

First name of Account holder

Allowable Values:

50

LastName

string

Last Name of Account holder

Allowable Values:

50

XAmount

decimal

Amount on which dispute is raised

TransactionAmount

decimal

Total amount for which transaction occurred

CardnumLast4Digits

string

Last 4 digits of card number

Allowable Values:

4

LifeCycleID

string

Unique identifier to identify transaction across multiple phases like pre-auth, reversal, completion

Allowable Values:

8

POSCardPresenceIndicator

string

Indicates if Card was present for the transaction or not. Valid Value:0 - Not Present,1 - Present,9 - Token Transaction

Allowable Values:

1

CardAcceptorNameLocation

string

Name and Location of Merchant where transaction occurred.

Allowable Values:

40

LocalTransactionDate

DateTime

Local transaction date of transaction Format: MM/DD/YYYY HH:mm:ss

AvailableOTB

decimal

Amount available for further purchases on card

PrimaryEmail

string

Email ID of Primary cardholder. This field is available only when AlertRecipientType is 1 or 3 or 5

Allowable Values:

50

AuthUserEmailID

string

Email ID of Secondary cardholder. This field is available only when AlertRecipientType is 4 or 5

Allowable Values:

50

CosignerEmailID

string

Email ID of Cosigner on account. This field is available only when AlertRecipientType is 2 or 3

Allowable Values:

50

PrimaryCurrencyCode

string

Currency code of amount for which dispute is raised, it displays value like 'USD'

Allowable Values:

20

VROLDisputeConditionCode

string

Dispute condition code chosen in VROL system for dispute.

Allowable Values:

3

VROLDisputeConditionDescription

string

Dispute condition code description chosen in VROL system for dispute.

Allowable Values:

100

AccountNumber

string

Card Holder Account Number Valid Values: 0-9 Format: XXXXXXXXXXXXXXXX Example: 8000000000000037

Allowable Values:

19

AdminNumber

string

Card Holder Admin Number Valid Values:0-9 Format:XXXXX Example:12345

RequestID

string

Primary Key for API Format:XXXXXXXXXXXXXXXX Example:12345

Allowable Values:

19

Mode

string

Valid Values:(a)Insert (b)Update

Allowable Values:

10

AccountUniversalUniqueID

string

Universal Unique ID for Account Format:XXXXXXXXXX Example:12345

Allowable Values:

64

CardUniversalUniqueID

string

Universal Unique ID for Admin Format:XXXXXXXXXX Example:12345

Allowable Values:

64

ClientID

string

Corecards Client ID

Allowable Values:

64

RequestUniversalUniqueID

string

UniversalUniqueID Request

Allowable Values:

64

User

string

User

Allowable Values:

40

DateandTime

DateTime

Timestamp when notification was sent Format:MM-DD-YYYY hh:mm:ss:sss

Source

string

Source

Allowable Values:

20

ServiceName

string

ServiceName

Allowable Values:

40

AlertType

string

Indicates type of Alert Valid Values:RealTime or Re Try (due to time-out)

Allowable Values:

15

TransactionSource

string

Transaction Source of transaction Valid Values:IPM, Retail Manual Auth-Installment, Retail Manual Auth-Revolver etc.

Allowable Values:

40

InstitutionID

integer

A unique identifier assigned by Corecard for Institution

ProductID

integer

A unique identifier assigned by Corecard for Product

AlertRecipientType

integer

Type of recipient to which alert needs to be sent Valid Values:1=Primary Applicant,2=Cosigner,3=Applicant and Cosigner,4=Auth User,5=Applicant and Auth User

Sample request body
{
  "InfoAlert": {
    "OriginalTranID": null,
    "Tab": "Monetary",
    "Category": "Dispute Transaction",
    "SubCategory": "Reversal",
    "CaseID": 116719,
    "FirstName": "SANDEEP",
    "LastName": "TONDALA",
    "XAmount": 761.1,
    "TransactionCurrencyCode": "USD",
    "TransactionAmount": 761.1,
    "CardnumLast4Digits": "7331",
    "LifeCycleID": "29256866",
    "POSCardPresenceIndicator": "0",
    "CardAcceptorNameLocation": "WALMART 1300 SE 8TH ST 8009666546 72716 AR USA",
    "CrossBorderIndicator": "N",
    "LocalTransactionDate": "07232021000000",
    "InFavorOf": "Reversal in favor of Bank / Merchant without Finance Charge",
    "ReasonCode": "8",
    "ReasonDescription": "Clarification",
    "AvailableOTB": -2197.25,
    "PrimaryEmail": "sandeep.tondala@gmail.com",
    "AuthUserEmailID": null,
    "CosignerEmailID": null,
    "CurrentBalance": null,
    "PrimaryCurrencyCode": "USD",
    "TransactionUniversalUniqueID": "ba32ac8b-468d-4364-a32b-8f96087bb3f4",
    "VROLDisputeConditionCode": "10",
    "VROLDisputeConditionDescription": "EMV Liability Shift Counterfeit Fraud"
  },
  "AccountNumber": "900000050007XXXX",
  "AdminNumber": "697934",
  "RequestID": "38746245",
  "Mode": "ALERT",
  "AccountUniversalUniqueID": null,
  "CardUniversalUniqueID": "0b587b04 - 8f08 - 459d - 9926 - d2c1bd7e6821",
  "ClientID": null,
  "RequestUniversalUniqueID": "86a8e581 - 6021 - 4d1e-975d - 1edd872665e7",
  "User": "cardholder",
  "DateandTime": "2021-08-16 09:25:30",
  "Source": "External API",
  "ServiceName": null,
  "AlertType": "RealTime",
  "TransactionSource": null,
  "InstitutionID": 5949,
  "ProductID": 5911,
  "AlertRecipientType": 1,
  "UpdateCallList": null,
  "MonetaryLog": null
}