Highnote's server-side SDKs help you integrate quickly with Highnote's API. Highnote offers the following SDKs:
SDK | Description |
---|---|
Card viewer SDK | This SDK allows you to embed sensitive card data in your UI and avoid PCI data from being compromised. |
Document upload SDK | This SDK allows you to collect identity verification documents from account holders when a card product application enters manual review. |
Secure inputs for PINs | This SDK allows you to create a UI where customers can securely input sensitive data without compromise. |
Secure Inputs for Tokenization | This SDK allows you to create secure inputs for accepting payment card details. |
Checkout SDK | This SDK allows you to accept payment card details in a configured checkout experience. |
All Highnote SDKs following semver and can be installed using the following:
npm
, yarn
, and pnpm
Highnote's SDKs support installation using the following JavaScript package managers:
Refer to the following commands to install your SDK package:
To install the card viewer SDK, use the command for your preferred package manager:
To install the checkout SDK, use the command for your preferred package manager:
To install the document upload SDK, use the command for your preferred package manager:
To install the secure inputs SDKs, use the command for your preferred package manager:
You can install Highnote SDKs directly from a CDN like JSDelivr. We recommend specifying a specific version of the SDK to ensure stability and avoid potential issues caused by updates. You can replace @latest
with the desired version number, such as @1.0.0
.
Refer to the following <script>
tags to install your SDK via CDN:
To install the card viewer SDK, add the following <script>
tag to your HTML file:
To install the checkout SDK, add the following <script> tag to your HTML file:
To install the secure inputs SDK, add the following <script>
tag to your HTML file:
To install the document upload SDK, add the following <script>
tag to your HTML file:
After installing your SDK, refer to the following guides for additional information: