Category links

API Links

ChangeNotification

Action: POST

Endpoint: /api/WebHookNotification/UpdateNotification/ChangeNotification

This webhook is triggered when six consecutive payments of at least the minimum monthly payment amount are made on the account which unlocks bonus earn eligibility by 25%.

Request fields details
Fields Description

AccountNumber

string

Optional

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

Allowable Values:

19

AdminNumber

integer

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

CoreCardWebHookNotification's Client Id or PersonId

Allowable Values:

64

RequestUniversalUniqueID

string

Optional

UniversalUniqueID Request

Allowable Values:

64

UpdateCallList

array

Optional

MonetaryLog

Optional

Group of fields passed in webhook

InfoAlert

Optional

RewardsRedemption

Optional

Group element will always null for collection

Reward

Optional

Group element will always null for collection

InfoReward

Optional

InfoCollectionAlert

Optional

InfoAgeOffAlert

Optional

User

string

Optional

User

Allowable Values:

40

DateandTime

datetime

Optional

DateandTime Format:YYYY-MM-DD hh:mm:ss:nnn

Source

string

Optional

Source

Allowable Values:

20

ServiceName

string

Optional

ServiceName

Allowable Values:

40

AlertType

string

Optional

AlertType

Allowable Values:

100

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 CoreCardWebHookNotification for Institution

ProductID

integer

Optional

A unique identifier assigned by CoreCardWebHookNotification 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 Use

Sample request body
{
  "AccountNumber": "9000000500512281",
  "AdminNumber": 1070402,
  "RequestID": "1042443272",
  "Mode": "Update",
  "AccountUniversalUniqueID": "2196a561-1245-4c82-924c-3465230d6af7",
  "CardUniversalUniqueID": "df68d5a9-8aa7-4fe9-8705-c135f6409612",
  "ClientID": null,
  "RequestUniversalUniqueID": "82912965-b66c-4990-8744-d15d0a7915c3",
  "UpdateCallList": [
    {
      "Category": [
        {
          "CategoryName": "PromotionalReward",
          "CategoryID": 1690930,
          "CategoryFieldList": [
            {
              "ModifiedFieldName": "Cashback Change",
              "OldValue": "1",
              "NewValue": "1.25"
            }
          ],
          "ChangeStatusFor": null,
          "CurrentManualStatus": null,
          "CurrentGeneratedStatus": null,
          "DerivedPartnerStatus": null,
          "ManualStatusListOld": null,
          "ManualStatusListNew": null,
          "CardnumLast4Digits": "3944"
        }
      ]
    }
  ],
  "MonetaryLog": null,
  "InfoAlert": null,
  "RewardsRedemption": null,
  "Reward": null,
  "InfoReward": null,
  "InfoCollectionAlert": null,
  "InfoAgeOffAlert": null,
  "User": "cardholder",
  "DateandTime": "01/14/2017 00:00:00",
  "Source": "CoreIssue",
  "ServiceName": "System",
  "AlertType": "RealTime",
  "TransactionSource": null,
  "InstitutionID": 5949,
  "ProductID": 5907,
  "AlertRecipientType": 1
}