Category links

API Links

DisputeTransactionsReceiveSecondPresentment

Action: POST

Endpoint: /api/WebHookNotification/AlertNotification/DisputeTransactionsReceiveSecondPresentment

This webhook is triggered when MasterCard sends us their decision as a second presentment. 1.0 1.0 2.0 Vinay katoch Initial Release 10/12/2021

Request fields details
Fields Description

UpdateCallList

Optional

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

MonetaryLog

Optional

Group of fields passed in webhook

InfoAlert

array

Optional

Group of fields passed in webhook

AccountNumber

string

Optional

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

Allowable Values:

19

AdminNumber

string

Mandatory

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

RequestID

string

Optional

Primary Key for API Format:XXXXXXXXXXXXXXXX Example:12345

Allowable Values:

19

Mode

string

Optional

Valid Values:(a)Insert (b)Update

Allowable Values:

10

AccountUniversalUniqueID

string

Optional

Universal Unique ID for Account Format:XXXXXXXXXX Example:12345

Allowable Values:

64

CardUniversalUniqueID

string

Optional

Universal Unique ID for Admin Format:XXXXXXXXXX Example:12345

Allowable Values:

64

ClientID

string

Optional

Corecards Client ID

Allowable Values:

64

RequestUniversalUniqueID

string

Optional

UniversalUniqueID Request

Allowable Values:

64

User

string

Optional

User

Allowable Values:

40

DateandTime

DateTime

Optional

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

Source

string

Optional

Source

Allowable Values:

20

ServiceName

string

Optional

ServiceName

Allowable Values:

40

AlertType

string

Optional

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

Allowable Values:

15

TransactionSource

string

Optional

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

Allowable Values:

40

InstitutionID

integer

Optional

A unique identifier assigned by Corecard for Institution

ProductID

integer

Optional

A unique identifier assigned by Corecard for Product

AlertRecipientType

integer

Optional

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": {
    "Tab": "Monetary",
    "Category": "Dispute Transaction",
    "SubCategory": "Receive Second Presentment",
    "CaseID": 111959,
    "FirstName": "Payton",
    "LastName": "Dunn",
    "XAmount": 90.25,
    "TransactionCurrencyCode": "USD",
    "TransactionAmount": 90.25,
    "CardnumLast4Digits": "9180",
    "CardAcceptorNameLocation": "FlyNas Riyadh SAU",
    "AvailableOTB": 1365.75,
    "PrimaryEmail": "pdunnsv@gmail.com",
    "AuthUserEmailID": null,
    "CosignerEmailID": null,
    "CurrentBalance": null,
    "OriginalTranID": null,
    "VROLDisputeConditionCode": "10",
    "VROLDisputeConditionDescription": "EMV Liability Shift Counterfeit Fraud"
  },
  "AccountNumber": "9000000500051234",
  "AdminNumber": "611234",
  "RequestID": "39075549",
  "Mode": "ALERT",
  "AccountUniversalUniqueID": null,
  "CardUniversalUniqueID": null,
  "ClientID": null,
  "RequestUniversalUniqueID": "9501ba92-0f6e-460b-a866-f23a9fe31a45",
  "User": "System",
  "DateandTime": "2021-08-16 09:25:30",
  "Source": "System",
  "ServiceName": null,
  "AlertType": "RealTime",
  "TransactionSource": null,
  "InstitutionID": 5949,
  "ProductID": 5907,
  "AlertRecipientType": 1,
  "UpdateCallList": null,
  "MonetaryLog": null
}