bunq/sdk_php

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

s0wa opened this issue · 0 comments

s0wa commented

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

  • Tested on 1.14.18
  • Sandbox
  • Production

Response id

  • Response id: db0d28d5-5c42-4bb3-b1d2-42054f851ef9

Extra info: