set_org_payout_wallet
Set or clear an organization's default payout wallet. Provide a wallet address linked to the organization, or pass null to remove the explicit default.
Instructions
Set or clear an organization's default payout wallet for tenant priced routes (PATCH /orgs/v1/:org_id/payout-wallet). Admin/owner-only + step-up gated. wallet_address must already be an active wallet linked to the org; pass null to clear the explicit default. Response includes recovery.status, active_wallet_count, and next_actions for PAYOUT_WALLET_REQUIRED / PAYOUT_WALLET_AMBIGUOUS.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | Yes | The org id. | |
| wallet_address | Yes | Active wallet linked to this organization, or null to clear the explicit default. Admin/owner + step-up gated. |