{ "opencollection": "1.0.0", "info": { "name": "PayU GPO Europe REST Authorize Payout API", "version": "2.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payout", "type": "folder" }, "items": [ { "info": { "name": "Create a Payout", "type": "http" }, "http": { "method": "POST", "url": "https://secure.payu.com/api/v2_1/payouts", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer 3e5cac39-7e38-4139-8fd6-30adc06a61bd" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a payout with the selected destination of funds." }, { "info": { "name": "Retrieve a Payout", "type": "http" }, "http": { "method": "GET", "url": "https://secure.payu.com/api/v2_1/payouts/:payoutId", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer 3e5cac39-7e38-4139-8fd6-30adc06a61bd" } ], "params": [ { "name": "payoutId", "value": "fefa25e021b14970bfac9ebfb20761dc", "type": "path", "description": "Payout ID generated by the PayU system" } ] }, "docs": "Retrieve data of a specified payout." } ] } ], "bundled": true }