EzPays Public API
Integrate hosted payment links and debt-recovery cases into your product.
Getting Started
Make your first API call in under five minutes.
API Reference
Interactive reference for every endpoint.
Authentication
API keys, scopes, and modes (live vs test).
Webhooks
Receive and verify outbound events.
Quick example
curl https://api.ezpays.app/api/public/v1/payment-links \
-H "Authorization: Bearer ezp_live_..." \
-H "Idempotency-Key: $(uuidgen)" \
-H "Content-Type: application/json" \
-d '{
"creditor_id": "cr_123",
"amount": "12500",
"currency": "USD",
"description": "Invoice #1042"
}'