{ "opencollection": "1.0.0", "info": { "name": "BookingEngineApi Account notes Payment plans API", "version": "v1" }, "items": [ { "info": { "name": "Payment plans", "type": "folder" }, "items": [ { "info": { "name": "Add billing automation payment plan", "type": "http" }, "http": { "method": "POST", "url": "https://api.mews.com/api/connector/v1/billingAutomationPaymentPlans/add", "body": { "type": "json", "data": "{}" } }, "docs": "Adds a payment plan connected to a `Billing automation` and returns the payment request URL associated with the created payment plan. The fulfillment of the payment request will activate the payment plan.\r\nNote this operation supports [Portfolio Access Tokens](https://mews-systems.gitbook.io/connector-api/concepts/multi-property/)." } ] } ], "bundled": true }