{ "opencollection": "1.0.0", "info": { "name": "Global Payments Unified Payments Disputes Transactions API", "version": "1.0" }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "List transactions", "type": "http" }, "http": { "method": "GET", "url": "https://apis.globalpay.com/transactions", "params": [ { "name": "startDate", "value": "", "type": "query", "description": "Filter transactions from this date." }, { "name": "endDate", "value": "", "type": "query", "description": "Filter transactions up to this date." }, { "name": "status", "value": "", "type": "query", "description": "Filter by transaction status." } ] }, "docs": "Retrieves a list of payment transactions with filtering by date range, status, and payment method." }, { "info": { "name": "Create a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://apis.globalpay.com/transactions", "body": { "type": "json", "data": "{}" } }, "docs": "Initiates a new payment transaction including authorization, sale, or pre-authorization." } ] } ], "bundled": true }