{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts PayoutsExport API", "version": "v1.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "PayoutsExport", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Export Payouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/payouts/export", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "startDate", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The start date query parameter." }, { "name": "endDate", "value": "2026-06-02T12:00:00Z", "type": "query", "description": "The end date query parameter." }, { "name": "payoutRequestIds.bankAccountIds", "value": "3", "type": "query", "description": "List of bank account ids to search for" }, { "name": "payoutRequestIds.states", "value": "Pending", "type": "query", "description": "List of {Flipdish.PublicModels.V1.Payouts.PayoutStatus} so search for" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Export Payouts via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/payouts/export)." }, { "info": { "name": "Flipdish Export Payout Stores", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/export", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "bankAccountId", "value": "500123", "type": "path", "description": "The bank account id path parameter." }, { "name": "payoutId", "value": "500123", "type": "path", "description": "The payout id path parameter." }, { "name": "storeIds", "value": "1", "type": "query", "description": "The store ids query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Export Payout Stores via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/export)." }, { "info": { "name": "Flipdish Export Payout Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/orders/export", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "bankAccountId", "value": "500123", "type": "path", "description": "The bank account id path parameter." }, { "name": "payoutId", "value": "500123", "type": "path", "description": "The payout id path parameter." }, { "name": "storeIds", "value": "1", "type": "query", "description": "The store ids query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Export Payout Orders via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/orders/export)." }, { "info": { "name": "Flipdish Export Payout Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/refunds/export", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "bankAccountId", "value": "500123", "type": "path", "description": "The bank account id path parameter." }, { "name": "payoutId", "value": "500123", "type": "path", "description": "The payout id path parameter." }, { "name": "storeIds", "value": "1", "type": "query", "description": "The store ids query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Export Payout Refunds via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/refunds/export)." }, { "info": { "name": "Flipdish Export Payout Chargebacks", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/chargebacks/export", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "bankAccountId", "value": "500123", "type": "path", "description": "The bank account id path parameter." }, { "name": "payoutId", "value": "500123", "type": "path", "description": "The payout id path parameter." }, { "name": "storeIds", "value": "1", "type": "query", "description": "The store ids query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Export Payout Chargebacks via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/chargebacks/export)." }, { "info": { "name": "Flipdish Export Payout Other Charges", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/othercharges/export", "params": [ { "name": "appId", "value": "500123", "type": "path", "description": "The app id path parameter." }, { "name": "bankAccountId", "value": "500123", "type": "path", "description": "The bank account id path parameter." }, { "name": "payoutId", "value": "500123", "type": "path", "description": "The payout id path parameter." }, { "name": "storeIds", "value": "1", "type": "query", "description": "The store ids query parameter." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Export Payout Other Charges via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/othercharges/export)." } ] } ], "bundled": true }