API Reference · /api/v1 · stable

One REST API.
Every BINK payment rail.

Payments, payouts, refunds, cards, customers and invoices — one request shape, one error envelope, one idempotency contract. Signed webhooks keep your system in sync without polling.

Signed webhooksSession + API-key authIdempotent by design
9Resources
/api/v1Base path
600/minRate limit
RESTProtocol
Quick start

Everything before your first call.

The facts every integration needs up front — base URL, auth, idempotency, and how errors and limits are shaped.

Your first request

Confirm your key.
See your environment.

The developer probe is the one endpoint on this reference that accepts an sk_ API key today — it confirms the key works and reports which company and environment it belongs to.

See the full API Reference
Request · cURLGET /developer/ping
curl https://binkpay.net/api/v1/developer/ping \
  -H "Authorization: Bearer sk_test_51H..."
Response · 200 OKVerified
{
  "ok": true,
  "companyId": "co_4b7e21",
  "livemode": false,
  "scopes": ["analytics:read", "payments:read"]
}
Resource directory

Nine resources. One coherent contract.

Every resource shares the same auth model, error envelope and idempotency contract — read the full reference for parameters, requests and responses.

Developer tooling

The rest of the ecosystem.

Everything else you need to build, test and operate an integration.

Developer portal

The rest of the platform.

API · sandbox and production

Build on the rail BINK runs on.