{ "opencollection": "1.0.0", "info": { "name": "Affirm Checkout Authorization Transaction Events API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Transaction Events", "type": "folder" }, "items": [ { "info": { "name": "Affirm List Transaction Events", "type": "http" }, "http": { "method": "GET", "url": "https://api.affirm.com/api/v1/transaction_events", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return per page." }, { "name": "cursor", "value": "", "type": "query", "description": "Pagination cursor returned from a previous list response." } ] }, "docs": "Returns a paginated list of transaction event records for the authenticated merchant. Each event documents a change in a transaction's lifecycle, such as an authorization, capture, refund, or void. Events include timestamps, amounts, fees, and reference identifiers for reconciliation." } ] } ], "bundled": true }