Secure tokens
Server-side key management and scoped access tokens.
Create links, track transactions, and automate payment operations using SDKs, webhooks, and a developer console.
JavaScript and TypeScript tools for links, invoices, pre-auth, and transaction events.
import { MascotBill } from '@mascotbill/sdk';
const client = new MascotBill({
apiKey: process.env.MASCOTBILL_API_KEY,
});
const link = await client.links.create({
type: 'invoice',
amount: 1250,
currency: 'USD',
description: 'Website design services',
});Test payments in sandbox and move to production with the same operational model.
Server-side key management and scoped access tokens.
Reliable event delivery for payment lifecycle automation.
Move from test mode to production with the same API surface.