{ "opencollection": "1.0.0", "info": { "name": "Teya FX Captures API", "version": "1.0.0" }, "items": [ { "info": { "name": "Captures", "type": "folder" }, "items": [ { "info": { "name": "Capture a pre-authorised transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.teya.com/v1/transactions/:id/capture", "headers": [ { "name": "Idempotency-Key", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The transaction ID of the pre-authorisation to capture" } ], "body": { "type": "json", "data": "{}" } }, "docs": "API to capture a previously pre-authorised transaction.\n

Usage notes:\n\n
Access Token Required scope: captures/create\n" } ] } ], "bundled": true }