{ "opencollection": "1.0.0", "info": { "name": "Montran Corporate Payments Portal Account Information Approvals API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Approvals", "type": "folder" }, "items": [ { "info": { "name": "Montran Approve a payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.montran.com/corporate/v1/payments/:paymentId/approve", "params": [ { "name": "paymentId", "value": "", "type": "path", "description": "Unique payment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Approves a payment that is pending approval. Multi-level approval workflows are supported based on the corporate's configured authorization matrix. Once all required approvals are obtained, the payment is automatically submitted to the bank." }, { "info": { "name": "Montran Reject a payment", "type": "http" }, "http": { "method": "POST", "url": "https://api.montran.com/corporate/v1/payments/:paymentId/reject", "params": [ { "name": "paymentId", "value": "", "type": "path", "description": "Unique payment identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Rejects a payment that is pending approval. The payment is returned to the initiator with the rejection reason." } ] } ], "bundled": true }