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