Set PIN - Field Descriptions
The following page details each of the fields that can be used in the request and received in the response when using the Set PIN endpoint.
Request Fields
The following table describes fields that can be included in the body of the request when updating a card status.
Field | Description | Minimum Length | Maximum Length | Type | Mandatory |
---|---|---|---|---|---|
cardPin | The new PIN for the associated card. | 4 | 4 | String | Yes |
description | The description of why the PIN has been updated. | 0 | 800 | String | No |
updatedBy | The user who updated the PIN for the cardholder. | 0 | 100 | String | No |
Response Fields
A successful response for the Set PIN endpoint will return a 204 No Content status code. No fields are returned.
Updated 17 days ago