{ "opencollection": "1.0.0", "info": { "name": "BigCommerce Abandoned Cart Emails Stored Instruments API", "version": "3.0.0" }, "request": { "auth": { "type": "apikey", "key": "X-Auth-Token", "value": "{{X-Auth-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Stored Instruments", "type": "folder" }, "items": [ { "info": { "name": "BigCommerce Get Stored Instruments", "type": "http" }, "http": { "method": "GET", "url": "https://api.bigcommerce.com/stores/{store_hash}/v3/customers/:customerId/stored-instruments", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Lists all available stored instruments for a customer. This list will include all types of stored instruments namely card, account and bank_account instruments" } ] } ], "bundled": true }