ProofSlip

Verified
rct_example_7f3k9x2m
Typeaction
Statussuccess
Refund of $42.00 issued to customer #8812

CreatedMon, 23 Mar 2026 12:00:00 GMT
ExpiresThu, 31 Dec 2099 23:59:59 GMT
> view payload
{
  "customer_id": 8812,
  "refund_amount": 42,
  "currency": "USD",
  "reason": "duplicate_charge",
  "initiated_by": "agent/billing-v2"
}
This receipt is an ephemeral verification record generated by an automated workflow. It expires automatically and does not constitute a legal or financial document.
API Response — GET /v1/verify/rct_example_7f3k9x2m?format=json
{
  "receipt_id": "rct_example_7f3k9x2m",
  "valid": true,
  "type": "action",
  "status": "success",
  "summary": "Refund of $42.00 issued to customer #8812",
  "payload": {
    "customer_id": 8812,
    "refund_amount": 42,
    "currency": "USD",
    "reason": "duplicate_charge",
    "initiated_by": "agent/billing-v2"
  },
  "ref": {
    "workflow_id": "billing-run-2026-03-23",
    "agent_id": "billing-agent",
    "action_id": "refund-8812"
  },
  "created_at": "2026-03-23T12:00:00.000Z",
  "expires_at": "2099-12-31T23:59:59.000Z",
  "expired": false
}