sdk_python
sdk_python copied to clipboard
Python SDK for bunq API
## Steps to reproduce: 1. Get an Payment object from the Events or Payment endpoint. ## What should happen: 1. The `_request_reference_split_the_bill` entity should have at least an `id_` defined...
I want to be able to lookup the category of an event. In the raw json the `additional_transaction_information` is available, but it is not in the serialized object. ## Steps...
I want to create an `ApiContext` /w all_permitted_ip to whitelist ## Steps to reproduce: 1. Create Sandbox user, type: Person at https://developer.bunq.com/portal/sandbox 2. Show API key, copy API key. 3....
## Steps to reproduce: 1. Create a API-context using the Python Tinker Lib for account A 2. Create a ShareInvideBankInquery from the main account from the current user to another...
Fix notification adapter.
## Steps to reproduce: 1. ```python from bunq.sdk.context.api_context import ApiContext from bunq.sdk.context.api_environment_type import ApiEnvironmentType from bunq.sdk.model.generated.object_ import Amount, NotificationFilterUrl from bunq.sdk.http.api_client import ApiClient from bunq.sdk.model.generated import endpoint from bunq.sdk.context.bunq_context import...
## Steps to reproduce: 1. `all_tree_progress = TreeProgress().list()` ## What should happen: 1. The returned `all_tree_progress` list should contain non-null values. ## What happens: 1. The returned `all_tree_progress` list contains...
## Steps to reproduce: I queried some data, going far back enough to hit the issue with my account: `endpoint.Event.list({"count": 50})` ## What should happen: If I don't go too...
## Steps to reproduce: 1. Request events with the endpoint.Event.list() 2. If an event has event.object_.Payment defined both the counterparty_alias.label_monetary_account and counterparty_alias.pointer are None Quick test code: ```python # Get...
It seems that the SDK can not handle the Travel (Credit) Card. That is, a 'CardDebit' field is expected in the JSON response, whereas for the Travel Card the field...