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