To show cards in a PCI safe way you can use the Show Card method. This method will return a HTML Page with credit card information that you can show to your end users.
No sensitive data will touch your servers and you will remain out of scope.
You have to log all user access to this feature with timestamp and user details. It is also good practice to ask for user password to confirm identity before showing the iframe.
GET https://pci.channex.io/api/v1/show_card?card_token={CARD_TOKEN}&session_token={SESSION_TOKEN}&service_code_token={SERVICE_CODE_TOKEN}
Arguments
Argument | Description |
| Card token at Channex.PCI |
| One-off Session token with scope |
| One-off Session token with scope |
| Override default language |
| Additional custom CSS styles |
Channex PCI will return a HTML page where the user can see the
Card Number
Expiration Date
Card Type
Cardholder Name
Service Code (CVV, CVC) Button
To be able to see Service code (CVV), you should provide the service_code_token which will be used to request Service Code.
Service Code will be hidden by a button, by clicking this button the user will load Service Code and it will be immediately removed from Storage.
Our iframe to show card information makes the user click to see the service code (CVV/CVC). This is helpful because once it is viewed it must be deleted.
Supported languages: en, ru.
If you need custom language please contact support.
Card show iframe can be customized with your own CSS to match your needed look and feel. Custom styles can be added to your account by contacting support.