{ "opencollection": "1.0.0", "info": { "name": "Tamara Channel Partners Captures API", "version": "1.0.0" }, "items": [ { "info": { "name": "Captures", "type": "folder" }, "items": [ { "info": { "name": "Capture Order", "type": "http" }, "http": { "method": "POST", "url": "https://partner-api.tamara.co/payments/capture", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Perform a full or partial capture of an authorised order, confirming shipment or\nfulfilment of items to the customer. Status returned will be `fully_captured` or\n`partially_captured` based on the amount captured.\n" } ] } ], "bundled": true }