This repository contains examples demonstrating the implementation of Acquired Components. Acquired Components compromises a collection of pre-built UI components supported by a Javascript SDK. It allows you to integrate the necessary cardholder data fields inyour custom checkout, ensuring full PCI-DSS SAQ-A compliance.
View a live demonstration of these examples here: https://acquiredcom.github.io/components-examples/
For further information on this product, please refer to our Components documentation
- Example 1: Individual iframe example
To run these examples, you'll need a web server. Even thought the examples consist of plain HTML, CSS, and Javascript, Acquired Components requires a valid hostname (e.g. localhost or 127.0.0.1).
Follow these steps:
- The first step is to clone the repository.
git clone git@github.com:acquired/components-examples.git- Navigate to the the repository.
cd components-example- Access the examples through a web server. Use your web server software of choice to serve the examples. Ensure it's configured to host the content at a valid hostname, such as:
http://localhost/components-example