@ryftpay/web
v1.1.2
Published
Official TypeScript SDK for Ryft payment processing in web applications, featuring card forms, digital wallets, and comprehensive payment component support.
Readme
Ryft Web SDK (@ryftpay/web)
This package provides the Ryft Web SDK, a set of tools and components for integrating Ryft payments into web applications. The Web SDK includes pre-built UI components for accepting payments, as well as low-level APIs for custom integrations.
Quick start
1) Install the SDK
The recommended approach is to install the SDK from npm:
npm install @ryftpay/web
# or
pnpm add @ryftpay/web
# or
yarn add @ryftpay/web
# or
bun add @ryftpay/web2) Follow the quick start guide
A quick start guide along with full technical documentation for the Ryft Web SDK is available in the Ryft Web SDK docs.
