Operator

Receipts

GET /api/receipts — the merchant's commerce ledger. Requires the admin token.

GET/api/receiptsBearer adminToken

The merchant's commerce ledger, most recent first. Requires server.adminToken; returns 404 if none is configured.

Query

limitinteger
Bounded by the store.
curl -s "http://localhost:8080/api/receipts?limit=20" \
  -H "Authorization: Bearer $ADMIN_TOKEN"

Receipt

id / requestId / resourceIdstringrequired
deliveredAtISO 8601required
backendStatusnumberrequired
protocol / durationMs
paymentPaymentResult
Status, provider, amount, currency, network, asset, payer, payee and the settlement reference (the transaction hash).
authorizationobject
For AP2-gated resources: method, a sha256: digest reference, and the issuers and checkout id. The mandate itself is never stored.
No secrets and no raw payment proofs are persisted. The buyer's route to its own receipt is the delivery summary returned with the result, not this route.