mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-03 21:02:05 +08:00
## Summary Charges the platform 0.9% on both legs of each transaction on non-internal projects. - **Charge leg** — rides along via Stripe's native \`application_fee_amount\` / \`application_fee_percent\` params on the PaymentIntent / Subscription. - **Refund leg** — Stripe's default reverses our charge-leg fee on refund, netting us zero. We disable that with \`refund_application_fee: false\` ## Refs - https://docs.stripe.com/api/subscriptions/create#create_subscription-application_fee_percent - https://docs.stripe.com/api/payment_intents/object#payment_intent_object-application_fee_amount --------- Co-authored-by: nams1570 <amanganapathy@gmail.com> |
||
|---|---|---|
| .. | ||
| payments | ||
| projects | ||
| api-keys.test.ts | ||
| component-versions.test.ts | ||
| config-local-emulator.test.ts | ||
| config.test.ts | ||
| email-drafts.test.ts | ||
| email-queue-step.test.ts | ||
| email-templates-create.test.ts | ||
| email-templates.test.ts | ||
| email.test.ts | ||
| failed-emails-digest.test.ts | ||
| feedback.test.ts | ||
| local-emulator-project.test.ts | ||
| managed-email-onboarding.test.ts | ||
| mcp.test.ts | ||
| projects.test.ts | ||
| send-test-email.test.ts | ||
| sign-up-rules-stats.test.ts | ||
| sign-up-rules-test.test.ts | ||
| transactions-refund.test.ts | ||
| transactions.test.ts | ||
| wysiwyg-edit.test.ts | ||