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