JSPM

@openbilling/dodo

0.1.0-alpha.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 314
  • Score
    100M100P100Q77917F
  • License MIT

Switch between Stripe and Dodo Payments without rewriting your billing logic

Package Exports

  • @openbilling/dodo

Readme

@openbilling/dodo

Dodo Payments adapter for OpenBilling.

@openbilling/dodo provides a fetch-based Dodo Payments adapter that implements the shared @openbilling/core billing contract. It supports the current OpenBilling MVP workflows for hosted checkout creation, customer portal links, webhook verification, and normalized webhook mapping.

This package keeps Dodo-specific behavior visible where it matters. Checkout creation is product-based and currently requires productId; Dodo determines whether the checkout is one-time or recurring from the configured product.

Install

npm install @openbilling/core @openbilling/dodo