{ "opencollection": "1.0.0", "info": { "name": "Decentro KYC & Onboarding Accounts Settlements API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "client_secret", "value": "{{client_secret}}", "placement": "header" } }, "items": [ { "info": { "name": "Settlements", "type": "folder" }, "items": [ { "info": { "name": "Issue a refund", "type": "http" }, "http": { "method": "POST", "url": "https://in.decentro.tech/v2/payments/refund" }, "docs": "Issue a refund" } ] } ], "bundled": true }