For developers
REST APIs, webhooks, SDKs in Node, Python and PHP. Go live in days, not weeks.
import { Payzoplus } from '@payzoplus/sdk';
const pz = new Payzoplus({ apiKey: process.env.PZ_API_KEY });
// Settlement goes to your own registered bank account — the one verified
// during onboarding. There is no beneficiary to name: the API cannot pay
// a third party, and an export collection has only one lawful destination.
const settlement = await pz.settlements.create({
collectionId: 'col_8f3a2c1b',
invoice: 'INV-2026-019',
});
console.log(settlement.id, settlement.status);
// → stl_8f3a2c1b → PROCESSINGComplete REST API docs with examples
Real-time events for every state change
Official libraries for Node, Python, PHP
Mock environment with realistic data