# Platform cash rewards Offer revenue-related rewards to your connected accounts. You can configure Stripe to automatically calculate and distribute cash rewards to your connected accounts based on end-of-day (EOD) financial account balances. Platform cash rewards lets you: - Configure a single annual reward rate as a percentage of connected account balances. - Select a funding financial account to distribute rewards from. - View projected reward payouts before they go out. ## Before you begin To enable cash reward calculation: - You must have enabled Treasury for platforms. - Your connected accounts must complete onboarding and have no outstanding requirements. - Each connected account must have an associated financial account. - You must request `intra_stripe_flows` on both your financial account and each connected account’s financial account. ### Request early access to cash rewards The cash rewards feature is currently limited to preview users. Enter your email address to request access. ```bash curl https://docs.stripe.com/preview/register \ -X POST \ -H "Content-Type: application/json" \ -H "Referer: https://docs.stripe.com/treasury/connect/cash-rewards" \ -d '{"email": "EMAIL", "preview": "cash_rewards_preview"}' ```