{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Decisions API", "version": "1.0" }, "items": [ { "info": { "name": "Decisions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve an outcome for an authentication.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/authentication-decisions/scans/:scan_id", "headers": [ { "name": "X-Encrypted-Payload", "value": "true" } ], "params": [ { "name": "scan_id", "value": "1234", "type": "path", "description": "Scan ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authenticate user identity and retrieve identity attributes without updating selfie. \n**This API is mandatory.**\n" } ] } ], "bundled": true }