StarPay Developer Portal

Payments on rails you can reconcile.

Accept payments, send money, and settle every movement against a double-entry ledger you can trust. One familiar REST API — bearer keys, HMAC-signed money-out, idempotent retries, and signed webhooks.

All systems operational No SDK required · cURL, Python, Node & PHP
first-call.sh
$ curl https://api-sandbox.starpay.example/api/v1/ping \
    -H "Authorization: Bearer sk_test_…"

{ "status": true, "message": "pong",
  "data": { "pong": true, "livemode": false } }

Start here

Base URLs

Start in the sandbox with the documented test values, then switch your key and base URL to go live. Test keys never touch production, and vice versa.

Sandbox sk_test_…

https://api-sandbox.starpay.example

Simulator providers · magic test values · zero risk.

Production sk_live_…

https://api.starpay.example

Live rails · real money · HMAC required on money-out.

Keep exploring