{ "opencollection": "1.0.0", "info": { "name": "MAVRCK.IO Payment Account API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "PaymentAccount", "type": "folder" }, "items": [ { "info": { "name": "getInstancePaymentAccounts", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/payment-accounts" } }, { "info": { "name": "createPaymentAccount", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/payment-accounts", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getNetDepositsForPaymentAccounts", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/payment-accounts/net-deposits", "params": [ { "name": "paymentAccountIds", "value": "", "type": "query" } ] } }, { "info": { "name": "getPaymentAccountById", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/payment-accounts/:paymentAccountId", "params": [ { "name": "paymentAccountId", "value": "", "type": "path" } ] } }, { "info": { "name": "recordAccountingTransaction", "type": "http" }, "http": { "method": "POST", "url": "http://app.splashscore.com/v1/v1/payment-accounts/:paymentAccountId/transactions", "params": [ { "name": "paymentAccountId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "getStripeSupportedCurrencies", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/payment-accounts/info/supported-currencies" } }, { "info": { "name": "getInstanceInternationalCurrencies", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/payment-accounts/info/instance" } }, { "info": { "name": "getPaymentAccountByInstanceId", "type": "http" }, "http": { "method": "GET", "url": "http://app.splashscore.com/v1/v1/payment-accounts/instance/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path" } ] } }, { "info": { "name": "updateInstanceInternationalCurrency", "type": "http" }, "http": { "method": "PUT", "url": "http://app.splashscore.com/v1/v1/payment-accounts/instance/:instanceId", "params": [ { "name": "instanceId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updateTransactionAndRewardWin", "type": "http" }, "http": { "method": "PATCH", "url": "http://app.splashscore.com/v1/v1/payment-accounts/:paymentAccountId/transactions/:transactionId/reward-wins/:rewardWinId", "params": [ { "name": "paymentAccountId", "value": "", "type": "path" }, { "name": "transactionId", "value": "", "type": "path" }, { "name": "rewardWinId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updateTransaction", "type": "http" }, "http": { "method": "PATCH", "url": "http://app.splashscore.com/v1/v1/payment-accounts/:paymentAccountId/transactions/:transactionId", "params": [ { "name": "paymentAccountId", "value": "", "type": "path" }, { "name": "transactionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }