Acrossed Billing
Loading…
No complex setup. No Stripe accounts. Built for Bangladesh developers.
Add a product with a price in BDT — one-time or recurring. Takes 30 seconds.
Get a hosted checkout URL instantly. Share it on WhatsApp, email, or embed on your site.
Customers pay through PayStation. Funds settle to your account. Dashboard updates live.
Install once. We publish updates when the API changes — focus on your product, not wrappers.
# Install npm install acrossed-billing # Usage import { AcrossedBilling } from "acrossed-billing"; const client = new AcrossedBilling({ baseUrl: "https://api.billing.acrossed.com", apiKey: process.env.ACROSSED_API_KEY, }); const link = await client.paymentLinks.create({ name: "Premium Plan", amount_minor: 99900, // BDT 999.00 }); console.log(link.url); // https://billing.acrossed.com/pay/lnk_...
Package: acrossed-billing on npm & PyPI
Core billing tools built for BD startups and developers — localized for the Bangladesh market.
Shareable checkout URLs with PayStation hosted payments. Share and get paid instantly.
One-time and recurring product catalog with native BDT pricing and variants.
Plans, automatic renewals, upgrade/downgrade, and lifecycle management.
Professional invoices, bill customers and track paid vs outstanding.
Promo codes and percentage/fixed discounts applied at checkout.
Real-time event delivery to your backend — orders, payments, failures.