{ "opencollection": "1.0.0", "info": { "name": "Recharge Addresses Payment Methods API", "version": "2021-11" }, "request": { "auth": { "type": "apikey", "key": "X-Recharge-Access-Token", "value": "{{X-Recharge-Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Payment Methods", "type": "folder" }, "items": [ { "info": { "name": "List payment methods", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/payment_methods" }, "docs": "List payment methods" }, { "info": { "name": "Create a payment method", "type": "http" }, "http": { "method": "POST", "url": "https://api.rechargeapps.com/payment_methods" }, "docs": "Create a payment method" }, { "info": { "name": "Retrieve a payment method", "type": "http" }, "http": { "method": "GET", "url": "https://api.rechargeapps.com/payment_methods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Retrieve a payment method" }, { "info": { "name": "Update a payment method", "type": "http" }, "http": { "method": "PUT", "url": "https://api.rechargeapps.com/payment_methods/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Update a payment method" } ] } ], "bundled": true }