Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

191
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda