BalanceTransferProcessed
Action: POST
Endpoint: /api/WebHookNotification/AlertNotification/BalanceTransferProcessed
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 |
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 |
SubCategory string |
Indicates subcategory of Category of alert triggered Allowable Values: 40 |
FirstName string |
First name of Account holder Allowable Values: 50 |
LastName string |
Last Name of Account holder Allowable Values: 50 |
TransactionAmount decimal |
Total amount for which transaction occurred |
PrimaryCurrencyCode string |
Primary Currency will have value as 'USD' Allowable Values: 20 |
CardnumLast4Digits string |
Last 4 digits of card number Allowable Values: 4 |
LifeCycleID string |
Unique identifier to identify transaction across multiple phases like pre-auth, reversal, completion Allowable Values: 8 |
AvailableOTB decimal |
Amount available for further purchases on card |
PaymentProcessDate datetime |
Payment Date for balance transfer Format: MM/DD/YYYY hhmmss |
BTStatusCode string |
Status Code for BT process Valid Values:0, null Allowable Values: 19 |
PayeeAccountNumber string |
Account number of Payee Account Allowable Values: 19 |
PayeeAccountType string |
Account Type of Payee account Allowable Values: 10 |
RequestedBalanceTransferAmount string |
Amount for which Balance Transfer is requested Allowable Values: 50 |
BTStatusMessage string |
Status message for Balance Transfer Allowable Values: 100 |
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 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": "Monetary", "Category": "Balance Transfer", "SubCategory": null, "FirstName": "Johny", "LastName": "Sanders", "TransactionAmount": 110.0, "PrimaryCurrencyCode": "USD", "CardnumLast4Digits": "9893", "LifeCycleID": "123372036854855808", "AvailableOTB": 4890.45, "PaymentProcessDate": "07/13/2021 11:00:02:02", "BTStatusCode": "0", "PayeeAccountNumber": "XXXXXXXXXXXXXXXX", "PayeeAccountType": "2", "RequestedBalanceTransferAmount": "110", "BTStatusMessage": "Balance Transfer Job Processed", "CurrentBalance": 10045.95, "TransactionUniversalUniqueID": "e8eb3154-29f0-4e4c-bcc4-5d1d0731d54e", "TransactionCurrencyCode": "USD" }, "AccountNumber": "8110000000001234", "AdminNumber": "121234", "RequestID": "382", "Mode": "ALERT", "AccountUniversalUniqueID": "ce5e8662-8b0e-483f-b38f-3f0689253968", "CardUniversalUniqueID": "c6b768c6-82ae-4902-8a09-30442ba8e432", "ClientID": null, "RequestUniversalUniqueID": "b459b0e5-af7e-43ad-be29-3bd2795156cf", "User": "System", "DateandTime": "02/01/2017 19:15:01", "Source": "System", "ServiceName": null, "AlertType": "RealTime", "TransactionSource": null, "InstitutionID": null, "ProductID": null, "AlertRecipientType": 1, "UpdateCallList": null, "MonetaryLog": null }