{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions Parties API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Parties", "type": "folder" }, "items": [ { "info": { "name": "Browse parties", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/parties", "headers": [ { "name": "WP-Api-Version", "value": "2025-01-01" } ], "params": [ { "name": "page", "value": "5", "type": "query", "description": "Positive whole number indicating which page of the selected parties to return. Greater than 0." }, { "name": "size", "value": "10", "type": "query", "description": "Number of items listed per page." }, { "name": "entity", "value": "Entity123,Entity456", "type": "query", "description": "Entity or entities to filter parties by." }, { "name": "active", "value": "", "type": "query", "description": "Returns parties that are active when set to `true`." }, { "name": "type", "value": "", "type": "query", "description": "Type of parties to return." } ] }, "docs": "Browse parties and optionally filtered by criteria. Results are paginated." }, { "info": { "name": "Create a party", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/parties", "headers": [ { "name": "WP-Api-Version", "value": "2025-01-01" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a party" }, { "info": { "name": "View a party", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/parties/:partyId", "headers": [ { "name": "WP-Api-Version", "value": "2025-01-01" } ], "params": [ { "name": "partyId", "value": "parV1StGXR8_Z5jdHi6B-myF0", "type": "path", "description": "A unique identifier for the party generated by us. This is sent in the response of your party creation call." } ] }, "docs": "Retrieve information about a party." }, { "info": { "name": "Update a party", "type": "http" }, "http": { "method": "PUT", "url": "https://try.access.worldpay.com/parties/:partyId", "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": "Update a party" }, { "info": { "name": "Deactivate a party", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/parties/:partyId/deactivation", "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": "Deactivate a party" }, { "info": { "name": "Reactivate a party", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/parties/:partyId/activation", "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": "Reactivate a party" } ] } ], "bundled": true }