{ "opencollection": "1.0.0", "info": { "name": "Public Account Pairing Endpoints Finance Endpoints API", "version": "v1" }, "items": [ { "info": { "name": "Finance Endpoints", "type": "folder" }, "items": [ { "info": { "name": "Otter Post Financial Transactions", "type": "http" }, "http": { "method": "POST", "url": "https://{public-api-url}/finance/v1/financial-transactions", "headers": [ { "name": "X-Store-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Post financial data related to a given order." }, { "info": { "name": "Otter Post a Financial Invoice", "type": "http" }, "http": { "method": "POST", "url": "https://{public-api-url}/finance/v1/financial-invoices", "headers": [ { "name": "X-Store-Id", "value": "" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/v1/auth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Post a financial invoice containing payout and financial data for orders in a given period of time." } ] } ], "bundled": true }