Receipt Authority APIStart building
Browse documentation

Receipt Authority API Reference

A provider-neutral, server-to-server API. Every mutating operation is explicit and the SDK never retries mutations implicitly.

Authentication

X-Receipt-Partner-Key: rpt_test_<secret>

Use test keys only with test applications. Keys are named, scoped, hashed at rest, shown once, and revocable.

Endpoints

Mandates

POST /mandate-intents · GET /mandates/{reference}

Decisions

POST /proposals · GET /decisions/{reference}

Approvals

GET /approvals/{reference}

Provider entry

POST /admissions/{reference}/claim · /abandon

Evidence

POST /executions/{reference}/report · GET /artifacts/{reference}

Reconciliation

POST /reconciliations

Error model

{
  "error": "sandbox_quota_exceeded",
  "details": { "quota": "proposal_evaluations", "limit": 250, "remaining": 0 }
}