{ "opencollection": "1.0.0", "info": { "name": "PayU GPO Europe REST Authorize Payment-Methods API", "version": "2.1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payment-Methods", "type": "folder" }, "items": [ { "info": { "name": "Retrieve All Available Payment Methods.", "type": "http" }, "http": { "method": "GET", "url": "https://secure.payu.com/api/v2_1/paymethods", "headers": [ { "name": "Content-Type", "value": "application/json" }, { "name": "Authorization", "value": "Bearer 3e5cac39-7e38-4139-8fd6-30adc06a61bd" } ], "params": [ { "name": "lang", "value": "[object Object]", "type": "query", "description": "Language code, ISO-639-1 compliant, determins language of description in name field" }, { "name": "features", "value": "", "type": "query", "description": "Determine the availability and parameters of specific features." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve All Available Payment Methods." } ] } ], "bundled": true }