Back to templates
API / Dev ToolPreview
Developer-first

The payments API that just works

Accept payments, manage subscriptions, and handle invoicing with a single API. Built by developers, for developers.

Ship in minutes, not months

typescript
import { PayAPI } from '@payapi/sdk';

const pay = new PayAPI('sk_live_...');

const charge = await pay.charges.create({
  amount: 2999,
  currency: 'usd',
  source: 'tok_visa',
  description: 'Pro plan subscription'
});

console.log(charge.id); // ch_1A2B3C4D

Everything you need to accept payments

One API for all your payment needs.

Simple Integration

Get up and running in under 10 minutes with our SDKs for every major language.

Global Payments

Accept 135+ currencies with automatic conversion. Works everywhere.

Enterprise Security

PCI DSS Level 1 certified. SOC 2 Type II compliant. Your data is safe.

Start building today

Free for your first 1,000 transactions.

No credit card required

Use this template
Launchr. — Validate Before You Build