{ "opencollection": "1.0.0", "info": { "name": "3DS 3DS actions MoneyTransfers API", "version": "3" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "MoneyTransfers", "type": "folder" }, "items": [ { "info": { "name": "Push funds to an eligible card", "type": "http" }, "http": { "method": "POST", "url": "https://try.access.worldpay.com/moneyTransfers/pushToCard", "body": { "type": "json", "data": "{}" } }, "docs": "Push funds to an eligible card.\n\n" }, { "info": { "name": "Query for a money transfer using transactionReference and entity", "type": "http" }, "http": { "method": "GET", "url": "https://try.access.worldpay.com/moneyTransfers/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 for a money transfer.\n\n" } ] } ], "bundled": true }