{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Acquirer Merchant I Ds API", "version": "1.0" }, "items": [ { "info": { "name": "Acquirer Merchant I Ds", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Get Accepted Acquirer Reference Id and Card Acceptor Id Pairs", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/sub-merchants/:guid/locations/:location_id/acquirer-merchant-ids", "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" }, { "name": "location_id", "value": "Mxyz123", "type": "path", "description": "Unique identifier of location" }, { "name": "offset", "value": "", "type": "query", "description": "The number of items to skip before starting to collect the result set" }, { "name": "page_number", "value": "2", "type": "query", "description": "current page number" }, { "name": "sort_direction", "value": "", "type": "query", "description": "Direction to sort the data using sort_field in response" }, { "name": "sort_field", "value": "acquirerReferenceId", "type": "query", "description": "Field to Sort data in response" }, { "name": "search_text", "value": "Test", "type": "query", "description": "Input field used as wild search against Acquirer Reference ID and Card Acceptor\nID. The service searches for substring, following the %search_text% pattern.\n" } ] }, "docs": "Returns accepted Acquirer Reference ID and CardAcceptor ID pairs with pagination metadata" }, { "info": { "name": "Mastercard Add Acquirer Reference Id and Card Acceptor Id Pairs", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/sub-merchants/:guid/locations/:location_id/acquirer-merchant-ids", "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" }, { "name": "location_id", "value": "Mxyz123", "type": "path", "description": "Unique identifier of location" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns added pairs of Acquirer Reference ID and Card Acceptor ID. Non unique pairs are placed in the rejected list." } ] } ], "bundled": true }