Skip to content

Not built yet

Stated so that nobody designs against it.

  • Refunds. No endpoint. A refund today is a request to PamoPay.
  • Automated settlement. Balances are paid out by arrangement; settling_minor is always 0 and settlement.paid is never sent.
  • charge.failed webhook. Declared but not emitted; read failed from a poll or from GET /v1/events once it ships.
  • Escrow over the API. Escrows are opened by the buyer in the PamoPay app and approved on the business dashboard; the API only hears about them.
  • The test-mode webhook endpoint over the API. The sandbox cannot write, so the test address is set on the dashboard; the live one has its own routes.
  • Bills, links, POS charges and events in the sandbox. Live only today.
  • Opening further tills, cancelling a bill, retiring a payment link — the dashboard, not the API.
  • A custom API domain. The base URLs are the Cloud Functions addresses.
  • Client libraries. Generate one from the OpenAPI document.

Every code, scope and route on this site is rendered from the API's own source.