{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Orders API", "version": "1.0" }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "Searches order details based on the search criteria", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/orders", "headers": [ { "name": "X-Eth-Date", "value": "2017-06-19T13:18:16Z" }, { "name": "Authorization", "value": "1c723b9ddda75f6348cd939c5a3140f58e58c70d" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Search for orders based on transaction fields that you currently support" }, { "info": { "name": "Health endpoint to ensure confirm connectivity to transaction API", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/orders/healthchecks" }, "docs": "Health or Echo or Heartbeat endpoint ensuring that the API is running" }, { "info": { "name": "API used by external Vendors to provide the orders status", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/vendors/:vendor_id/orders/status", "params": [ { "name": "vendor_id", "value": "carltonone", "type": "path", "description": "The internal Mastercard vendor Id for order fulfilment." } ], "body": { "type": "json", "data": "{}" } }, "docs": "The Loyalty Rewards Order Management Mastercard API is used by external vendor to provide orders status" } ] } ], "bundled": true }