{ "opencollection": "1.0.0", "info": { "name": "Bakkt Crypto Solutions Accounts Partner Party Linking API", "version": "2.0" }, "items": [ { "info": { "name": "Partner Party Linking", "type": "folder" }, "items": [ { "info": { "name": "Link a Plaid account using processor token", "type": "http" }, "http": { "method": "POST", "url": "https://api.bakkt.com/partner/v1/partner/:partnerId/party/:partnerPartyRef/plaidAccount/link", "params": [ { "name": "partnerId", "value": "", "type": "path" }, { "name": "partnerPartyRef", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Send a processor token to link Plaid account" }, { "info": { "name": "Add Bank Account", "type": "http" }, "http": { "method": "POST", "url": "https://api.bakkt.com/partner/v1/partner/:partnerId/party/:partnerPartyRef/bankAccount", "params": [ { "name": "partnerId", "value": "", "type": "path" }, { "name": "partnerPartyRef", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add bank account details to a consumer account at Bakkt. Test Environment Use Only" }, { "info": { "name": "Unlink a fiat account", "type": "http" }, "http": { "method": "POST", "url": "https://api.bakkt.com/partner/v1/partner/:partnerId/party/:partnerPartyRef/fiatAccount/unlink", "params": [ { "name": "partnerId", "value": "", "type": "path" }, { "name": "partnerPartyRef", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Unlink a linked consumer fiat account" } ] } ], "bundled": true }