Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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

  • 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

  • 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

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


Card 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"
}
  • No labels