Developer Documentation

Secure, NACHA‑compliant ACH with modern APIs, idempotency, and signed webhooks.

Quickstart

curl -X POST https://api.bizpaysol.com/v1/customers \
  -H "Authorization: Bearer sk_test_123..." \
  -H "Content-Type: application/json" \
  -d '{"name":"Acme Inc","email":"ap@acme.com"}'