Category links

API Links

RewardAdjustmentNotification

Action: POST

Endpoint: /api/WebHookNotification/RewardsRedemptionNotification/RewardAdjustmentNotification

This webhook is triggered when a status is reward adjustment notifications. 1.0 1.0 2.0 Rishabh Naheshwari Initial Release 10/11/2021

Request fields details
Fields Description

Reward

Group element will always null for collection

RewardTranID

string

Transaction ID

Allowable Values:

20

RewardAmount

decimal

Redemption Amount

CurrencyCode

string

Redemption Currency (like USD)

Allowable Values:

3

ProgramId

string

REWARDS_BONUS

Allowable Values:

20

Category

string

BONUS

Allowable Values:

20

CategoryName

string

Indicates category of alert triggered Possible values: Account Creation, Payment Schedule, Manage Bank Account, Create Secondary card, Card Replacement, Customer Information, Update Credit Limit, Update Manual Status, Loyalty Redemption, Loyalty Manual Redemption, Loyalty Points Adjustments, Card Activation, CollateralID, Update System Status, Update Card Status, Card Auto Reissue, Dispute Release OTB, PromotionalReward

Allowable Values:

40

CategoryID

integer

Numeric unique identifier for Category

CategoryFieldList

array

Array of fields passed in webhook

ModifiedFieldName

string

Field name for which value is updated. This tag will always be followed with tags ‘OldValue’ and ‘NewValue’. Valid list of fields under this tag is available at end of document.

Allowable Values:

40

OldValue

string

Previous value for field being updated. For Insert, it will be null. Applicable for Update

Allowable Values:

40

NewValue

string

Updated value by which field is updated

Allowable Values:

40

ChangeStatusFor

string

ChangeStatusFor

CurrentManualStatus

string

Current manual status of account

CurrentGeneratedStatus

string

Current system-generated status of account

DerivedPartnerStatus

string

DerivedPartnerStatus

ManualStatusListOld

string

ManualStatusListOld

ManualStatusListNew

string

ManualStatusListNew

CardnumLast4Digits

string

Last 4 digits of card number

State

string

EARNED/REVERSED (Earned if points added and Reversed when points reduced)

Allowable Values:

20

EligibleAmount

decimal

Redemption Amount

EligibleValue

string

Value

Allowable Values:

20

Status

string

Redemption Status

Allowable Values:

20

EligibleUnit

string

Percentage

Allowable Values:

20

RedemptionAmount

decimal

Redemption Amount

RedemptionPoints

integer

Redemption Points

ResponseErrorCode

string

Redemption Response Error Code In case of MM

Allowable Values:

50

ExternalErrorMessage

string

Redemption Response MMS API

Allowable Values:

50

ReferenceTransactionID

string

ReferenceID

Allowable Values:

100

RewardType

string

Generic/Individual

Allowable Values:

20

RewardsRedemption

Group element will always null for collection

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

Allowable Values:

64

CardUniversalUniqueId

string

Universal Unique Id For Card

Allowable Values:

64

ClientId

string

Corecard's Client Id or PersonId

Allowable Values:

64

RequestUniversalUniqueID

string

UniversalUniqueID Request

Allowable Values:

64

UpdateCallList

array

Group element will always null for collection

Category

Group of fields passed in webhook

CategoryName

string

Indicates category of alert triggered Possible values: Account Creation, Payment Schedule, Manage Bank Account, Create Secondary card, Card Replacement, Customer Information, Update Credit Limit, Update Manual Status, Loyalty Redemption, Loyalty Manual Redemption, Loyalty Points Adjustments, Card Activation, CollateralID, Update System Status, Update Card Status, Card Auto Reissue, Dispute Release OTB, PromotionalReward

Allowable Values:

40

CategoryID

integer

Numeric unique identifier for Category

CategoryFieldList

array

Array of fields passed in webhook

ModifiedFieldName

string

Field name for which value is updated. This tag will always be followed with tags ‘OldValue’ and ‘NewValue’. Valid list of fields under this tag is available at end of document.

Allowable Values:

40

OldValue

string

Previous value for field being updated. For Insert, it will be null. Applicable for Update

Allowable Values:

40

NewValue

string

Updated value by which field is updated

Allowable Values:

40

ChangeStatusFor

string

ChangeStatusFor

CurrentManualStatus

string

Current manual status of account

CurrentGeneratedStatus

string

Current system-generated status of account

DerivedPartnerStatus

string

DerivedPartnerStatus

ManualStatusListOld

string

ManualStatusListOld

ManualStatusListNew

string

ManualStatusListNew

CardnumLast4Digits

string

Last 4 digits of card number

MonetaryLog

Group of fields passed in webhook

AlertInfo

InfoReward

InfoCollectionAlert

Group of fields passed in webhook

InfoAgeOffAlert

User

string

User

Allowable Values:

40

DateandTime

DateTime

DateandTime Format:YYYY-MM-DD hh:mm:ss:nnn

Source

string

Source

Allowable Values:

20

ServiceName

string

ServiceName

Allowable Values:

40

AlertType

string

AlertType

Allowable Values:

100

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

InfoAlert

Group of fields passed in webhook

Sample request body
{
  "Reward": {
    "RewardTranID": "33018",
    "RewardAmount": 0.75,
    "CurrencyCode": "USD",
    "ProgramId": "REWARDS_ADJUSTMENT",
    "Category": "ADJUSTMENT",
    "State": "EARNED",
    "EligibleAmount": 75.0,
    "EligibleValue": "1",
    "Status": null,
    "EligibleUnit": "100%",
    "LoyaltyTransactionUniversalUniqueID": "44e5064c-68c1-4890-932a-cabe594f241d",
    "RedemptionAmount": null,
    "RedemptionPoints": null,
    "ResponseErrorCode": null,
    "ExternalErrorMessage": null,
    "ReferenceTransactionID": null,
    "RewardType": null,
    "TransactionUniversalUniqueId": null
  },
  "RewardsRedemption": null,
  "AccountNumber": "xx000001000000xx",
  "AdminNumber": "5005",
  "RequestID": "132",
  "Mode": "ALERT",
  "ClientId": "Alhkhf3u35k2424",
  "RequestUniversalUniqueID": "212a6d59-6081-4aa8-a6d3-ec1e2ced09d4",
  "UpdateCallList": null,
  "InfoReward": null,
  "InfoCollectionAlert": null,
  "InfoAlert": null,
  "InfoAgeOffAlert": null,
  "User": "PortalAdmin",
  "DateandTime": "2022-09-26 20:17:50",
  "Source": "CoreCredit",
  "ServiceName": null,
  "AccountUniversalUniqueID": "9a9e3478-a2e9-40d1-9e75-4ff82feff00c",
  "CardUniversalUniqueID": "ab426412-b81c-4ac8-a9cf-1a29491a486d",
  "AlertType": null,
  "ClientID": null,
  "TransactionSource": null,
  "InstitutionID": null,
  "ProductID": null,
  "AlertRecipientType": null,
  "MonetaryLog": null
}