# Marketplace closed-loop re-spend wallet

Integrate consumer financial accounts for Custom connected accounts so consumers can store funds and withdraw to bank accounts.
Available in: US
Contact your Stripe representative for pricing information.

Consumer financial accounts let platforms offer embedded wallet functionality for consumers on Custom Connect. With this integration, you can store funds for consumers, move money into a financial account, and support spending with `stripe_balance`.

Consumer financial accounts are currently available only to supported platforms. Contact your Stripe representative if you want to learn more.

### Get early access to Marketplace closed-loop re-spend wallet.

Enter your email and we'll be in touch.

```bash
curl https://docs.stripe.com/preview/register \
  -X POST \
  -H "Content-Type: application/json" \
  -H "Referer: https://docs.stripe.com/treasury/connect/v2/examples/closed-loop-respend-wallet" \
  -d '{"email": "EMAIL", "preview": "marketplace_respend"}'
```
