latestSwagger 2.02026-08-20196638916.1 KB

23d8982b533d

General.Tink Link.Session

Create a session

You can optionally use a session to configure certain aspects of the Tink Link flow for a specific user (such as securely pre-filling information or configuring specific behaviors). A session is one-time use only and has a lifetime of 10 minutes.

post/link/v1/session

Request body

externalReferencestring

The external reference identifier to be included in the report when using report based products. Maximum length of 50 characters.

merchantIdstring

Used when fetching themes/configuration for given merchant.

personalIdentifierstring

The personal identifier to be pre-filled in username or social security number forms.

sourceAccountNumberstring

The source account to be used in the payment flow (applicable for specific PSD2 providers).

Response

A successful response.

sessionIdstring

Example response

{
  "sessionId": "bc97e81618494735acba64de1cfb1cbf3bbe56516c8b4e8cb8d167243b8db62e"
}