Create Link Token - Payment Initiation

POST https://{{env_url}}/link/token/create

Creates a link token with options. The payment_id from Create Payment is passed with the creation of the link token. The link token can then be used to initialize Plaid Link.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "client_name"=>"Insert Client name here", "country_codes"=>["GB"], "language"=>"en", "user"=>{"client_user_id"=>"unique_user_id"}, "products"=>["payment_initiation"], "payment_initiation"=>{"payment_id"=>"{{payment_id}}"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring