Striga's JavaScript UI library allows you to capture and display sensitive details using customizable UI views without the information ever touching your servers. This ensures that you qualify for the lowest level of PCI compliance.
The Card Views feature allows you to customize the following views:
Striga Client SDK
To use the Striga Client SDK, simply add the following code to the <head>
of your project:
Note
The below URL for the UX component without using the "Auth Token" is deprecated and will be removed on April 30 2023.
If you are an existing Striga customer, please upgrade your UI component to "v1.1" before May 2023. The existing component will continue to function until then.
If you are a new Striga customer, please use the UI component "v1.1" that implements the usage of the "Auth Token" as this is a requirement to move to production.
<!-- OLD Striga JS client SDK -->
<script src="https://www.vault.striga.eu/web/sandbox/client.min.js"></script>
<!-- NEW Striga JS client SDK -->
<script src="https://www.vault.striga.eu/web/sandbox/v1.1/client.min.js"></script>
UX methods
- Create Method: The create method is used to initiate the UI component with the secret key and application ID.
- Request Consent Method: The
requestConsent
method is used to send an OTP to the user's mobile number and email ID for verification. - Render Method: The render method is used to display the card details within the iframe.