You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a API-context using the Python Tinker Lib for account A
Create a ShareInvideBankInquery from the main account from the current user to another user using the method endpoint.ShareInviteBankInquery.create from the python SDK
Create a API-context using the Python Tinker Lib for account B
Get the list of outstanding PENDING requests using the method endpoint.ShareInviteBankResponse.list from the python SDK
What should happen:
In step 4, the result should contain a list of Pending ShareInviteBankResponse objects, identified by the draft_share_invite_bank_id.
What happens:
While the list of Pending Responses is returned, the draft_share_invite_bank_id has value 'None'.
Since no ID is known, it is not possible to accept the pending request.
I work at bunq and am currently reviewing the bunq API docs, open issues and SDK’s and came across your issue. I know it’s been open for a while, and I’d love to understand how it’s impacting you. Beyond the obvious -fixing this issue-, what else could we do to improve your experience with our API?
If you want to share your thoughts on how we can improve on our public API:
📅 I'd love to schedule a 15 minute interview to understand your needs through: Calendly
💬 Or if you don't have time for a call, you can give us some general feedback through this form
Your feedback will go straight to our product team! 🚀
Steps to reproduce:
Create a API-context using the Python Tinker Lib for account A
Create a ShareInvideBankInquery from the main account from the current user to another user using the method endpoint.ShareInviteBankInquery.create from the python SDK
Create a API-context using the Python Tinker Lib for account B
Get the list of outstanding PENDING requests using the method endpoint.ShareInviteBankResponse.list from the python SDK
What should happen:
What happens:
Since no ID is known, it is not possible to accept the pending request.
Traceback
Printed Object Example:
SDK version and environment
Response id
Extra info:
The text was updated successfully, but these errors were encountered: