{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Stripe Payments API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "StripePayments", "type": "folder" }, "items": [ { "info": { "name": "configureStripeProviderAppToInstances", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/stripe/payment-providers/bulk-enable", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "createStripeConnectedAccount", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/stripe/accounts/create/:globalUserId", "params": [ { "name": "globalUserId", "value": "", "type": "path" }, { "name": "country", "value": "", "type": "query" } ] } }, { "info": { "name": "sendStripeOnboardingReminder", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/stripe/accounts/notification", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getStripeAccountsByGlobalUserIds", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/stripe/accounts/:globalUserIds", "params": [ { "name": "globalUserIds", "value": "", "type": "path" } ] } }, { "info": { "name": "getStripeAccountByGlobalUserId", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/stripe/accounts/account/:globalUserId", "params": [ { "name": "globalUserId", "value": "", "type": "path" } ] } }, { "info": { "name": "disconnectStripeAccountByGlobalUserId", "type": "http" }, "http": { "method": "DELETE", "url": "http://app.splashscore.com/v1/v1/stripe/accounts/:globalUserId/disconnect", "params": [ { "name": "globalUserId", "value": "", "type": "path" }, { "name": "country", "value": "", "type": "query" } ] } }, { "info": { "name": "deleteStripeAccountByGlobalUserId", "type": "http" }, "http": { "method": "DELETE", "url": "http://app.splashscore.com/v1/v1/stripe/accounts/:globalUserId/delete", "params": [ { "name": "globalUserId", "value": "", "type": "path" }, { "name": "country", "value": "", "type": "query" } ] } }, { "info": { "name": "getStripeExchangeRates", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/exchange-rates/stripe" } }, { "info": { "name": "getStripeTransfer", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/stripe/transfers/:uniqueTransferId", "params": [ { "name": "uniqueTransferId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }