PRN-191

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.

📘

Note

This 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