{ "opencollection": "1.0.0", "info": { "name": "BitPay Bills Invoices API", "version": "2.0.0" }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "List Invoices", "type": "http" }, "http": { "method": "GET", "url": "https://bitpay.com/invoices", "headers": [ { "name": "X-Accept-Version", "value": "" }, { "name": "X-Identity", "value": "" }, { "name": "X-Signature", "value": "" } ], "params": [ { "name": "token", "value": "", "type": "query", "description": "API token for merchant facade authentication." }, { "name": "dateStart", "value": "", "type": "query", "description": "Start date for filtering invoices (YYYY-MM-DD)." }, { "name": "dateEnd", "value": "", "type": "query", "description": "End date for filtering invoices (YYYY-MM-DD)." }, { "name": "status", "value": "", "type": "query", "description": "Filter by invoice status." }, { "name": "orderId", "value": "", "type": "query", "description": "Filter by merchant order ID." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of results to return." }, { "name": "offset", "value": "", "type": "query", "description": "Number of results to skip for pagination." } ] }, "docs": "Retrieve a list of invoices filtered by date range and other criteria." }, { "info": { "name": "Create an Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://bitpay.com/invoices", "headers": [ { "name": "X-Accept-Version", "value": "" }, { "name": "X-Identity", "value": "" }, { "name": "X-Signature", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a time-sensitive payment request with a fixed price in fiat currency and cryptocurrency equivalents locked at exchange rates expiring in 15 minutes. Supports online checkout and point-of-sale payment flows.\n" }, { "info": { "name": "Retrieve an Invoice", "type": "http" }, "http": { "method": "GET", "url": "https://bitpay.com/invoices/:invoiceId", "headers": [ { "name": "X-Accept-Version", "value": "" }, { "name": "X-Identity", "value": "" }, { "name": "X-Signature", "value": "" } ], "params": [ { "name": "invoiceId", "value": "", "type": "path", "description": "ID of the invoice to retrieve." }, { "name": "token", "value": "", "type": "query", "description": "API token. Pass as URL parameter when fetching via merchant or pos facade." } ] }, "docs": "Retrieve a specific invoice by its ID." } ] } ], "bundled": true }