bunq\Exception\ForbiddenException: HTTP Response Code: 403 The response id to help bunq debug: e48bce51-ace9-4f2e-a92a-bdf1fd852706 Error message: Insufficient authentication.
Dan Hi!
When exactly do you get this error? When using which API endpoint?
Bastiaan We are calling the Method - bunq\Context\BunqContext::loadApiContext($apiContext); We are using the sdk_php
Dan Is the IP of the server added to the "Permitted IPs" array when creating the API context? And do you also get the error when you create a new API context with ApiContext::create() ?
ApiContext::create()
Thanks, solved