Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

190
Visualizações
Plaid linktoken and expiration are null in live server

I tried running this locally, and it works perfectly fine, but on the live server, there's no exception thrown and it returns linktoken and exception null.

public async Task<CreateLinkTokenResult> GetPlaidLinkToken()
{
    var linkToken = await _client.CreateLinkToken(new CreateLinkTokenRequest()
    {
        ClientId = _clientId,
        Secret = _secret,
        User = new CreateLinkTokenRequest.UserInfo
        {
            ClientUserId = _userContext.CurrentUser.UserId,

        },
        CountryCodes = new[] { "US" },
        ClientName = "TestClient",
        Products = new[] { "transactions" }
    });
    return new CreateLinkTokenResult
    {
        Expiration = linkToken.Expiration,
        LinkToken = linkToken.LinkToken
    };
}
{
  "data": {
    "linkToken": null,
    "expiration": null
  },
  "exception": null,
  "errorMessage": "",
  "statusCode": 200
}

This is the response I get in the live server: This is the response I get in the live server

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Very weird. This is a bit of a guess, but have you considered contacting the author of the SDK you're using? I noticed you tagged this with C# and .NET, which have community (unofficial) SDK support. According to our API documentation the link_token and expiration responses from /link/token/create are not nullable, so it should never be possible to get the results you're seeing from the API, which makes me think that potentially the problem could be happening at the SDK layer. Does the issue still happen if you don't use an SDK and just make raw POST requests?

If that doesn't resolve your problem, please feel free to file a Plaid support ticket.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda