{ "opencollection": "1.0.0", "info": { "name": "Montran Corporate Payments Portal Account Information Credit Transfers API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Credit Transfers", "type": "folder" }, "items": [ { "info": { "name": "Montran Initiate a credit transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.montran.com/corporate/v1/credit-transfers", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a credit transfer payment using ISO 20022 pain.001 CustomerCreditTransferInitiation format. Supports SEPA credit transfers, Target2 high-value payments, Fedwire transfers, CHIPS payments, and cross-border SWIFT transfers. The system automatically routes the payment to the appropriate clearing mechanism." } ] } ], "bundled": true }