Category links

API Links

AuthAgeOff

Action: POST

Endpoint: /api/WebHookNotification/AlertNotification/AuthAgeOff

This webhook is triggered when a pending auth transaction ages off. 1.0 1.0 2.0 Vinay katoch Initial Release 10/19/2021

Request fields details
Fields Description

InfoAlert

array

Group of fields passed in webhook

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

InfoAgeOffAlert

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

AuthTranid

string

A unique identifier value for authorization transaction

Allowable Values:

8

AuthAmount

decimal

Auth amount based on original card’s currency. System does all the activities on this amount.

OldAuthStatus

string

Previous Auth Status Valid Values: 0=Outstanding , 6 = Partially Reversed, 11 = Partially Completed

Allowable Values:

5

NewAuthStatus

string

Updated Auth Status, when auth ages off Valid Values: 3 = Age Off

Allowable Values:

5

LocalTransactionDate

DateTime

Local date and time of transaction Format: MMDDYYYYhhnnss

DateandTime

DateTime

Timestamp when notification was sent Format:YYYY-MM-DD hh:mm:ss:sss

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

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

UpdateCallList

That when Update call List array will be Open and Provide a note That in which case these Tag will have value.

InfoAlert

Group of fields passed in webhook

MonetaryLog

Group of fields passed in webhook

InstallmentsBalance

decimal

Current unpaid balance of all installment plans on the account

InstallmentsPendingPurchases

decimal

Sum of all installment purchases that are in confirmed state and holding OTB (e.g. an auth), but are not yet active (e.g. posted)

StatementRemainingBalanceWithInstallmentDue

decimal

The remaining amount a customer needs to pay to remain or become a transactor (open loop balance - installment plan min due amount) – any payments

Sample request body
{
  "InfoAgeOffAlert": {
    "Tab": "Monetary",
    "Category": "Auth Age Off",
    "SubCategory": null,
    "AuthTranid": "29155512",
    "CoreIssueTranid": 1137963311,
    "AuthAmount": 449.9,
    "OldAuthStatus": "0",
    "NewAuthStatus": "3",
    "LocalTransactionDate": "07292021102832",
    "TransactionLifeCycleUniqueID": "29155512",
    "AuthExpirationDate": "07292021100057",
    "CurrentBalance": null,
    "InstallmentsBalance": 450.89,
    "InstallmentsPendingPurchases": 0.0,
    "StatementRemainingBalanceWithInstallmentDue": 0.0
  },
  "DateandTime": "2021-07-29 10:01:00",
  "AccountNumber": "9000000630031234",
  "AdminNumber": "1321234",
  "RequestID": "29155512",
  "Mode": "ALERT",
  "AccountUniversalUniqueID": "e8f3b122-2868-4e6b-a7c2-917728562c59",
  "CardUniversalUniqueID": "da89bd60-f752-4ad1-8d57-0c7b06f6f7d2",
  "ClientID": null,
  "RequestUniversalUniqueID": "8043bb36-2ee5-4793-9fe7-e90160aa34c8",
  "User": "System",
  "Source": "MSMQ",
  "ServiceName": null,
  "AlertType": "RealTime",
  "TransactionSource": "Visa SMS",
  "InstitutionID": 12471,
  "ProductID": 12516,
  "AlertRecipientType": null,
  "UpdateCallList": null,
  "InfoAlert": null,
  "MonetaryLog": null
}