{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions Payouts API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Retrieve payout details", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/payouts/:resource", "params": [ { "name": "resource", "value": "", "type": "path", "description": "The `payouts:payout` href value returned in the response to your basic disbursement or Fast Access payout request." } ] }, "docs": "Retrieve the details of an existing basic disbursement or Fast Access payout.\n\n" }, { "info": { "name": "Retrieve payout details from a historic resource", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/payouts/query", "params": [ { "name": "transactionReference", "value": "", "type": "query", "description": "A unique reference generated by you, used to identify a payout throughout its lifecycle." }, { "name": "entity", "value": "", "type": "query", "description": "merchant entity" } ] }, "docs": "Query by transaction reference and entity to retrieve a payout.\n\n" }, { "info": { "name": "Standard payout", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/payouts/basicDisbursement", "body": { "type": "json", "data": "{}" } }, "docs": "Disburse funds to a payout instrument.\n\n" }, { "info": { "name": "Fast Access payout", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/payouts/fastAccess", "body": { "type": "json", "data": "{}" } }, "docs": "Disburse funds to a payout instrument using Fast Access.\n\n" } ] } ], "bundled": true }