Skip to main content

Changelog

API v3 (Current)

The current public API. Uses ApiKey header authentication.

  • POST /api/v3/bills/create -- Create a bill
  • GET /api/v3/bills/\{id\} -- Get bill status

Node.js SDK

v1.0.0

  • Initial npm release of @cashless/sdk
  • cashless.api.live() and cashless.api.sandbox() factory methods
  • BillingAPI.issue() and BillingAPI.get() methods
  • Full TypeScript definitions included

Previous versions

API v2 (Internal)

Used by the Cashless Biller mobile app. Session-based authentication via x-secret header. Not recommended for new integrations.

API v1 (Legacy)

Original API with different request format. Used by the WooCommerce plugin. Being migrated to v3.