CardCancelled
Action: POST
Endpoint: /api/WebHookNotification/AlertNotification/CardCancelled
Request fields details
Fields | Description |
---|---|
UpdateCallList
|
Group of fields passed in webhook |
MonetaryLog
|
Group of fields passed in webhook |
Category string |
Group of fields passed in webhook Allowable Values: 40 |
CategoryName string |
Indicates category of alert triggered Possible values: Account Creation, Payment Schedule, Manage Bank Account, Create Secondary card, Card Replacement, Customer Information, Update Credit Limit, Update Manual Status, Loyalty Redemption, Loyalty Manual Redemption, Loyalty Points Adjustments, Card Activation, CollateralID, Update System Status, Update Card Status, Card Auto Reissue, Dispute Release OTB, PromotionalReward Allowable Values: 40 |
CardnumLast4Digits string |
Last 4 digits of card number. Allowable Values: 4 |
AvailableOTB decimal |
Amount available for further purchases on card |
FirstName string |
First name of Account holder Allowable Values: 50 |
LastName string |
Last Name of Account holder Allowable Values: 50 |
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 |
InfoReward
|
Group element will always null for collection. |
InfoAlert array |
Group of fields passed in webhook |
AccountNumber string |
Account Number associated with the event Allowable Values: 19 |
AdminNumber string |
Admin Number associated with the event |
RequestID string |
Primary Key for API Allowable Values: 19 |
Mode string |
Indicates the type of activity performed which triggered this webhook Possible Value: Alert, Insert, Transaction Allowable Values: 10 |
AccountUniversalUniqueID string |
Universal Unique ID for Account Format:XXXXXXXXXX Example:9894f28b-d051-4eaa-9e48-a3a7d5b4a6f7 Allowable Values: 64 |
CardUniversalUniqueID string |
Card Universal Unique ID Example: 8638-b87b-48d0-8e13-0ebb5643577 Condition: Will be available if present in request. Allowable Values: 64 |
ClientID string |
Corecard’s Client ID Allowable Values: 64 |
RequestUniversalUniqueID string |
UniversalUniqueID Request Example: 8638-b87b-48d0-8e13-0ebb5643577 Allowable Values: 64 |
User string |
API User Id who performed the activity which triggered the event Valid Values: CoreCredit user, API user, System 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": { "Tab": "Status", "Category": "Card", "CategoryName": "Cancelled", "CardnumLast4Digits": "1737", "AvailableOTB": 284.02, "FirstName": "Linxi", "LastName": "He", "CancellationReason": "Lost", "PrimaryEmail": "lhe12@vols.utk.edu", "AuthUserEmailID": null, "CosignerEmailID": null }, "AccountNumber": "x0000005000000xx", "AdminNumber": "129283", "RequestID": "2765", "Mode": "ALERT", "AccountUniversalUniqueID": "9894f28b-d051-4eaa-9e48-a3a7d5b4a6f7", "CardUniversalUniqueID": "26fdda2e-ee6f-4022-8926-3593cfa3ef6f", "ClientID": null, "RequestUniversalUniqueID": "20baa71a-7b1d-4061-bdab-d019be38bf25", "User": "System", "DateandTime": "2021-08-16 09:25:30", "Source": null, "ServiceName": null, "AlertType": "RealTime", "TransactionSource": null, "InstitutionID": 5949, "ProductID": 5907, "AlertRecipientType": 1, "UpdateCallList": null, "MonetaryLog": null }