{ "opencollection": "1.0.0", "info": { "name": "Fincra Account Resolution Virtual Accounts API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Virtual Accounts", "type": "folder" }, "items": [ { "info": { "name": "Request a virtual account", "type": "http" }, "http": { "method": "POST", "url": "https://api.fincra.com/profile/virtual-accounts/requests", "body": { "type": "json", "data": "{}" } }, "docs": "Request an NGN or foreign-currency virtual account for collections." }, { "info": { "name": "List virtual accounts", "type": "http" }, "http": { "method": "GET", "url": "https://api.fincra.com/profile/virtual-accounts/business", "params": [ { "name": "business", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "List virtual accounts" }, { "info": { "name": "Fetch virtual account information", "type": "http" }, "http": { "method": "GET", "url": "https://api.fincra.com/profile/virtual-accounts/:virtualAccountId", "params": [ { "name": "virtualAccountId", "value": "", "type": "path" } ] }, "docs": "Fetch virtual account information" }, { "info": { "name": "List payins into a virtual account", "type": "http" }, "http": { "method": "GET", "url": "https://api.fincra.com/profile/virtual-accounts/:virtualAccountId/payins", "params": [ { "name": "virtualAccountId", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "perPage", "value": "", "type": "query" } ] }, "docs": "Retrieve all inflows (deposits) made into a virtual account." } ] } ], "bundled": true }