{ "opencollection": "1.0.0", "info": { "name": "Mews Booking Engine API (Distributor) Account notes Payment requests API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "ClientToken", "value": "{{ClientToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Payment requests", "type": "folder" }, "items": [ { "info": { "name": "Mews Get All Payment Requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/paymentRequests/getAll", "body": { "type": "json", "data": "{}" } }, "docs": "Get all payment requests belonging to the specified customer accounts. \nNote this operation uses [Pagination](https://mews-systems.gitbook.io/connector-api/guidelines/pagination/) and supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Add Payment Requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/paymentRequests/add", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a payment request to the specified [Customer](https://mews-systems.gitbook.io/connector-api/operations/customers/#customer). Note this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property)." }, { "info": { "name": "Mews Cancel Payment Requests", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/paymentRequests/cancel", "body": { "type": "json", "data": "{}" } }, "docs": "Cancels specified payment requests. Only payment requests which are in `Pending` state can be canceled." } ] } ], "bundled": true }