{ "opencollection": "1.0.0", "info": { "name": "Nomba Accounts Payouts API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Authorize a global payout transfer", "type": "http" }, "http": { "method": "POST", "url": "https://api.nomba.com/v1/global-payout/transfer", "headers": [ { "name": "accountId", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Authorizes and initiates a cross-border payout transfer using a previously locked exchange rate. The transfer includes recipient details and the locked rate ID. Supported corridors include the United Kingdom (Faster Payments, up to 1,000,000 GBP, settled in 1-3 hours), Europe (SEPA, up to 100,000 EUR, settled in under 1 hour), Canada (Interac instant or bank transfer), and the DRC (Mobile Money instant or bank transfer)." }, { "info": { "name": "Track a global payout transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.nomba.com/v1/global-payout/transfer/:transactionId", "headers": [ { "name": "accountId", "value": "" } ], "params": [ { "name": "transactionId", "value": "", "type": "path", "description": "The unique identifier of the payout transaction to track." } ] }, "docs": "Retrieves the current status and details of a global payout transaction. Provides end-to-end tracking from initiation through settlement." } ] } ], "bundled": true }