Skip to main content
POST
Request PIN Control Access Token

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-audit-user
string

Optional audit user header

Path Parameters

id
string<uuid>
required

Unique identifier of the card for which you want to access the PIN.

Body

application/json
scope
enum<string>
required

Describes the scope of the operation authorised by the user.

Available options:
VIEW_PIN,
SET_PIN,
CHANGE_PIN
Example:

"VIEW_PIN"

sequenceNumber
integer

The sequence number of the card version, this value is also known as PSN (pan sequence number)

Required range: x >= 1
Example:

1

Response

Successful creation of the PIN control access token

id
string<uuid>
required

The ID of this PIN Control access token.

Example:

"20218aae-b15e-406c-9e9f-23735cd86a48"

pinUrl
string

The URL that the cardholder's mobile device webview should browse to for accessing the PIN.

Example:

"https://api.tenant.sandbox.mycore.enfuce.com/issuer-web/pin/view"

pinFrameUrl
string

The URL of the iframe for desktop browser based flows for accessing PIN.

Example:

"https://api.tenant.sandbox.mycore.enfuce.com/issuer-web/pin/view/frame"