Create Link Token - Bank Income
POST https://{{env_url}}/link/token/create
Creates a link token with options. The link token can then be used to initialize Plaid Link.
Request Body
{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "user_token"=>"{{user_token}}", "client_name"=>"Insert Client name here", "country_codes"=>["US"], "language"=>"en", "user"=>{"client_user_id"=>"unique_user_id"}, "products"=>["income_verification"], "income_verification"=>{"income_source_types"=>["bank"], "bank_income"=>{"days_requested"=>365}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |