Skip to main content

Displaying card data

For every card you vault using the PROXY PCI you can generate a link for displaying the full card data in the browser. This link has to be generated using the POST /card/{maskedCardPan}/show endpoint on the REST API. This method will then issue a url which is valid for 120 seconds.

You can try it out yourself by running this curl request:

curl -X POST https://pci-proxy-api.paynopain.com/sandbox/card/A27BEC4A-C3EF-4A45-A6B9-1485BA596625/show -H 'Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJjYmJjZjk4OWQ5MzRlZmFkNTJmZGE1OGRhODBkNTdjOTJkODViOTVlZTY2MDBkZDBkNmVkYmI1ZjQ3MDNkZTk2IiwiYXVkIjoiY3VzdG9tZXIiLCJpYXQiOjE1Njg2OTg1MzR9.0ioFPS5Z67RXHM9OV6ZW8alxisU1SeRNMAZpZchc1vU'