Enables or disables automatic withdrawal of newly released escrow/milestone funds.
When enabled (true):
After an escrow or milestone is released to the payee, the released amount is
automatically queued for transfer to the user’s default payout account. The user
must have a default payout account set for this to work.
When disabled (false):
Released funds land in the wallet and stay there. The user can withdraw manually
via POST /wallet-withdraw at any time.
This toggle does not affect manual withdrawals — POST /wallet-withdraw works
regardless of this setting.
The current value is returned in GET /wallet-get as auto_withdraw.
JWT access token obtained from /auth-verify (login context) or /auth-signup. Set the bearer_token environment variable in your API client to apply it globally.
Set to true to automatically transfer newly released escrow/milestone funds to the
default payout account. Set to false to keep released funds in the wallet.