{ "opencollection": "1.0.0", "info": { "name": "Interswitch Recharge Airtime Customers API", "version": "2024-01-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Get Customer Loan Status", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.interswitchng.com/lending-service/api/v1/users/:customerId/status", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "Get Customer Loan Status" }, { "info": { "name": "List Customer Payment Methods", "type": "http" }, "http": { "method": "GET", "url": "https://sandbox.interswitchng.com/lending-service/api/v1/users/:customerId/payment-methods", "params": [ { "name": "customerId", "value": "", "type": "path" } ] }, "docs": "List Customer Payment Methods" } ] } ], "bundled": true }