Category links

API Links

CreditBalanceRefundFailed

Action: POST

Endpoint: /api/WebHookNotification/UpdateNotification/CreditBalanceRefundFailed

Request fields details
Fields Description

AccountNumber

string

Optional

Allowable Values:

19

AdminNumber

string

Optional

RequestID

string

Optional

Allowable Values:

19

Mode

string

Optional

Allowable Values:

10

AccountUniversalUniqueID

string

Optional

Allowable Values:

64

CardUniversalUniqueID

string

Optional

Allowable Values:

64

ClientID

string

Optional

Allowable Values:

64

RequestUniversalUniqueID

string

Optional

Allowable Values:

64

UpdateCallList

Optional

MonetaryLog

Optional

InfoAlert

Optional

RewardsRedemption

Optional

Reward

Optional

RewardInfo

Optional

InfoCollectionAlert

Optional

InfoAgeOffAlert

Optional

User

string

Optional

Allowable Values:

40

DateandTime

DateTime

Optional

Source

string

Optional

Allowable Values:

20

ServiceName

string

Optional

Allowable Values:

40

AlertType

string

Optional

Allowable Values:

15

TransactionSource

string

Optional

Allowable Values:

40

InstitutionID

integer

Optional

ProductID

integer

Optional

AlertRecipientType

integer

Optional

TransactionCode

integer

Optional

Sample request body
{
  "AccountNumber": "9000000630283498",
  "AdminNumber": "1358966",
  "RequestID": "1427843180",
  "Mode": "Transaction",
  "AccountUniversalUniqueID": "6679ac61-7f1a-494e-9e57-a3b8545d0e0a",
  "CardUniversalUniqueID": "0c439c82-f920-4d29-b122-a164cd255795",
  "ClientID": null,
  "RequestUniversalUniqueID": "a8b427e8-a04d-497d-b7f8-1b8a4276a59c",
  "UpdateCallList": null,
  "MonetaryLog": {
    "Category": "Monetary",
    "SubCategory": "Credit Balance Refund Sent",
    "TranId": "2032111234",
    "TransactionType": 50,
    "TransactionCode": 37123,
    "TransactionDescription": "37123 = MANUAL CREDIT BALANCE REFUND",
    "TransactionAmount": 170.0,
    "TransactionDateTime": "2022-09-26 20:00:01",
    "CurrentBalanceAfterTran": 0.0,
    "TransactionLifeCycleUniqueID": null,
    "AuthTranId": null,
    "RecoveredRewardPoints": null,
    "CheckNumber": null,
    "BalanceIndicator": "Active Balance",
    "DBIndicator": "Debit",
    "BankAccountLast4Digit": "2222",
    "TransactionUniversalUniqueID": "068d02cb-c888-4a4b-b2ea-00cd99f18cb1",
    "ReasonCode": null,
    "InstallmentsBalance": null,
    "InstallmentsPendingPurchases": null,
    "StatementRemainingBalanceWithInstallmentDue": null,
    "AdjustedCurrentBalance": null,
    "RevolvingCurrentBalance": null,
    "InfoPlan": null,
    "OriginalTranID": null,
    "CardnumLast4Digits": "1234",
    "TransactionReferenceID": null,
    "FirstName": "Louis",
    "LastName": "Recupero",
    "PrimaryEmail": "abc@xyz.com",
    "CosignerEmailID": null,
    "AuthUserEmailID": null,
    "BankName": "ABC Bank",
    "BankMethodName": "2121111",
    "RefundType": "Manual",
    "RefundMode": "ACH",
    "PrimaryCurrencyCode": "lclUnitedStates",
    "AvailableOTB": 1200000.0,
    "LoanAccountNumber": null,
    "SettlementDate": "2022-09-26"
  },
  "InfoAlert": null,
  "RewardsRedemption": null,
  "Reward": null,
  "RewardInfo": null,
  "InfoCollectionAlert": null,
  "InfoAgeOffAlert": null,
  "User": "User1",
  "DateandTime": "2022-09-26 20:00:01",
  "Source": "CoreCredit",
  "ServiceName": null,
  "AlertType": "RealTime",
  "TransactionSource": "ACH",
  "InstitutionID": 12345,
  "ProductID": 1122,
  "AlertRecipientType": 1,
  "TransactionCode": null
}