bunqCommunity / bunqDesktop

The unofficial, free and open source desktop application for the bunq API
https://bunqdesk.top
MIT License
272 stars 52 forks source link

Not all Virtual Cards visible #497

Closed djohannes closed 5 years ago

djohannes commented 5 years ago

The new update is amazing again, but I have some problems with the new virtual cards support:

  1. I only see one of it and when I change the account of it, it doesn't change the account of any of my virtual cards.
  2. And it has a name I'm not even using anymore, it's the name of my first virtual card that I removed. Is this maybe a issue at bunq itself?
Crecket commented 5 years ago

This is an issue with the API. I'll leave this up for people to see though.

Basically the virtual card is 1 card but with multiple numbers and names. So the public endpoint is only showing the first virtual card at the moment.

basst85 commented 5 years ago

The virtual cards (online cards) are now available via the API. They are in the "primary_account_numbers_virtual" object of the CardDebit response (card endpoint). When type=MASTERCARD_VIRTUAL

Crecket commented 5 years ago

Fixed in 0d1e892000523b1affdffd164c0bc9efaa88d50f

image