Skip to content

PublicToken via LinkToken #62

Open
@yogirajshakya

Description

I successfully generated link token via CreateLinkTokenRequest.
Now, I am trying to get a public token via CreatePublicTokenRequest, so that i can get an access token via ExchangeTokenRequest.
But, I am getting error "ErrorMessage = "This endpoint has been discontinued as of version '2020-09-14' of the API." in CreatePublicTokenRequest.
And in the parameters of CreatePublicTokenRequest, it is taking expecting AccessToken instead of LinkToken

var response = await client.CreatePublicTokenAsync(new Acklann.Plaid.Management.CreatePublicTokenRequest
{
ClientId = clientId,
Secret = clientSecret,
AccessToken = linkToken
});

Could anyone please help on this?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions