The account-update
resource contains information used to update shopper credit cards. It includes the following properties:
Property Name | Type | Required | Description |
---|
merchant-updater-id | string | Required | Unique ID provided by the merchant. |
original-card | container | Required | Container of original-card properties. |
Property Name | Type | Description |
---|
merchant-updater-id | string | Unique ID provided by the merchant. |
update-response-code | string | Response code for a card update. |
update-response-message | string | Response message for a card update, which provides details about what was changed. For example:
The expiration date was changed |
original-card | container | Container of original-card properties. |
updated-card | container | Container of updated-card properties. |