Installing the AIS SDK
The Account Information Service (AIS) SDK enables secure access to user bank data, including accounts, balances, and transactions, via open banking APIs.Prerequisites
- AcountPay Account: You’ll need your Client ID from the merchant dashboard
- Supported Environment: JavaScript/TypeScript (browser or Node.js), React optional
- Node.js: 16.x or higher (recommended)
- Modern Browser: With ES6 support for web apps
- API Credentials: Client ID and API base URL
Installation
Install the AIS SDK using npm:Package Contents
The SDK includes:- Core account linking utilities (no embedded UI/components)
- TypeScript definitions for editor IntelliSense and types
- ESM/CJS/UMD builds for broad compatibility

