{ "opencollection": "1.0.0", "info": { "name": "Plaid deposit switch/", "version": "2020-09-14_1.517.0" }, "items": [ { "info": { "name": "Plaid", "type": "folder" }, "items": [ { "info": { "name": "Plaid Create a deposit switch", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/deposit_switch/create", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint creates a deposit switch entity that will be persisted throughout the lifecycle of the switch." }, { "info": { "name": "Plaid Create a deposit switch token", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/deposit_switch/token/create", "body": { "type": "json", "data": "{}" } }, "docs": "In order for the end user to take action, you will need to create a public token representing the deposit switch. This token is used to initialize Link. It can be used one time and expires after 30 minutes.\n" }, { "info": { "name": "Plaid Retrieve a deposit switch", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/deposit_switch/get", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint returns information related to how the user has configured their payroll allocation and the state of the switch. You can use this information to build logic related to the user's direct deposit allocation preferences." }, { "info": { "name": "Create a deposit switch without using Plaid Exchange", "type": "http" }, "http": { "method": "POST", "url": "https://production.plaid.com/deposit_switch/alt/create", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint provides an alternative to `/deposit_switch/create` for customers who have not yet fully integrated with Plaid Exchange. Like `/deposit_switch/create`, it creates a deposit switch entity that will be persisted throughout the lifecycle of the switch." } ] } ], "bundled": true }