{ "opencollection": "1.0.0", "info": { "name": "GunTab REST FFLs Invoices API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.guntab.com/v1/invoices", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new GunTab invoice (payment request) for a firearms transaction." }, { "info": { "name": "Read an invoice", "type": "http" }, "http": { "method": "GET", "url": "https://api.guntab.com/v1/invoices/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique invoice identifier." } ] }, "docs": "Read an invoice" }, { "info": { "name": "Cancel an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.guntab.com/v1/invoices/:id/cancels", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique invoice identifier." } ] }, "docs": "Cancel an invoice" }, { "info": { "name": "Confirm an invoice as the platform", "type": "http" }, "http": { "method": "POST", "url": "https://api.guntab.com/v1/invoices/:id/platform_confirmations", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique invoice identifier." } ] }, "docs": "Confirm an invoice as the platform" }, { "info": { "name": "Confirm an invoice as the seller", "type": "http" }, "http": { "method": "POST", "url": "https://api.guntab.com/v1/invoices/:id/seller_confirmations", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique invoice identifier." } ] }, "docs": "Confirm an invoice as the seller" }, { "info": { "name": "Fulfill an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.guntab.com/v1/invoices/:id/fulfillments", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique invoice identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Records fulfillment with a tracking code (or pickup designation)." } ] } ], "bundled": true }