action rebilly_get_bank_account_collection { label: "Retrieve a list of bank accounts" description: "Retrieve a list of Bank Accounts.\n" provider: rebilly method: GET path: "/bank-accounts" encoding: json output: { type: "array" items: { type: "object" } } }