bunq / sdk_python

Python SDK for bunq API
MIT License
106 stars 25 forks source link

Payment object has no request_reference_split_the_bill.id_ #122

Open wilmardo opened 4 years ago

wilmardo commented 4 years ago

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 so the requestInquery could be looked up.

What happens:

  1. _request_reference_split_the_bill.id_ is None

SDK version and environment

wilmardo commented 3 years ago

Just tested this again and still present on 1.14.1

wilmardo commented 3 years ago

@angelomelonas Is there another way to check if a payment has been split already?

angelomelonas commented 3 years ago

Hi @wilmardo,

Thank you for creating this issue. I will investigate this and get back to you as soon as possible.