{ "opencollection": "1.0.0", "info": { "name": "GoodLeap Developer Authorization & Elevation Management Calculate Payments API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Calculate Payments", "type": "folder" }, "items": [ { "info": { "name": "Current ITC Percentage", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/itc-latest", "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get the current ITC percentage." }, { "info": { "name": "Monthly Loan Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.goodleap.com/posfinancing/rest/v2/payments", "params": [ { "name": "offerIds", "value": "", "type": "query" }, { "name": "amount", "value": "", "type": "query" }, { "name": "extraPaydownAmount", "value": "", "type": "query" }, { "name": "extraPaydownPercent", "value": "", "type": "query" }, { "name": "currencyType", "value": "", "type": "query" }, { "name": "promotionIds", "value": "", "type": "query" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Calculate estimated payments for offers." } ] } ], "bundled": true }