{ "opencollection": "1.0.0", "info": { "name": "NOWPayments Authentication Invoices API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.nowpayments.io/v1/invoice", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment invoice with a hosted payment page URL. Customers are redirected to the invoice URL to complete their payment. Supports success and cancel redirect URLs.\n" } ] } ], "bundled": true }