CardManualLost
Action: POST
Endpoint: /api/WebHookNotification/AlertNotification/CardManualLost
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 |
SubCategory string |
Category Allowable Values: 40 |
CardnumLast4Digits string |
Last 4 digits of card number. Allowable Values: 4 |
AvailableOTB decimal |
Amount available for further purchases on card |
InfoReward
|
Group of fields passed in webhook |
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 |
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 YYYY-MM-DD hh:mm:ss:sss (24-hour Format) |
Source string |
Indicates if ACH payment was made from CoreCredit panel or some other source (API) Valid Values: CoreCredit, API, Self Service, CoreCollect, IVR Allowable Values: 50 |
ServiceName string |
Name of API service (webhook) triggered Allowable Values: 40 |
AlertType string |
Indicates type of Alert Possible 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", "SubCategory": "Lost", "CardnumLast4Digits": "0393", "AvailableOTB": 5000.23, "Status": "Lost" }, "AccountNumber": "x0000005000000xx", "AdminNumber": "129683", "RequestID": "10018", "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 }