[go: up one dir, main page]

[bank][boursorama] No ID (nor Category) for Coming transactions on Carte à débit différé

With which module do you encounter problems?

Woob bank boursorama

Describe the problem you encounter

When getting 'coming' transactions on an account type "Card" / 7, no Id is retrieved (value set by default to 'NotAvailable@boursorama' instead of a 32-char unique key identifier)

Paste here the stacktrace or error message you observe

No error message, only missing data :

Sample record returned: { "id": "NotAvailable@boursorama", "url": null, "date": "2022-09-01", "rdate": "2022-08-04", "vdate": null, "bdate": "2022-08-05", "type": 12, "raw": "CARTE 04/08/22 05 SAEM DES ECRINS", "category": null, "label": "05 SAEM DES ECRINS", "amount": "-48.00", "card": null, "commission": null, "gross_amount": null, "original_amount": null, "original_currency": null, "country": null, "original_commission": null, "original_commission_currency": null, "original_gross_amount": null, "investments": [] }

What are the steps to reproduce the problem?

woob bank list coming #AccountID

What woob version are you using?

Woob config v3.0 Copyright(C) 2010-2022 Christophe Benz, Romain Bignon

What module version are you using?

.------------------------------------------------------------------------------. | Module boursorama | +-----------------.------------------------------------------------------------' | Version | 202208081152 | Maintainer | Gabriel Kerneis gabriel@kerneis.info | License | LGPLv3+ | Description | Boursorama | Capabilities | CapContact, CapCredentialsCheck, CapCollection, CapBank, CapCurrencyRate, CapBankTransfer, CapTransfer, CapDocument, CapBankWealth, CapProfile, CapBankTransferAddRecipient | Installed | yes | Location | https://updates.woob.tech/3.0/main/boursorama.tar.gz | | | Configuration | login: Identifiant (default: ) | | password: Mot de passe (default: ) | | code: None | | request_information: None '-----------------'

How did you install woob?

pip

Additional info you'd like to mention

Latest update to module added the collection of 'Category' value when getting transaction history. Could be nice to get also category from boursorama when getting 'Coming' transactions.