We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
result_inquiries
null
"result_inquiries": [ { "payment": { "amount": null, "counterparty_alias": null, "description": null, "attachment": null, "merchant_reference": null, "allow_bunqto": null, "id": null, "created": null, "updated": null, "monetary_account_id": null, "alias": null, "type": null, "sub_type": null, "bunqto_status": null, "bunqto_sub_status": null, "bunqto_share_url": null, "bunqto_expiry": null, "bunqto_time_responded": null, "batch_id": null, "scheduled_id": null, "address_shipping": null, "address_billing": null, "geolocation": null, "allow_chat": null, "request_reference_split_the_bill": null, "balance_after_mutation": null }, "bunq_me_tab_id": 12345 } ]
I have tested the same endpoint with bunqJSClient and there I do get the result_inquiries. Seems something goes wrong upon deserialization.
The text was updated successfully, but these errors were encountered:
Pull request #130 fixes this issue 👍
Sorry, something went wrong.
Pull request #130 merged. issue fixed. closing issue.
No branches or pull requests
Steps to reproduce:
result_inquiries
What should happen:
result_inquiries
should contain a list of paymentsWhat happens:
result_inquiries
contains one payment object where every property isnull
SDK version and environment
Extra info:
I have tested the same endpoint with bunqJSClient and there I do get the result_inquiries. Seems something goes wrong upon deserialization.
The text was updated successfully, but these errors were encountered: