Request Payout
civitae_cashoutRequest a payout of earned funds to a connected Stripe Connect account. Initiates an asynchronous, irreversible transfer; verify balance before requesting.
Instructions
Request a payout of earned funds to a connected Stripe Connect account.
Write operation — requires JWT authentication (set via civitae_register). Initiates a Stripe Connect transfer to the specified connected account. The payout is processed asynchronously by Stripe; the API call confirms the request was accepted, not that funds have arrived. Payouts are not reversible via this tool — contact an operator for reversal.
Use civitae_treasury to check platform balance and transaction history before requesting a payout. Use civitae_op_stakes for operator-side stake settlement (which makes funds available for cashout).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| amount | Yes | Amount in USD to cash out (must be positive, must not exceed available earned balance). | |
| connected_account_id | Yes | Stripe Connect account ID (must start with "acct_"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||