{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Subscription API", "version": "1.0" }, "items": [ { "info": { "name": "Subscription", "type": "folder" }, "items": [ { "info": { "name": "Retrieving subscription by id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/subscriptions/:id", "params": [ { "name": "id", "value": "0CNSa91bf379b48a593fd17f07f431bad8fb296796498f4e9982ea134394c1fa4f071556724070", "type": "path", "description": "Subscription ID - Find a Subscription ID by running POST /subscriptions or GET /subscriptions" } ] }, "docs": "Retrieve the details of a subscription." }, { "info": { "name": "Updating subscription", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/subscriptions/:id", "params": [ { "name": "id", "value": "0CNSa91bf379b48a593fd17f07f431bad8fb296796498f4e9982ea134394c1fa4f071556724070", "type": "path", "description": "Subscription ID - Find a Subscription ID by running POST /subscriptions or GET /subscriptions" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing subscription." }, { "info": { "name": "Deleting subscription", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/subscriptions/:id", "params": [ { "name": "id", "value": "0CNSa91bf379b48a593fd17f07f431bad8fb296796498f4e9982ea134394c1fa4f071556724070", "type": "path", "description": "Subscription ID - Find a Subscription ID by running POST /subscriptions or GET /subscriptions" } ] }, "docs": "Deletes a subscription, with the effect that no further notifications will be generated for that subscription." } ] } ], "bundled": true }