{ "opencollection": "1.0.0", "info": { "name": "TSYS Issuing Platform Accounts Authorization API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Authorization", "type": "folder" }, "items": [ { "info": { "name": "Authorize Transaction", "type": "http" }, "http": { "method": "POST", "url": "https://issuing.api.tsys.com/v1/transactions/authorize", "body": { "type": "json", "data": "{}" } }, "docs": "Authorize a credit, debit, or prepaid card transaction without capturing. Returns an authorization code that can be used to capture the transaction later." }, { "info": { "name": "Process Sale", "type": "http" }, "http": { "method": "POST", "url": "https://issuing.api.tsys.com/v1/transactions/sale", "body": { "type": "json", "data": "{}" } }, "docs": "Process a combined authorization and capture (sale) transaction. Charges the card immediately for the full transaction amount." } ] } ], "bundled": true }