List bank payout recipients (free)
Lists the recipients registered on your banking profile and the destinations attached to each, so you can find the destination_id that GET /send-bank-payment pays out to. Free — only the payout itself is a paid action.
Bank account numbers are returned masked to their last four digits; routing numbers are returned in full. Create recipients and destinations with the createBankingRecipient and addBankingDestination callables, rename a destination’s nickname (the only editable field) with updateBankingDestination, and remove a recipient with deleteBankingRecipient (see the bank accounts guide).
Requires a Bearer token from /auth or /get-card.