{ "opencollection": "1.0.0", "info": { "name": "Montran Corporate Payments Portal Account Information Transactions API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Montran List virtual account transactions", "type": "http" }, "http": { "method": "GET", "url": "https://api.montran.com/corporate/v1/virtual-accounts/:accountId/transactions", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "Unique identifier of the virtual account" }, { "name": "fromDate", "value": "", "type": "query" }, { "name": "toDate", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query", "description": "Filter by transaction type" }, { "name": "page", "value": "", "type": "query" }, { "name": "pageSize", "value": "", "type": "query" } ] }, "docs": "Retrieves transactions for a specific virtual account. Includes both automatically allocated incoming payments and manually posted internal transfers. Supports date range filtering." }, { "info": { "name": "Montran Create an internal transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.montran.com/corporate/v1/internal-transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a transfer between two virtual accounts within the same physical account structure. Internal transfers are processed instantly as book transfers without requiring external clearing." } ] } ], "bundled": true }