{ "opencollection": "1.0.0", "info": { "name": "Thunes Money Transfer Account Management Simulation API", "version": "2.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Simulation", "type": "folder" }, "items": [ { "info": { "name": "List possible status transitions (pre-production)", "type": "http" }, "http": { "method": "GET", "url": "https://api.thunes.com/v2/money-transfer/simulation/transactions/:id/possible-transitions", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "List possible status transitions (pre-production)" }, { "info": { "name": "Simulate transaction status change by ID (pre-production)", "type": "http" }, "http": { "method": "GET", "url": "https://api.thunes.com/v2/money-transfer/simulation/transactions/:id/:status_name", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "status_name", "value": "", "type": "path" } ] }, "docs": "Simulate transaction status change by ID (pre-production)" }, { "info": { "name": "Simulate transaction status change by external ID (pre-production)", "type": "http" }, "http": { "method": "GET", "url": "https://api.thunes.com/v2/money-transfer/simulation/transactions/ext-:external_id/:status_name", "params": [ { "name": "external_id", "value": "", "type": "path" }, { "name": "status_name", "value": "", "type": "path" } ] }, "docs": "Simulate transaction status change by external ID (pre-production)" } ] } ], "bundled": true }