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

Getting attachments from payments #16

Open
adriaandotcom opened this issue Jul 26, 2021 · 1 comment
Open

Getting attachments from payments #16

adriaandotcom opened this issue Jul 26, 2021 · 1 comment

Comments

@adriaandotcom
Copy link

adriaandotcom commented Jul 26, 2021

I'm trying to use the API and did setup Postman to find out why my code isn't working. Unfortunately in Postman I get the same error.

When I do a request to this endpoint {{host}}/v1/user/{{user_id}}/monetary-account/{{monetary_account_id}}/payment/{{payment_id}}/note-attachment with a recent payment (in the Bunq app the payment has an attachment) I get an error:

Screenshot

The provided object does note support notes.

When I get the payment there is no issue. But somehow the attachments are not working correctly. Is there anything I can do to get the attachments from the API?

It only seems to work for payments that happen between my own Bunq monetary accounts.

@janssen-io
Copy link

janssen-io commented Dec 16, 2023

I also ran into this issue. I found this thread on Bunq Together that mentioned the note actually is not created on the payment but on the Mastercard Action instead.

Makes me wonder when we can use the endpoint on payments though...

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

3 participants
@adriaandotcom @janssen-io and others