Accept payments, manage subscriptions, and handle invoicing with a single API. Built by developers, for developers.
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_1A2B3C4DOne API for all your payment needs.
Get up and running in under 10 minutes with our SDKs for every major language.
Accept 135+ currencies with automatic conversion. Works everywhere.
PCI DSS Level 1 certified. SOC 2 Type II compliant. Your data is safe.
Free for your first 1,000 transactions.
No credit card required