{ "opencollection": "1.0.0", "info": { "name": "Lane Payments API", "version": "1.3.43" }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Get customer payment information", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get customer payment information" }, { "info": { "name": "Create customer payment information", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create customer payment information" }, { "info": { "name": "Update customer payment information", "type": "http" }, "http": { "method": "PATCH", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Update customer payment information" }, { "info": { "name": "Delete customer payment information", "type": "http" }, "http": { "method": "DELETE", "url": "https://dms-api.netsolapp.io/dms/customer/payment-information", "params": [ { "name": "reference_id", "value": "", "type": "query" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Delete all customer payment information" }, { "info": { "name": "Monthly Payment Calculation V2", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/affordability-check/monthly-payment-calculation/V2/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Monthly Payment Calculation V2" }, { "info": { "name": "Get Payment Methods & Get Paid Amount", "type": "http" }, "http": { "method": "GET", "url": "https://dms-api.netsolapp.io/dms/get-payment-methods/:reference_number", "params": [ { "name": "reference_number", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Get Payment Methods & Get Paid Amount" }, { "info": { "name": "Create Link Token", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/plaid-link-token/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Creates a link token which is required when initialing Link. Once Link is initialized, it returns a public token." }, { "info": { "name": "Create payment for new Order", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/create-payment/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Create payment for new Order" }, { "info": { "name": "Update Order Payment", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/update-payment/", "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "This end point will be used to handle webhook." }, { "info": { "name": "Add Payment Details from dealer side", "type": "http" }, "http": { "method": "POST", "url": "https://dms-api.netsolapp.io/dms/add-payment-details/", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Add Payment Details from dealer side" }, { "info": { "name": "Remove the order payment detail", "type": "http" }, "http": { "method": "PUT", "url": "https://dms-api.netsolapp.io/dms/remove-payment-details/:order_payment_detail_id", "params": [ { "name": "order_payment_detail_id", "value": "", "type": "path" } ], "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "docs": "Remove the order payment detail" } ] } ], "bundled": true }