{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Payment requests API", "version": "v1" }, "items": [ { "info": { "name": "Payment requests", "type": "folder" }, "items": [ { "info": { "name": "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": "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": "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 }