CardUpdate Event Object
Object Properties
Field | Type | Description |
---|---|---|
id | string | Unique identifier for the card update object. |
object | string | Value: "cardUpdate" |
batch | string | Batch identifier for the request to the card network |
accountId | string | Payment account ID assigned with the update |
customer | object | Data object of customer associated with the account |
originalAccount | string | Original masked card number. First six, last four shown |
originalExpiration | string | Original card expiration date |
updatedAccount | string | Updated masked card number. First six, last four shown. Blank if card number has not been updated. |
updatedExpiration | string | Updated card expiration. Blank if card expiration has not been updated. |
responseCode | string | Response code from card network. See Response Code table for possible values and their description. |
responseSource | string | Card network issuing the response. Possible Values:
|
createdAt | YYYY-MM-DD | Date the update request was generated. |
updatedAt | YYYY-MM-DD | Date of response |
Response Codes
MasterCard Response Codes
Value | Description |
---|---|
UPDATE | Match made, update data provided |
CONTAC | Match made, closed account |
EXPIRY | Match made, expiration date changed |
Visa Response Codes
Value | Description |
---|---|
A | Match made, new account number |
C | Match made, closed account |
E | Match made, expiration date changed |
Q | Match made, contact cardholder |
Discover Response Codes
Value | Description |
---|---|
A | Account Number Change: Issuer has replaced Cardholder Acct. |
C | Closed Account: Issuer closed Cardholder Acct. |
E | Expiration Date Update: Issuer updated Expiration Date. |
Q | Contact Cardholder Advice: Cardholder has withheld Updates. |
Card Update Event Object
{ "id": 49011251254, "object": "cardUpdate", "batch": "20190408", "accountId": 2965326, "customer": { "id": 254854865, "object": "customer", "custRef": "ACT-1234", "name": "Account, Test" } "originalAccount": "405501XXXX1111", "originalExpiration": "0819", "updatedAccount": "", "updatedExpiration": "0823", "responseCode": "E", "responseSource": "V", "createdAt": "2019-04-08", "updatedAt": "2019-04-08" }