{ "opencollection": "1.0.0", "info": { "name": "Connector Account notes Payment method requests API", "version": "v1" }, "items": [ { "info": { "name": "Payment method requests", "type": "folder" }, "items": [ { "info": { "name": "Add payment method request", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/paymentMethodRequests/add", "body": { "type": "json", "data": "{}" } }, "docs": "Create a payment method request for the specified customer or company account to securely collect a payment method without charging the guest immediately. An optional email notification is sent to the account's email address or a specified override address.\r\nNote this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }