Category links

API Links

PaymentSkipped

Action: POST

Endpoint: /api/WebHookNotification/AlertNotification/PaymentSkipped

Purpose of this webhook is triggered when a payment on account gets skipped, i.e. when balance on account is less than the required, when scheduled payment was triggered. 1.0 1.0 2.0 Narayan Singh Initial Release 09/15/2021

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

BankName

string

Indicates the Name of the Bank to whose account the credit balance is refunded via ACH. Condition: This field will only be available when refund mode is ACH.

Allowable Values:

70

BankMethodName

string

Unique Identifier for the bank account in CoreCard system. Condition: This field will only be available when refund mode is ACH.

Allowable Values:

25

BankAccountLast4Digit

string

Bank AccountNumber last 4 digits of account from where funds are credited. Condition: This field will only be available when refund mode is ACH.

Allowable Values:

4

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

SubCategory

string

Indicates subcategory of Category of alert triggered

Allowable Values:

40

CardnumLast4Digits

string

Last 4 digits of card number

Allowable Values:

4

FirstName

string

First name of Account holder

Allowable Values:

50

LastName

string

Last Name of Account holder

Allowable Values:

50

StatementMonth

string

Denote month for which statement is generated Valid values: 1 to 12

Allowable Values:

50

AvailableOTB

decimal

Amount available for further purchases on card

StatementID

string

Unique identifier for Statement

Allowable Values:

9

StatementDate

datetime

Date when statement was generatedFormat: YYYYMMDDHHMMSS

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

NextSchedulePaymentdate

string

Date when next payment is scheduled to be triggered(Format: MM/DD/YYYY hhmmss)

ObjectUniversalUniqueID

string

Object Universal Unique ID

RewardsRedemption

array

Group of fields passed in webhook

Reward

array

Group of fields passed in webhook

RewardInfo

array

Group of fields passed in webhook

InfoCollectionAlert

array

Group of fields passed in webhook

InfoAgeOffAlert

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

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": "Payment Skipped",
    "SubCategory": null,
    "CardnumLast4Digits": "9063",
    "FirstName": "Sachit",
    "LastName": "Nagpal",
    "StatementMonth": null,
    "AvailableOTB": null,
    "StatementID": null,
    "StatementDate": null,
    "PrimaryEmail": "john.doe@email.com",
    "AuthUserEmailID": null,
    "CosignerEmailID": null,
    "PaymentScheduleType": "Statement Balance",
    "PaymentScheduleDate": "20210727",
    "BankName": "Chase",
    "ScheduleID": "12345",
    "PaymentScheduleFrequency": "Recurring",
    "BankMethodName": "1655471",
    "NextSchedulePaymentdate": "08/27/2021 12:00:00:00",
    "BankAccountLast4Digit": null,
    "Source": null,
    "CurrentBalance": null,
    "TransactionCurrencyCode": "USD",
    "ObjectUniversalUniqueID": "0b803694-b657-4bf6-ba3d-2b7b40a63f61"
  },
  "AccountNumber": "9110000000001234",
  "AdminNumber": "1341234",
  "RequestID": "38879508",
  "Mode": "ALERT",
  "AccountUniversalUniqueID": "9894f28b-d051-4eaa-9e48-a3a7d5b4a6f7",
  "CardUniversalUniqueID": "90cedd59-c2e8-47e2-b15e-0fdb256ea7b2",
  "ClientID": null,
  "RequestUniversalUniqueID": "df370660-cdea-400a-b2b6-2cdabd675a98",
  "User": "System",
  "DateandTime": "2021-08-16 09:25:30",
  "Source": "CoreCredit",
  "ServiceName": null,
  "AlertType": "RealTime",
  "TransactionSource": null,
  "InstitutionID": 5949,
  "ProductID": 5907,
  "AlertRecipientType": 1,
  "UpdateCallList": null,
  "MonetaryLog": null
}