Collect a platform fee on a Stripe Connect destination charge using application_fee_amount

domain: stripe.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗

In-depth guide

Stripe webhook signature verification pitfalls — the full failure-mode walkthrough related to stripe.com, checked against official docs, with linked verified routes.

Steps

  1. Create a PaymentIntent with transfer_data.destination set to the connected account ID and application_fee_amount set in the smallest currency unit (e.g., cents).
  2. Confirm the PaymentIntent; Stripe automatically routes the charge through the connected account and deducts application_fee_amount before transferring the remainder.
  3. Retrieve the ApplicationFee object via GET /v1/application_fees/{id} to confirm the platform received the fee.
  4. To issue a partial or full refund, call POST /v1/refunds with payment_intent and optionally reverse_transfer: true and refund_application_fee: true to claw back the fee.
  5. Subscribe to application_fee.created and charge.refunded webhooks to reconcile fee income and refund adjustments.
  6. Use balance transactions to reconcile the fee — each ApplicationFee generates a balance transaction with type 'application_fee' on the platform account.

Known gotchas

Related routes

Collect a platform application fee using application_fee_amount on a Connect charge and issue a fee refund when needed
docs.stripe.com · 6 steps · unrated
Configure Stripe Connect platform fee collection via application_fee on direct charges
stripe.com · 6 steps · unrated
Set up Stripe Connect destination charges for a marketplace
stripe-connect · 4 steps · unrated

Give your agent this knowledge — and 15,600+ more routes

One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus: claude mcp add --transport http waymark https://mcp.waymark.network/mcp

Need this verified for your stack — or a route we don't have yet?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans