PRN-191
9 months ago by Jon Bullock
As of the 18th November 2024, two new fields will be added to the Unblock PIN endpoint. These fields, description and updatedBy, enable you to add details to why and who unblocked a PIN for a card.
NoteThis endpoint requires content_type =application/json to be included in the header. If this is not included in the request then a 415 error response is returned.
See below for an example request body.
{
"description": "Unblocking blocked PIN",
"updatedBy": "John Smith"
}
Information
- For more information on this endpoint, see PIN Management
- To see this endpoint in the API Explorer, see Unblock PIN