Skip to content

[bred] Adding CapDocument - listing and downloading bank statements

Woob Import requested to merge 227-bred-capdocument into master

We add this capability by implementing the following methods inside the module:

  • iter_subscription / get_subscription
  • iter_documents / get_document
  • download_document
  • iter_resources is amended

The following convention / compromise was decided for the format of ids:

  • Subscription ID: <idPM>.<account number>
  • Document ID : <Subscription ID>_<characters[82:] of document's idBRED, with leading '0's removed>

Closes #227 (closed)

Edited by ntome

Merge request reports