Releases: autlantic/payments-sdk
Releases · autlantic/payments-sdk
Release list
v0.2.7 - Hosted one-time payments
Summary
Ships hosted one-time USDC payments alongside subscriptions. Packages are already on npm as @autlantic/payments-recurring@0.2.7 (engine/core/chain-evm @0.2.5).
Packages
@autlantic/payments-recurring@0.2.7@autlantic/billing-engine@0.2.5@autlantic/payments-recurring-core@0.2.5@autlantic/chain-evm@0.2.5
Highlights
AutlanticBilling.createPayment/getPayment/confirmPayment- Hosted HTTP:
POST /v1/payments,GET /checkout/pay/:id, confirm with sandbox ortxHash - Catalog price interval
once - Webhooks:
payment.created,payment.paid - Example store: hosted catalog + redirect to
checkoutUrl - Docs: one-time guide, fast subscribe
/status+/onchain, coupon apply/remove routes
Docs
Install
npm install @autlantic/payments-recurring@^0.2.7v0.2.6 - Catalog products + example store
@autlantic/payments-recurring 0.2.6
listProducts()(hostedGET /v1/products)createSubscriptionacceptspriceIdor ad-hocamountUsdc+interval- Example storefront:
examples/subscription-store
npm install @autlantic/payments-recurring@^0.2.6Publish locally if not yet on npm:
pnpm --filter @autlantic/payments-recurring publish --access publicv0.2.5
Autlantic Payments SDK v0.2.5
Public release of the Autlantic recurring USDC billing packages.
npm packages
| Package | Version |
|---|---|
@autlantic/payments-recurring |
0.2.5 |
@autlantic/payments-recurring-core |
0.2.4 |
@autlantic/chain-evm |
0.2.4 |
@autlantic/billing-engine |
0.2.4 |
Install
npm install @autlantic/payments-recurring@^0.2.5Docs
Highlights (0.2.5)
- README branding: Autlantic icon only (no wordmark)
- Public docs cleanup for open-source readiness
- Docs and npm
repositoryfields point at this repo
Highlights (0.2.0–0.2.4)
- Recurring USDC subscriptions on Base
AutlanticBillingclient: sandbox, hosted API, webhooks- Branded npm READMEs and CDN brand assets
Packages are published on npmjs.com (not GitHub Packages).