Documentation

Build with the BlockPay SDK.

A small, sharp surface for stablecoin checkout. The whole API fits on a postcard — and the postcard is below.

checkout.ts@blockpay/checkout
import { Checkout } from "@blockpay/checkout";
const checkout = new Checkout({
apiKey: process.env.BLOCKPAY_KEY,
settleTo: "0xA0b8…F1c2", chain: "base",
});
await checkout.createSession({ amount: 42 });

Stuck? We'll unstick you.

Email us, ping the Discord, or open a GitHub issue. Average first-response time is under an hour during business windows.