Home

Installation

Prerequisites

  1. A Highnote account
  2. A server-side integration using an API key

Overview

Highnote's server-side SDKs help you integrate quickly with Highnote's API. Highnote offers the following SDKs:

SDKDescription
Card viewer SDKThis SDK allows you to embed sensitive card data in your UI and avoid PCI data from being compromised.
Document upload SDKThis SDK allows you to collect identity verification documents from account holders when a card product application enters manual review.
Secure inputs for PINsThis SDK allows you to create a UI where customers can securely input sensitive data without compromise.
Secure Inputs for TokenizationThis SDK allows you to create secure inputs for accepting payment card details.
Checkout SDKThis 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:

  • JavaScript package managers: npm, yarn, and pnpm
  • CDN

Install via JavaScript package managers

Highnote's SDKs support installation using the following JavaScript package managers:

  • npm
  • yarn
  • pnpm

Refer to the following commands to install your SDK package:

Card viewer SDK

To install the card viewer SDK, use the command for your preferred package manager:

npm
yarn
pnpm

Checkout SDK

To install the checkout SDK, use the command for your preferred package manager:

npm
yarn
pnpm

Document upload SDK

To install the document upload SDK, use the command for your preferred package manager:

npm
yarn
pnpm

Secure inputs SDK

To install the secure inputs SDKs, use the command for your preferred package manager:

npm
yarn
pnpm

Install via CDN

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:

Card viewer SDK

To install the card viewer SDK, add the following <script> tag to your HTML file:

Script tag for card viewer SDK

Checkout SDK

To install the checkout SDK, add the following <script> tag to your HTML file:

Script tag for checkout SDK

Secure inputs SDK

To install the secure inputs SDK, add the following <script> tag to your HTML file:

Script tag for secure inputs SDK

Document upload SDK

To install the document upload SDK, add the following <script> tag to your HTML file:

Script tag for document upload SDK

Next steps

After installing your SDK, refer to the following guides for additional information:

Provide Feedback

Was this content helpful?