{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening I D Document Data Source Verification API", "version": "1.0" }, "items": [ { "info": { "name": "I D Document Data Source Verification", "type": "folder" }, "items": [ { "info": { "name": "Verifies the details of a passport document with an identity verification provider", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/source-verifications/:issuing_country/passports", "headers": [ { "name": "X-Encrypted-Payload", "value": "true" } ], "params": [ { "name": "issuing_country", "value": "AUS", "type": "path", "description": "Country of issue for the document in the ISO 3166-1 alpha-3 format, only AUS is an acceptable value for this parameter." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the Status of the Source Verification that has been processed by a trusted IVP." } ] } ], "bundled": true }