Skip to content
New issue

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

BunqMeTab result_inquiries empty #129

Closed
1 of 2 tasks
bluewalk opened this issue Sep 12, 2019 · 2 comments
Closed
1 of 2 tasks

BunqMeTab result_inquiries empty #129

bluewalk opened this issue Sep 12, 2019 · 2 comments

Comments

@bluewalk
Copy link

bluewalk commented Sep 12, 2019

Steps to reproduce:

  1. Create a BunqMeTab
  2. Make a payment on this tab (iDEAL)
  3. Query the Tab via the api and check result_inquiries

What should happen:

  1. result_inquiries should contain a list of payments

What happens:

  1. result_inquiries contains one payment object where every property is null

SDK version and environment

  • Tested on 1.12.0
  • Sandbox
  • Production

Extra info:

 "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.

@bluewalk bluewalk changed the title BunqMeTab inquiries empty BunqMeTab result_inquiries empty Sep 12, 2019
@bluewalk
Copy link
Author

Pull request #130 fixes this issue 👍

@andrederoos
Copy link
Contributor

Pull request #130 merged. issue fixed. closing issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants