Skip to main content
Lists the bank destinations the user has saved with 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.

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