Skip to content

API Overview

PayIncus frontends call the backend through same-origin /api.

text
https://pay.payincus.com/api
https://admin.payincus.com/api

Both domains proxy /api to the same backend.

WebSocket

Terminal WebSocket also uses same-origin /api/ws:

text
wss://pay.payincus.com/api/ws/...
wss://admin.payincus.com/api/ws/...

Permissions

  • User APIs require a regular user session.
  • Admin APIs require an administrator session.
  • Agent APIs require signature and replay protection.
  • Payment callbacks require signature checks and callback source controls.

Boundary Rule

Frontend separation does not replace backend authorization. Every route must still enforce identity, role and resource ownership on the backend.

PayIncus documentation