{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Methods (Deprecated) API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Methods (Deprecated)", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get All Payment Methods", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/payments/methods", "headers": [ { "name": "Accept", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query", "description": "Optional filter param `/api/v2/payments/methods?page={number}`" }, { "name": "limit", "value": "", "type": "query", "description": "Optional filter param `/api/v2/payments/methods?limit={count}`" } ] }, "docs": "Gets the list of enabled payment methods. Default sorting is by payment method, alphabetically from A to Z.\n\n> #### Note\n> Avoid using this API operation if possible. It is not supported; therefore, all enabled providers may not appear.\n" } ] } ], "bundled": true }