"Missing transactionId"
Closed this issue · 2 comments
sebbekarlsson commented
I'm getting "Missing transactionId" in the catch function using this:
avanza.authenticate({
personnummer: personNumber
}).then(isOk => {
doSomething();
}).catch((e) => { console.log(e) });
codler commented
It works for me, did you enter a valid personNumber , 12digits?
sebbekarlsson commented
@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