{ "opencollection": "1.0.0", "info": { "name": "Lean Authentication Account on File Payment Sources API", "version": "1.0" }, "items": [ { "info": { "name": "Payment Sources", "type": "folder" }, "items": [ { "info": { "name": "Lean List Customer Payment Sources", "type": "http" }, "http": { "method": "GET", "url": "https://auth.leantech.me/customers/v1/:customer_id/payment-sources", "params": [ { "name": "customer_id", "value": "", "type": "path" } ] }, "docs": "Lean List Customer Payment Sources" }, { "info": { "name": "Lean Get Payment Source By Id", "type": "http" }, "http": { "method": "GET", "url": "https://auth.leantech.me/customers/v1/:customer_id/payment-sources/:payment_source_id", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "payment_source_id", "value": "", "type": "path" } ] }, "docs": "Lean Get Payment Source By Id" }, { "info": { "name": "Lean Delete Payment Source", "type": "http" }, "http": { "method": "DELETE", "url": "https://auth.leantech.me/customers/v1/:customer_id/payment-sources/:payment_source_id", "params": [ { "name": "customer_id", "value": "", "type": "path" }, { "name": "payment_source_id", "value": "", "type": "path" } ] }, "docs": "Lean Delete Payment Source" } ] } ], "bundled": true }