{ "opencollection": "1.0.0", "info": { "name": "Classy API (GoFundMe Pro) Authentication Transactions API", "version": "2.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Transactions", "type": "folder" }, "items": [ { "info": { "name": "Retrieve a transaction", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." }, { "name": "with", "value": "", "type": "query", "description": "Comma-separated list of related sub-resources to eager-load, e.g. items, source_tracking_codes, organization, member." } ] }, "docs": "Supports ?with=items and ?with=source_tracking_codes, confirmed against the official classy-org/postman-collections \"Fetch Multi-Item Order\" and \"Fetch Source Codes\" examples." }, { "info": { "name": "Update a transaction", "type": "http" }, "http": { "method": "PUT", "url": "https://api.classy.org/2.0/transactions/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." }, { "name": "with", "value": "", "type": "query", "description": "Comma-separated list of related sub-resources to eager-load, e.g. items, source_tracking_codes, organization, member." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a transaction" }, { "info": { "name": "List a transaction's line items", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/transactions/:id/items", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "List a transaction's line items" }, { "info": { "name": "List a transaction's acknowledgements", "type": "http" }, "http": { "method": "GET", "url": "https://api.classy.org/2.0/transactions/:id/acknowledgements", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ] }, "docs": "List a transaction's acknowledgements" }, { "info": { "name": "Send an acknowledgement for a transaction", "type": "http" }, "http": { "method": "POST", "url": "https://api.classy.org/2.0/transactions/:id/acknowledgements", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send an acknowledgement for a transaction" } ] } ], "bundled": true }