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