{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Sources API", "version": "1.0" }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Verifies the details of a medicare card document with an identity verification provider", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/source-verifications/:issuing_country/medicare-cards", "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 Medicare Card source verification as it's being processed by the vendor. Biometrics are not used with this API, which means document scanning is not required for the users to verify their identity. This will be a one-time verification with no data being stored." }, { "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." }, { "info": { "name": "Verifies the details of a driving license document with an identity verification provider", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/source-verifications/:issuing_country/driving-licenses", "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 }