Bastiaan

Results 7 issues of Bastiaan

Check: https://together.bunq.com/d/22119-different-vendor-icons-in-desktop-and-mobile bunqDesktop application uses ``MasterCardAction.counterparty_alias.avatar.image`` from the API response (of the ``mastercard-action`` endpoint) , which not always contains an avatar. The image/avatar is sometimes only available in the ``Event.additional_transaction_information.avatar.image``...

Type: Bug

As of today it's possible to download note attachments via the attachment endpoint: /user/{user_id}/attachment/{attachment_id}/content You can get the attachment id via the note-attachment endpoints.

Type: Enhancement

It's possible to create the payment statement by performing a POST to /user/{user_id}/monetary-account/{monacc_id}/event/{event_id}/statement After creation you can download the PDF statement: GET /user/{user_id}/monetary-account/{monacc_id}/event/{event_id}/statement/{statement_id}/content

Type: Enhancement

Mastercard card authorisations are now visible and looks like normal card payments, maybe an idea to hide them in the overview? The authorisation_type=ACCOUNT_STATUS and amounts are always 0.00

Type: Enhancement

## Steps to reproduce: I'm using this code: ```PHP $mastercardActions = MasterCardAction::listing($monetaryAccountId)->getValue(); $mastercardActionId = $mastercardActions[0]->getId(); $mastercardActionAttachments = NoteAttachmentMasterCardAction::listing($mastercardActionId,$monetaryAccountId)->getValue(); ``` But it's returning this error: ``` Fatal error: Uncaught TypeError: Argument...

The menu does not collapse. It does work when i'm on the "Home" page.

bug

Why use a external webservice? What if api.sycade.com has a autage or responds slowly? (What is unlikely, but possible :smile:) You can locally use ReportLab, check this: https://docs.djangoproject.com/en/1.11/howto/outputting-pdf/

enhancement
help wanted