{ "opencollection": "1.0.0", "info": { "name": "Flipdish API - Apps Accounts Payouts 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": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "Flipdish Get Payout", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId", "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." } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.flipdish.co/identity/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Get Payout via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId})." }, { "info": { "name": "Flipdish Get Payout Summaries", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/payouts/summaries", "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": "Get Payout Summaries via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/payouts/summaries)." }, { "info": { "name": "Flipdish Get Payouts", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/payouts", "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": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit 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": "Get Payouts via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/payouts)." }, { "info": { "name": "Flipdish Get Payout Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/orders", "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": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query 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": "Get Payout Orders via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/orders)." }, { "info": { "name": "Flipdish Get Payout Refunds", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/refunds", "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": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query 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": "Get Payout Refunds via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/refunds)." }, { "info": { "name": "Flipdish Get Payout Chargebacks", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/chargebacks", "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": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query 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": "Get Payout Chargebacks via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/chargebacks)." }, { "info": { "name": "Flipdish Get Payout Other Charges", "type": "http" }, "http": { "method": "GET", "url": "https://api.flipdish.co/api/v1.0/:appId/bankaccounts/:bankAccountId/payouts/:payoutId/othercharges", "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": "page", "value": "1", "type": "query", "description": "The page query parameter." }, { "name": "limit", "value": "1", "type": "query", "description": "The limit query 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": "Get Payout Other Charges via the Flipdish Open API v1.0 (GET /api/v1.0/{appId}/bankaccounts/{bankAccountId}/payouts/{payoutId}/othercharges)." } ] } ], "bundled": true }