{ "opencollection": "1.0.0", "info": { "name": "Montran Corporate Payments Portal Account Information Balances API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Balances", "type": "folder" }, "items": [ { "info": { "name": "Montran Get virtual account balance", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/virtual-accounts/:accountId/balance", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier of the virtual account" } ] }, "docs": "Retrieves the current balance of a virtual account including available balance, booked balance, and pending transactions. Provides real-time reconciliation data." } ] } ], "bundled": true }