{ "opencollection": "1.0.0", "info": { "name": "GoFundMe Pro Payouts API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/oauth2/auth", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Payouts", "type": "folder" }, "items": [ { "info": { "name": "fetchPaypalStripePayouts", "type": "http" }, "http": { "method": "GET", "url": "https://pro.gofundme.com/api/2.0/organizations/:org_id/payouts/:payout_type", "params": [ { "name": "org_id", "value": "", "type": "path", "description": "The specified Organization ID of GoFundMe Pro" }, { "name": "payout_type", "value": "", "type": "path", "description": "The type of payout which can be either paypal or stripe" }, { "name": "payout_date", "value": "", "type": "query", "description": "The records of the specified date for payouts" }, { "name": "page", "value": "", "type": "query", "description": "Number of pages required in output of payouts" } ] }, "docs": "Fetch all payouts for a specific Organization on a given payout date" } ] } ], "bundled": true }