{
  "id": 4036367,
  "title": "Stripe Connect refunds: the two flags that silently cost platforms",
  "url": "https://urgent.news/2026/08/28/stripe-connect-refunds-the-two-flags-that-silently-cost-platforms",
  "topic": "tech",
  "section": "Tech",
  "published": "2026-08-28T20:59:39.000Z",
  "source": {
    "name": "Dev.to",
    "slug": "dev-to",
    "url": "https://dev.to/veristria/stripe-connect-refunds-the-two-flags-that-silently-cost-platforms-3015"
  },
  "original_language": "en",
  "account": "When a Stripe Connect platform refunds a charge, it is crucial to understand that the refund process does not automatically reverse the original transfer and application fee. Two boolean flags—refund_application_fee and reverse_transfer—determine whether these monetary components are undone. By default, both flags are set to false, which can lead to unexpected financial outcomes for the platform. As a result, refunds may only credit the customer, leaving the platform with a net loss that is not immediately evident in Stripe’s error logs. This discrepancy manifests only as a difference between the amount refunded to the customer and the actual amount returned to the platform’s balance, creating a silent loss.",
  "summary": "Problem When a Stripe Connect platform refunds a charge, the platform often assumes that the original transfer and the application fee are automatically undone. In practice, two boolean flags— refund_application_fee and reverse_transfer —control whether the fee and the transfer are reversed. Their defaults are non‑obvious ( false for both), so a refund can leave the platform with a net loss that…",
  "key_points": [
    "Refunds don't automatically reverse original transfer and application fee",
    "Flags determine whether application fee and transfer are undone",
    "Default flags false can cause silent financial losses for platforms"
  ],
  "editors_take": null,
  "illustration": null,
  "coverage": {
    "outlets": 1,
    "also_reported_by": []
  },
  "ai_generated": true,
  "disclaimer": "Summaries, key points and the editor’s take are written by software from other outlets’ reporting and may contain errors — always check the linked original."
}