{ "opencollection": "1.0.0", "info": { "name": "Gingr Partner Invoices Payments API", "version": "1.8.0" }, "request": { "auth": { "type": "apikey", "key": "X-Api-Key", "value": "{{X-Api-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "Payment - Charge", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/payments/charge", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Charges an owner's card on file for an arbitrary amount, outside of a specific invoice." }, { "info": { "name": "Payments - Pay Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/payments/invoices/:invoiceId", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Payments - Pay Invoice" }, { "info": { "name": "Payments - Refund Invoices", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/payments/invoices/:invoiceId/refund", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "invoiceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Payments - Refund Invoices" }, { "info": { "name": "Payments - Pay Deposit", "type": "http" }, "http": { "method": "POST", "url": "https://api.gingr.io/v1/payments/deposits/:depositId", "headers": [ { "name": "subdomain", "value": "" }, { "name": "Accept", "value": "" }, { "name": "Content-Type", "value": "" } ], "params": [ { "name": "depositId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Payments - Pay Deposit" } ] } ], "bundled": true }