{ "opencollection": "1.0.0", "info": { "name": "Braintree Payments Add-Ons API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Add-Ons", "type": "folder" }, "items": [ { "info": { "name": "List add-ons", "type": "http" }, "http": { "method": "GET", "url": "https://api.braintreegateway.com/merchants/{merchantId}/add_ons" }, "docs": "Returns all add-on definitions configured for the merchant account. Add-ons represent incremental price increases that can be applied to subscriptions on top of the base plan price. Add-ons are defined in the Braintree Control Panel and referenced by their identifier when creating or updating subscriptions." } ] } ], "bundled": true }