This represents your user connection attempt.
{
"id": "li_a6WUojQ2SjSSeFjH",
"object": "link_intent",
"widget_token": "li_a6WUojQ2SjSSeFjH_sec_Q802GD8ZLmMuK0Atl4ucJuLp",
"country": "cl",
"holder_type": "individual",
"product": "movements",
"mode": "live",
"exchange_token": "li_a6WUojQ2SjSSeFjH_exchange_token_5bgMY0PHd7NaUkboxXObu30HNhRqoc1Z",
"exchange_token_expires_at": "2022-12-01T02:20:12Z",
"created_at": "2022-12-01T01:50:12Z",
"status": "created"
}
Attribute | Type | Descritpion |
---|---|---|
id | string | Unique identifier for the Link Intent |
object | string | Identifier of the object type. Its value for Link Intent will always correspond to link_intent |
widget_token | string | Temporary token to configure the widget. This attribute is only returned when creating the Link Intent. After that, it will always be null |
country | string | ISO Code (Alpha-2) of the country. Currently only cl is supported |
holder_type | string | Indicates whether the account to be connected is an individual or a business |
product | string | Product that will be used with this connection. Currently only movements is supported |
mode | string | Indicates whether the Link Intent is in live mode or test mode. Currently only live is supported |
exchange_token | string | Temporary token that can be used to retrieve Link information when your user connection is succceeded |
exchange_token_expires_at | string | When the exchange_token will expire |
created_at | string | When the Link Intent was created |
status | string | Link Intent current status. |