Stripe starter module
Refunds and disputes
Issues refunds, revokes the access they paid for, and records disputes for review.
- Files
- 2
- Lines
- 192
- Languages
- TypeScript
Included files
This page lists paths and purposes, not source contents.
FilePurposeLanguageLines
src/refunds/issue-refund.ts
Issues a full or partial refund and revokes the access granted by that payment.
TypeScript
68 lines
src/refunds/refund-webhooks.ts
Handles refunded charges and new disputes without coupling Stripe to your database.
TypeScript
124 lines