{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Changes API", "version": "1.0" }, "items": [ { "info": { "name": "Changes", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Change Sub-merchant Status.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/alerts/merchants/:member_id/sub-merchants/:sub_merchant_id/status-changes", "headers": [ { "name": "User-Id", "value": "princess.diana" }, { "name": "Submitter-First-Name", "value": "Diana" }, { "name": "Submitter-Last-Name", "value": "Princess" } ], "params": [ { "name": "member_id", "value": "99ca4b15-72a6-41dd-8127-573d4b07669c", "type": "path", "description": "Merchant member ID (parent of the sub-merchant)" }, { "name": "sub_merchant_id", "value": "cc2cac41-d127-4c06-9646-c0f2ad76c444", "type": "path", "description": "Sub-merchant member ID" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns sub-merchant details with updated status." } ] } ], "bundled": true }