> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentcard.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# list_withdrawal_recipients

> List the user's saved bank accounts for withdrawals, masked.

Lists the bank destinations the user has saved with [create\_withdrawal\_recipient](/companies/mcp/tools/create_withdrawal_recipient), masked: bank name and last four digits only, never a full account number. Pass a recipient's `id` as `recipient_id` to [withdraw](/companies/mcp/tools/withdraw).

## Parameters

This tool takes no parameters.

## Returns

The saved destinations, each with `id` (`wrec_...`), `type` (`ach` or `international_wire`), `beneficiary_name`, `bank_name`, the masked `account_number_last4` (ACH) or `iban_last4` (wire), `country_code`, `nickname`, and `created_at`, plus a `count`. With nothing saved, you get an empty list and a note pointing at `create_withdrawal_recipient`.

Bank details are treated as sensitive: they are masked in every response and never logged.

## Example

```json theme={null}
{ "name": "list_withdrawal_recipients", "arguments": {} }
```
