{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions Identity verification API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Identity verification", "type": "folder" }, "items": [ { "info": { "name": "View identity verification status", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/parties/:partyId/identityVerification", "headers": [ { "name": "WP-Api-Version", "value": "2025-01-01" } ], "params": [ { "name": "partyId", "value": "", "type": "path", "description": "A unique identifier for the party generated by us. This is sent in the response of your party creation call." } ] }, "docs": "View identity verification status" }, { "info": { "name": "Perform identity verification", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/parties/:partyId/identityVerification", "headers": [ { "name": "WP-Api-Version", "value": "2025-01-01" } ], "params": [ { "name": "partyId", "value": "", "type": "path", "description": "A unique identifier for the party generated by us. This is sent in the response of your party creation call." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform identity verification" } ] } ], "bundled": true }