bunq / sdk_php

PHP SDK for bunq API
MIT License
83 stars 54 forks source link

GET request made by AttachmentMonetaryAccountContent::listing() is not allowed (405). #209

Open s0wa opened 3 years ago

s0wa commented 3 years ago

Steps to reproduce:

  1. Make a payment with an attachment (Payment::create)
  2. Get payment with the attachment (Payment::get)
  3. Get attachment id
  4. Get the raw attachment content (AttachmentMonetaryAccountContent::listing)

What should happen:

  1. According to the documentation the raw content of a specific attachment should be returned.

What happens:

  1. HTTP Response Code: 405, Error message: Method "GET" is not supported.

Traceback

SDK version and environment

Response id

Extra info: