Hi bunq(ers),
I tried creating a bunqme tab with the PHP SDK (https://github.com/bunq/sdk_php/blob/develop/src/Model/Generated/Endpoint/BunqMeTab.php#L138) using both the API key and OAuth and found that this endpoint only works for API keys.
When using OAuth i get the following response:
HTTP Response Code: 400 The response id to help bunq debug: {some-bunq-debug-uuid} Error message: With this account it is only possible to sent a request to other bunq users. Upgrade your account or remove the recipient without bunq.
I already have a premium account and there is no preset receiving party (it's an open request) so the response message makes no sense.
I'd like to use this API call using solely OAuth for (obvious) security reasons. But clearly this is not possible right now...
My code implementation is pretty much the same as the bunq_pay (https://github.com/basst85/bunq_pay/blob/master/bunqPayRequest.php#L75) GIT repository from @Bastiaan.
Would it be possible to also include these requests within the OAuth scopes? Or is there another solution/workaround to still use the bunqme tab API (with fixed price and description etc...).
Thanks in advance!