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 |
Card Holder Account Number Valid Values: 0-9 Format: XXXXXXXXXXXXXXXX Example: 8000000000000037 Allowable Values: 19 |
AdminNumber integer |
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 |
CoreCardWebHookNotification's Client Id or PersonId Allowable Values: 64 |
RequestUniversalUniqueID string |
UniversalUniqueID Request Allowable Values: 64 |
UpdateCallList array |
|
MonetaryLog
|
Group of fields passed in webhook |
InfoAlert
|
|
RewardsRedemption
|
Group element will always null for collection |
Reward
|
Group element will always null for collection |
InfoReward
|
|
InfoCollectionAlert
|
|
InfoAgeOffAlert
|
|
User string |
User Allowable Values: 40 |
DateandTime datetime |
DateandTime Format:YYYY-MM-DD hh:mm:ss:nnn |
Source string |
Source Allowable Values: 20 |
ServiceName string |
ServiceName Allowable Values: 40 |
AlertType string |
AlertType Allowable Values: 100 |
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 CoreCardWebHookNotification for Institution |
ProductID integer |
A unique identifier assigned by CoreCardWebHookNotification 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 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 }