> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enfuce.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PIN Control handling

> Endpoint for accessing PIN Control tokens

## Endpoints

<CardGroup cols={2}>
  <Card title="Request PIN Control access token by plasticId." icon="arrow-right" href="/payment/api/pin-control-handling/request-pin-control-access-token-by-plasticid" horizontal>
    **POST** /v2/plastic/\{plasticId}
  </Card>

  <Card title="Request PIN Control access token by plasticId" icon="arrow-right" href="/payment/api/pin-control-handling/request-pin-control-access-token-by-plasticid-1" horizontal>
    **POST** /v1/card/\{cardId}/plastic/\{plasticId}
    <br />Deprecated
  </Card>

  <Card title="Request PIN Control access token by cardId." icon="arrow-right" href="/payment/api/pin-control-handling/request-pin-control-access-token-by-cardid" horizontal>
    **POST** /v1/card/\{cardId}
    <br />Deprecated
  </Card>
</CardGroup>
