{ "opencollection": "1.0.0", "info": { "name": "Hint Health AccountAccessToken CustomerInvoicePayment API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "CustomerInvoicePayment", "type": "folder" }, "items": [ { "info": { "name": "List All Payments", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/customer_invoices/:customer_invoice_id/payments", "params": [ { "name": "customer_invoice_id", "value": "", "type": "path", "description": "Unique Customer Invoice ID" } ] }, "docs": "List All Payments" }, { "info": { "name": "Create Payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.hint.com/api/provider/customer_invoices/:customer_invoice_id/payments", "params": [ { "name": "customer_invoice_id", "value": "", "type": "path", "description": "Unique Customer Invoice ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create Payment" }, { "info": { "name": "Show Payment", "type": "http" }, "http": { "method": "GET", "url": "https://api.hint.com/api/provider/customer_invoices/:customer_invoice_id/payments/:id", "params": [ { "name": "customer_invoice_id", "value": "", "type": "path", "description": "Unique Customer Invoice ID" }, { "name": "id", "value": "", "type": "path", "description": "Unique Customer Invoice Payment ID" } ] }, "docs": "Show Payment" } ] } ], "bundled": true }