Skip to content

Releases: autlantic/payments-sdk

v0.2.7 - Hosted one-time payments

Choose a tag to compare

@arslandulsoft arslandulsoft released this 27 Jul 23:02

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 or txHash
  • 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

https://docs.autlantic.com

Install

npm install @autlantic/payments-recurring@^0.2.7

v0.2.6 - Catalog products + example store

Choose a tag to compare

@arslandulsoft arslandulsoft released this 27 Jul 13:55

@autlantic/payments-recurring 0.2.6

  • listProducts() (hosted GET /v1/products)
  • createSubscription accepts priceId or ad-hoc amountUsdc + interval
  • Example storefront: examples/subscription-store
npm install @autlantic/payments-recurring@^0.2.6

Publish locally if not yet on npm:

pnpm --filter @autlantic/payments-recurring publish --access public

v0.2.5

Choose a tag to compare

@arslandulsoft arslandulsoft released this 22 Jul 10:18

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.5

Docs

Highlights (0.2.5)

  • README branding: Autlantic icon only (no wordmark)
  • Public docs cleanup for open-source readiness
  • Docs and npm repository fields point at this repo

Highlights (0.2.0–0.2.4)

  • Recurring USDC subscriptions on Base
  • AutlanticBilling client: sandbox, hosted API, webhooks
  • Branded npm READMEs and CDN brand assets

Packages are published on npmjs.com (not GitHub Packages).