Who this is for
Merchants selling digital goods, memberships, or recurring plans who want Bolt-hosted subscription checkout without building billing infrastructure.How it works
- Create subscription products and plans via the Subscriptions API.
- Bolt returns checkout links for each product variant.
- Shoppers complete purchase or subscribe through the hosted link.
- Manage subscriptions and view transactions in the Merchant Dashboard.
Get started
- Create a merchant account
- Copy API and publishable keys from Administration > API in the dashboard
- Follow the Subscriptions integration guide
- Create products with
POST /v1/subscriptions/products
API and configuration
| Task | Link |
|---|---|
| Implementation guide | /api-reference/guides/subscriptions |
| Subscriptions API | API reference |
| Manage subscriptions | Subscriptions setup |
| Shopper notifications | Confirmation emails |
Verify in dashboard
After a test subscription, open Transactions in the Merchant Dashboard and confirm the payment appears with the expected status.Related
- Checkout Everywhere: one-time checkout links
- Bolt Checkout: storefront checkout replacement
- Webhooks: subscription events
- API keys