mercury_list_recipients
Retrieves all payment recipients (bank counterparties) for outbound transfers. Provides recipientId needed to send money via ACH, wire, or check.
Instructions
List all payment recipients (counterparties for outbound ACH/wire/check) in your Mercury workspace.
USE WHEN: enumerating recipients before sending money — need a recipientId to feed into mercury_send_money or mercury_request_send_money. Also useful for an audit of who can receive funds from this account.
DO NOT USE: for AR customers (use mercury_list_customers — different surface, different scope). Recipients are bank-payment counterparties; customers are who you invoice.
RETURNS: { recipients: [{ id, name, nickname, defaultPaymentMethod, electronicRoutingInfo, status, ... }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||