{ "opencollection": "1.0.0", "info": { "name": "FreshBooks REST Auth Payments API", "version": "2026-05-23" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Payments", "type": "folder" }, "items": [ { "info": { "name": "listPayments", "type": "http" }, "http": { "method": "GET", "url": "https://api.freshbooks.com/accounting/account/:accountId/payments/payments", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "FreshBooks account identifier (business account id)" } ] } }, { "info": { "name": "createPayment", "type": "http" }, "http": { "method": "POST", "url": "https://api.freshbooks.com/accounting/account/:accountId/payments/payments", "params": [ { "name": "accountId", "value": "", "type": "path", "description": "FreshBooks account identifier (business account id)" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }