The account-update resource contains information used to update shopper credit cards. It includes the following properties:
Request
| 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. |
Response
Property Name | Type | Description |
|---|---|---|
| string | Unique ID provided by the merchant. |
| string | Response code for a card update. |
| string | Response message for a card update, which provides details about what was changed. For example: |
| container | Container of original-card properties. |
| container | Container of updated-card properties. |