Skip to main content
CentraPoint

Developers

Build on CentraPoint

Use the REST API to embed payments into your own applications, while CentraPoint handles gateway integrations, signature verification and reconciliation.

A familiar request/response model

Authenticate with your API key and call REST endpoints with JSON payloads. The example on the right is illustrative only - see the documentation for the exact endpoints, fields and authentication scheme.

Go to docs.centrapoint.co.za

# Illustrative example - consult the docs for the real API
curl -X POST "$CENTRAPOINT_API/payment-links" \
  -H "Authorization: Bearer $CENTRAPOINT_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "amount": 250.00,
    "currency": "ZAR",
    "reference": "INV-0001"
  }'
Illustrative request. Endpoint paths and fields may differ.

Ready to integrate?

Create an account to generate API keys, then follow the quick-start guides in the developer docs.