plaid

Create a deposit switch token

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.

post/deposit_switch/token/create

Request body

client_idstring

Your Plaid API client_id. The client_id is required and may be provided either in the PLAID-CLIENT-ID header or as part of a request body.

secretstring

Your Plaid API secret. The secret is required and may be provided either in the PLAID-SECRET header or as part of a request body.

deposit_switch_idstring required

The ID of the deposit switch

Response

OK

deposit_switch_tokenstring required

Deposit switch token, used to initialize Link for the Deposit Switch product

deposit_switch_token_expiration_timestring required

Expiration time of the token, in ISO 8601 format

request_idstring required

A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

Changes