Connected Accounts
If you’re building a platform or marketplace, and you want to:
- Charge on behalf of someone else, or
- Share revenue with other accounts
Connected Accounts is for you.
With Connected Accounts you can charge on behalf of other accounts using your own API keys, without needing access to their API keys.
How do I connect two accounts?
This is done through the Recurrente UI. Follow the instructions here.
Create a checkout for a connected account
Once accounts are connected, you can create checkouts on behalf of the child account using the custom_account_id parameter:
Fund distribution
You can distribute funds between accounts using transfer_setups:
Webhooks
When events occur in a child account, you’ll receive webhooks with additional parameters:
connected: true— indicates the event was generated by a connected accountaccount_id: "ac_123456"— the ID of the account that generated the event
You can use these fields to identify and process connected account events separately.

