walle89 / SwedbankJson

Unofficial API client for the Swedbank's and Sparbankerna's mobile apps in Sweden.
MIT License
75 stars 14 forks source link

Creditcards not showing #48

Open CirruZZ opened 2 years ago

CirruZZ commented 2 years ago

I have seen it for a while but haven't had time to investigate. Befor your creditcards got listed when using accountList

Now the response is empty

    [cardAccounts] => Array
        (
        )

Anyone else experienced the same?

walle89 commented 2 years ago

For me it’s empty, but that’s because I don’t have credit or debit card with Swedbank today. I also checked the response samples in the documentation, it’s also empty: https://github.com/walle89/SwedbankJson/blob/master/docs/response_samples.md#account-list

CirruZZ commented 2 years ago

... I also checked the response samples in the documentation, it’s also empty: https://github.com/walle89/SwedbankJson/blob/master/docs/response_samples.md#account-list

Yes, I saw that to. I guess the only way to find out is to investigate the communication but right now I haven't proxy set up.