Stripe.net login link

168 Views Asked by At

Hello I'm having trouble with stripe.net login link use with my connected Express accounts. The below code never throws an error but stops the view from ever loading, it just sits their acting like its trying to load. The account id matches a connected test account id my correct keys are in place. Im using VS 2017 and Stripe.net 11.10.0 (updated today hoping to resolve issue).

var loginLinkService = new StripeLoginLinkService();
StripeLoginLink loginLink = loginLinkService.Create(account.Id);
ViewBag.link = loginLink.Url;
0

There are 0 best solutions below