codler/avanza-api

"Missing transactionId"

Closed this issue · 2 comments

I'm getting "Missing transactionId" in the catch function using this:

avanza.authenticate({
     personnummer: personNumber
 }).then(isOk => {
     doSomething();
 }).catch((e) => { console.log(e) }); 

It works for me, did you enter a valid personNumber , 12digits?

@codler
Yes I did use a valid personNumber, formated as "XXXXXX-XXXX"

I would also like to mention that I tried to use this within a react-native application for android