Show Card PAN via HTML (iframe)
Overview of the Implementation Steps
Step 1: Embed an iFrame to Display Card Data
<iframe
id="card-data-iframe"
src="" <!-- The secure URL will be set dynamically -->
frameborder="0"
width="100%"
height="250px">
</iframe>Step 2: Create and Host a Custom CSS Stylesheet
Step 3: Generate a Signed URL for the iFrame
Encrypting your accessUrl
accessUrlLast updated