API & Developers
Built for engineers.
Modern REST API, SDKs in 6 languages, webhooks, full sandbox.
bash
curl https://api.bizzipay.com/v1/charges \
-u sk_live_••••••: \
-d amount=4200 \
-d currency=usd \
-d source=tok_visa \
-d description="Pro plan"REST API
Predictable resource-oriented endpoints, idempotency keys.
Authentication
Bearer tokens, scoped API keys, restricted webhook secrets.
Webhooks
Signed payloads, automatic retries, event filtering.
Sandbox
Full-fidelity test mode. Run cards, ACH, chargebacks.