Category links

API Links

BalanceTransferReverse

Action: POST

Endpoint: /api/WebHookNotification/AlertNotification/BalanceTransferReverse

This webhook is triggered when confirmed balance transfer transaction is reversed by cardholder. 1.0 1.0 2.0 Vinay katoch Initial Release 10/14/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.

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

BTStatusCode

string

Status Code for BT process Valid Values:0, null

Allowable Values:

19

PayeeAccountNumber

string

Payee Account Number.(Card No. / Loan Account Number) Valid Values:0-9 Format:XXXXXXXXXX Example:7314145404

Allowable Values:

19

PayeeAccountType

string

Payee account type. 1 – Loan. 2 – Card.

Allowable Values:

1

RequestedBalanceTransferAmount

string

Amount for which Balance Transfer is requested

Allowable Values:

50

BTStatusMessage

string

Status message for Balance Transfer

Allowable Values:

100

DateOfCancellation

string

Date when initiated Balance Transfer process is reversed or canceled Format: dd/mm/yyyy hh:mm:ss

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

InfoAlert

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

BTStatusCode

string

Status Code for BT process Valid Values:0, null

Allowable Values:

19

PayeeAccountNumber

string

Payee Account Number.(Card No. / Loan Account Number) Valid Values:0-9 Format:XXXXXXXXXX Example:7314145404

Allowable Values:

19

PayeeAccountType

string

Payee account type. 1 – Loan. 2 – Card.

Allowable Values:

1

RequestedBalanceTransferAmount

string

Amount for which Balance Transfer is requested

Allowable Values:

50

BTStatusMessage

string

Status message for Balance Transfer

Allowable Values:

100

DateOfCancellation

string

Date when initiated Balance Transfer process is reversed or canceled Format: dd/mm/yyyy hh:mm:ss

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

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

Sample request body
{
  "InfoAlert": {
    "Tab": "Monetary",
    "Category": "Balance Transfer",
    "SubCategory": null,
    "FirstName": "Johny",
    "LastName": "Sanders",
    "BTStatusCode": "00",
    "PayeeAccountNumber": "XXXXXXXXXXXXXXXX",
    "PayeeAccountType": "2",
    "RequestedBalanceTransferAmount": "200.00",
    "BTStatusMessage": "Balance Transfer Job Reversed",
    "DateOfCancellation": "07/13/2021 11:00:02:02",
    "CurrentBalance": 10045.95,
    "TransactionCurrencyCode": null
  },
  "AccountNumber": "8110000000001234",
  "AdminNumber": "121234",
  "RequestID": "1980",
  "Mode": "ALERT",
  "AccountUniversalUniqueID": "95eb415c-a16f-463f-b561-6d0e0cf25942",
  "CardUniversalUniqueID": "b23bd351-a3ec-460a-8b1c-13de4304b2fe",
  "ClientID": null,
  "RequestUniversalUniqueID": "27b8f907-e852-4a87-a799-f4a09336b556",
  "User": "System",
  "DateandTime": "06/16/2021 10:03:56",
  "Source": "System",
  "ServiceName": null,
  "AlertType": "RealTime",
  "TransactionSource": null,
  "InstitutionID": null,
  "ProductID": null,
  "AlertRecipientType": 1,
  "UpdateCallList": null,
  "MonetaryLog": null
}