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.
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.
Disclaimer: Fees are subject to change but will continue to remain highly competitive. See bolt.com/pricing for up to date rates and visit bolt.com/end-user-terms for end user terms and conditions.
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!
The SDK can be installed with either npm, pnpm, bun or yarn package managers.
npm add @boltpay/bolt-js
pnpm add @boltpay/bolt-js
bun add @boltpay/bolt-js
yarn add @boltpay/bolt-js
Example Usage:
import { Charge } from '@boltpay/bolt-js'
Charge.checkout('...').then(transaction => {
console.log('Transaction Successful:', transaction)
})
For detailed documentation and API reference, visit our documentation site.
This project is licensed under the MIT License - see the LICENSE file for details.