@boltpay/bolt-js v0.0.8
Bolt Charge SDK
Web support for Bolt Charge, a fully hosted web shop for out-of-app purchases and subscriptions.
See our other resources
- Native Unreal Engine Support Support
- Native Unity Engine Support
- Sample Backend for additional reference.
💰 Why Bolt
Only with Bolt you get 2.1% + $0.30 on all transactions. That's 10x better than traditional app stores which take 30% of your revenue! That's the fair and transparent pricing you get with using Bolt.
🚀 Features
This open source package is a light-weight Typescript SDK.
- Bring your own UI
- Radically cheaper payment processing rates
- Future: User session management
Have a feature request? We are constantly improving our SDKs and looking for suggestions. Join our discord and chat directly with our development team to help with our roadmap!
📦 Installation
The SDK can be installed with either npm, pnpm, bun or yarn package managers.
NPM
npm add @boltpay/bolt-jsPNPM
pnpm add @boltpay/bolt-jsBun
bun add @boltpay/bolt-jsYarn
yarn add @boltpay/bolt-js🔧 Quick Start
Example Usage:
import { Charge } from '@boltpay/bolt-js'
Charge.checkout('...').then(transaction => {
console.log('Transaction Successful:', transaction)
})📚 Documentation
For detailed documentation and API reference, visit our documentation site.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago