Changelog
API v3 (Current)
The current public API. Uses ApiKey header authentication.
POST /api/v3/bills/create-- Create a billGET /api/v3/bills/\{id\}-- Get bill status
Node.js SDK
v1.0.0
- Initial npm release of
@cashless/sdk cashless.api.live()andcashless.api.sandbox()factory methodsBillingAPI.issue()andBillingAPI.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.