list_withdrawal_recipients
List the user's saved bank accounts for withdrawals, masked (bank name and last four only). Use a recipient's id as recipient_id with withdraw. If the list is empty, collect the user's bank details and call create_withdrawal_recipient first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Number of saved bank destinations. | |
| message | Yes | Human-readable list (or an empty-state note). | |
| recipients | No | Saved bank destinations, masked. |