Operator
Receipts
GET /api/receipts — the merchant's commerce ledger. Requires the admin token.
GET
/api/receiptsBearer adminTokenThe merchant's commerce ledger, most recent first. Requires server.adminToken; returns 404 if none is configured.
Query
limitintegerBounded by the store.
curl -s "http://localhost:8080/api/receipts?limit=20" \
-H "Authorization: Bearer $ADMIN_TOKEN"Receipt
id / requestId / resourceIdstringrequireddeliveredAtISO 8601requiredbackendStatusnumberrequiredprotocol / durationMspaymentPaymentResultStatus, provider, amount, currency, network, asset, payer, payee and the settlement reference (the transaction hash).
authorizationobjectFor 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.