{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions Beneficial owners API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Beneficial owners", "type": "folder" }, "items": [ { "info": { "name": "Create a beneficial owner", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/parties/:partyId/beneficialOwners", "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": "Create a beneficial owner" }, { "info": { "name": "View a beneficial owner", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/parties/:partyId/beneficialOwners/:beneficialOwnerId", "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." }, { "name": "beneficialOwnerId", "value": "", "type": "path", "description": "A unique identifier for the beneficialOwner generated by us. This is sent in the response of your beneficialOwner creation call." } ] }, "docs": "View a beneficial owner" }, { "info": { "name": "Update a beneficial owner", "type": "http" }, "http": { "method": "PUT", "url": "https://try.access.worldpay.com/parties/:partyId/beneficialOwners/:beneficialOwnerId", "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." }, { "name": "beneficialOwnerId", "value": "", "type": "path", "description": "A unique identifier for the beneficialOwner generated by us. This is sent in the response of your beneficialOwner creation call." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a beneficial owner" }, { "info": { "name": "Delete a beneficial owner", "type": "http" }, "http": { "method": "DELETE", "url": "https://try.access.worldpay.com/parties/:partyId/beneficialOwners/:beneficialOwnerId", "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." }, { "name": "beneficialOwnerId", "value": "", "type": "path", "description": "A unique identifier for the beneficialOwner generated by us. This is sent in the response of your beneficialOwner creation call." } ] }, "docs": "Delete a beneficial owner" } ] } ], "bundled": true }