Payments
Verify Stripe refunds for AI agents.
Verify that a refund an AI agent claims it issued actually settled in Stripe, for the right amount, the right customer, and only once.
What Postcept verifies
- Refund existsThe refund id resolves to a real Stripe refund.
- Amount matchesClaimed amount equals the Stripe refund amount and currency.
- Customer matchesThe charge's billing email matches the claimed customer.
- Not a duplicateNo second refund on the charge shares the operation id.
- Status settledThe refund's status is succeeded, not pending or failed.
Signed receipt
Each verified refund produces a Postcept Receipt, tamper-evident proof of what was checked in Stripe, that anyone can verify against a published key.
Setup
- Credential
- A restricted Stripe API key
- Access
- read-only on refunds and charges
Read-only by default. Security
Prove what your agents did in Stripe.
Verify high-risk actions against the system of record and issue signed receipts, read-only by default.