Sander van Hooft
Sander van Hooft
Settlement.periods.invoiceId refers to Invoice with partner commissions instead of transaction costs
At first glance it indeed seems to be a bug, Mollie is looking into it. Thanks for reporting!
Can you dump the mandate contents here?
Right now my best guess is the testmode parameter should not be set on the request body (bug in revoke method). Also, it should already be included on the self...
@willemstuursma can you weigh in on this?
Mollie is investigating it on their end.
> Possible solutions are accepting the testmode in the URL or the library should strip of this testmode=true for this specific endpoint. Discussed it with @willemstuursma , primary part of...
Looking into it, writing a whole new set of integration tests for this. @bobbybouwmann consider using this for now (confirmed to work): ```php $customer->revokeMandate($mandate->id); ```
Integration tested all(!) endpoints with OAuth (Organization Access Token) today. 😅 The goal was to find out what calls are breaking with OAuth, or could do without having to pass...
☝️ @willemstuursma I'll release the PR tomorrow. Let me know if you need my help on the above.
Additionally, Order Line PATCH will require some API changes as well: - include `self` link on OrderLine Resource - include `mode` on OrderLine Resource