{ "opencollection": "1.0.0", "info": { "name": "Mastercard Bill Payment Validator Account Opening Countries API", "version": "1.0" }, "items": [ { "info": { "name": "Countries", "type": "folder" }, "items": [ { "info": { "name": "Mastercard Get a List of Countries", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/countries" }, "docs": "Returns a list of countries containing ATMs" }, { "info": { "name": "Mastercard Get a List of Country Subdivisions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/country-subdivisions", "params": [ { "name": "country_code", "value": "USA", "type": "query", "description": "Three digit alpha country code as defined in ISO 3166-1" } ] }, "docs": "Returns a list of country subdivisions for a given country" }, { "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 }