{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Merchant Logos API", "version": "1.0" }, "items": [ { "info": { "name": "Merchant Logos", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Get the Logo for an Existing Merchant.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/merchants/:guid/logos", "headers": [ { "name": "User-Id", "value": "princess.diana" }, { "name": "Submitter-First-Name", "value": "Diana" }, { "name": "Submitter-Last-Name", "value": "Princess" } ], "params": [ { "name": "guid", "value": "jK2dA5aybhQQBq6C", "type": "path", "description": "Consumer Clarity internal merchant's GUID" } ] }, "docs": "Returns base64 encoded image, status and messages (if any validation failures) related to the logo of a sub-merchant." }, { "info": { "name": "Mastercard Create a Logo for an Existing Merchant.", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/merchants/:guid/logos", "headers": [ { "name": "User-Id", "value": "princess.diana" }, { "name": "Submitter-First-Name", "value": "Diana" }, { "name": "Submitter-Last-Name", "value": "Princess" } ], "params": [ { "name": "guid", "value": "jK2dA5aybhQQBq6C", "type": "path", "description": "Consumer Clarity internal merchant's GUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns status and messages (if any validation failures) related to the logo of a sub-merchant." }, { "info": { "name": "Mastercard Update a Logo for an Existing Merchant.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/merchants/:guid/logos", "headers": [ { "name": "User-Id", "value": "princess.diana" }, { "name": "Submitter-First-Name", "value": "Diana" }, { "name": "Submitter-Last-Name", "value": "Princess" } ], "params": [ { "name": "guid", "value": "jK2dA5aybhQQBq6C", "type": "path", "description": "Consumer Clarity internal merchant's GUID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns status and messages (if any validation failures) related to the logo of a sub-merchant." }, { "info": { "name": "Mastercard Delete a Logo for an Existing Merchant.", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/merchants/:guid/logos", "headers": [ { "name": "User-Id", "value": "princess.diana" }, { "name": "Submitter-First-Name", "value": "Diana" }, { "name": "Submitter-Last-Name", "value": "Princess" } ], "params": [ { "name": "guid", "value": "jK2dA5aybhQQBq6C", "type": "path", "description": "Consumer Clarity internal merchant's GUID" } ] }, "docs": "Returns 204 status code if logo deleted successfully." } ] } ], "bundled": true }