Types of Token Credentials
Our system supports four types of token credentials. These are derived from a combination of two key parameters:
-
isPciDss:
This parameter determines how the PAN (Primary Account Number) is returned in the response for GET requests:
-
When true, the PAN will be displayed as a clear PAN in the response. This is exactly the petameter that will be available in the token
-
When false, The PAN will be displayed as a masked PAN in the response.
-
-
role:
The role defines the backend functionalities accessible for a specific channel. This is entirely managed by our CMS (Card Management System). The two possible values are:
- Bank
- Example: If a card status (block code) is marked as “Cancelled by Bank,” this status can be restricted from being used by bank channels. These channels will operate using a token configured with the Bank role.
- Cardholder
- Example: If a card status (block code) is marked as “Cancelled by Cardholder,” this status can be restricted from being used by cardholder channels (such as mobile applications). These channels will operate using a token configured with the Cardholder role.
- Bank
Key Notes
- The four combinations of token credentials arise from the combinations of these two parameters (isPciDss and Role).
- While all four combinations are optional, at least one of these configurations must be set up to operate effectively.
Sample Token Credentials:
Updated about 1 year ago