Documentation

paytrack API documentation

Build customer, payment, agreement, reminder, report, and webhook integrations with a versioned API and server-safe keys.

Start in 5 minutes

  1. 1. Create a test API key with the scopes you need.
  2. 2. Call the customers or payments endpoint from your server.
  3. 3. Add a webhook endpoint and verify signed events.
Example
curl https://paytrack.ng/api/v1/customers \
  -H "Authorization: Bearer $PAYTRACK_API_KEY"