account-update (resource)

The account-update resource contains information used to update shopper credit cards. It includes the following properties:

Request

Property NameTypeRequiredDescription
merchant-updater-idstringRequiredUnique ID provided by the merchant.
original-cardcontainerRequiredContainer of original-card properties.

Response

Property NameTypeDescription
merchant-updater-idstringUnique ID provided by the merchant.
update-response-codestringResponse code for a card update.
update-response-messagestringResponse message for a card update, which provides details about what was changed. For example:
The expiration date was changed
original-cardcontainerContainer of original-card properties.
updated-cardcontainerContainer of updated-card properties.

Account Updater Response Codes and Messages

  • 500 The account number was changed. Submit the account number returned in the completion response.
  • 501 The account was closed. Contact the cardholder for updated information.
  • 502 The expiration date was changed. Submit the expiration date returned in the completion response.
  • 503 The issuing bank does not participate in the update program. Submit the original card information.
  • 504 Contact the cardholder for updated information. Contact the cardholder for updated information.
  • 505 No match found. Submit the original card information.
  • 506 No changes found. Submit the original card information.