sdk_php icon indicating copy to clipboard operation
sdk_php copied to clipboard

PHP SDK for bunq API

Results 30 sdk_php issues
Sort by recently updated
recently updated
newest added

We are deprecating the following `DraftShareInvite` endpoints: - `/user/{userID}/draft-share-invite-bank/` - `/user/{userID}/draft-share-invite-bank/{itemId}` - `/user/{userID}/draft-share-invite-bank/{draft-share-invite-bankID}/qr-code-content` Instead of using the endpoints above, developers should now use OAuth.

deprecation

## Steps to reproduce: 1. ```$allTreeProgress = TreeProgress::listing([]);``` ## What should happen: 1. Get some return values. ## What happens: 1. Only get NULL. ## SDK version and environment -...

bug

Currently it is not possible to search or filter Payments. The advise is: "fetch all Payments and perform searching locally". As the amount of Payments is increasing every month, this...

So my logic to handle the API context and keep it up-to-date is as follows: ```php public static function loadApiContext() { $filePath = BUNQ_API_CONTEXT_PATH; if (!static::validateExistingContext($filePath)) { $apiContext = ApiContext::createForPsd2(...

## Steps to reproduce: 1. Create a payment using `Payment::create` or its constructor ## What should happen: 1. The `counterPartyAlias` argument should accept a `LabelMonetaryAccount` object ## What happens: 1....

## Steps to reproduce: I'm using this code: ```PHP $mastercardActions = MasterCardAction::listing($monetaryAccountId)->getValue(); $mastercardActionId = $mastercardActions[0]->getId(); $mastercardActionAttachments = NoteAttachmentMasterCardAction::listing($mastercardActionId,$monetaryAccountId)->getValue(); ``` But it's returning this error: ``` Fatal error: Uncaught TypeError: Argument...

The CURLOPT_PINNEDPUBLICKEY is not supported on older CURL versions but it's hardcoded to be used. Sadly cannot upgrade CURL on short-term in this case, but in all tags compatible with...

I realize that the PHP sdk consists mostly of generated code, that is not what this is about. There are a lot of open issues that seem to get no...

## Steps to reproduce: 1. changing php version to 8.0 from 7.4 ## What should happen: 1. natuarally it should create the apiContext and continue processing ## What happens: 1....

## Steps to reproduce: 1. Run PhpStorm code inspection ## What should happen: 1. Get a minimal amount of errors (0-10), warnings (20-100) and weak warnings (100-300) ## What happens:...