Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Object Properties

Field
Type
Description
idstringUnique identifier for the card update object.
objectstringValue:  "cardUpdate"
batchstringBatch identifier for the request to the card network
accountIdstringPayment account ID assigned with the update
originalAccountstringOriginal masked card number.  First six, last four shown
originalExpirationstringOriginal card expiration date
updatedAccountstringUpdated masked card number.  First six, last four shown.  Blank if card number has not been updated.
updatedExpirationstringUpdated card expiration.  Blank if card expiration has not been updated.
responseCodestringResponse code from card network.  See Response Code table for possible values and their description.
responseSourcestring

Card network issuing the response.  Possible Values:

  • "V" - Visa
  • "M" - Mastercard: 
  • "D" - Discover
createdAtYYYY-MM-DDDate the update request was generated.
updatedAtYYYY-MM-DDDate of response

Response Codes

MasterCard Response Codes

ValueDescription
UPDATE
-
Match made, update data provided
CONTAC
-
Match made, closed account
EXPIRY
-
Match made, expiration date changed
  • 000101 - Error: Non-Numeric account number
  • 000102 - Error: Bad check digit for account number
  • 000103 - Error: Invalid expiration date
  • 000104 - Error: Merchant not registered
  • Visa Response Codes

    ValueDescription
    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

    ValueDescription
    A
    -
    Account Number Change: Issuer has replaced Cardholder Acct.
    C
    -
    Closed Account: Issuer closed Cardholder Acct.
    E
    - Q -
    Expiration Date Update: Issuer updated Expiration Date.
  • O - Override: Issuer Corrected a previous Update.
  • QContact Cardholder Advice: Cardholder has withheld Updates.




    Code Block
    languagexml
    themeMidnight
    titleCard Update Event Object
    {
    	"id": 49011251254,
    	"object": "cardUpdate",
        "batch": "20190408",
        "accountId": 2965326,
        "originalAccount": "405501XXXX1111",
        "originalExpiration": "0819",
        "updatedAccount": "",
        "updatedExpiration": "0823",
        "responseCode": "E",
        "responseSource": "V",
        "createdAt": "2019-04-08",
        "updatedAt": "2019-04-08"
    }