{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Scopes API", "version": "1.0" }, "items": [ { "info": { "name": "Scopes", "type": "folder" }, "items": [ { "info": { "name": "To retrieve the scopes and RP details associated with the arid. The ARID must be in PENDING status.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/scopes/:arid", "params": [ { "name": "arid", "value": "df52649e-4096-456a-bca0-751ee470009f", "type": "path", "description": "UUID represents the ARID." } ] }, "docs": "To retrieve the requested scopes and RP details associated with the ARID. \n**This API is mandatory.**\n" }, { "info": { "name": "To process the IDP claims and update the authentication request with the claims data. The Relying party can get these claims data via RP claim sharing endpoint.", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/scope-fulfillments/:arid", "headers": [ { "name": "X-Encrypted-Payload", "value": "true" } ], "params": [ { "name": "arid", "value": "df52649e-4096-456a-bca0-751ee470009f", "type": "path", "description": "UUID represents the ARID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Process claims data provided by the IDP for the corresponding RP authentication. \nRequest scopes and update the authentication request. \n **This API is mandatory.**\n" }, { "info": { "name": "Share an Identity with an External RP - Retrieve details of the scope request being made by an RP.", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/claims/scopes/:arid", "params": [ { "name": "arid", "value": "df52649e-4096-456a-bca0-751ee470009f", "type": "path", "description": "A unique identifier for any activity being executed arising out of a Claim Share request. This value is passed as a parameter in the URL redirecting a User to the TP Flow during a Claim Share. ." } ] }, "docs": "Used to retrieve the scopes and RP details associated with the ARID. Does not require a minimum authentication standard. \n**This API is mandatory.**\n" } ] } ], "bundled": true }