action docusign_payment_gateway_accounts_get_all_payment_gateway_accounts { label: "List payment gateway accounts" description: "This method returns a list of payment gateway accounts and basic information about them." provider: docusign method: GET path: "/v2.1/accounts/{accountId}/payment_gateway_accounts" encoding: json input: { type: "object" properties: { accountId: { type: "string" } } required: ["accountId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }