You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe documentation about is wrong because I'm not getting a 200 HTTP status, but 204 with empty content, and the stored payment has been successfully deleted.
But, because result is empty, it raises error in handleCurlError.
Thanks a lot for reaching out to us and bringing this issue to our attention. We just added support for REST requests and did indeed not account for this empty response bodies for delete requests :) I opened a PR to fix this issue.
Calling
deleteStoredPaymentMethods
return aConnectionException
with messageProbably your Web Service username and/or password is incorrect
.adyen-php-api-library/src/Adyen/HttpClient/CurlClient.php
Lines 154 to 160 in bcb1198
Maybe documentation about is wrong because I'm not getting a 200 HTTP status, but 204 with empty content, and the stored payment has been successfully deleted.
But, because result is empty, it raises error in
handleCurlError
.Documentation reference: https://docs.adyen.com/api-explorer/Checkout/70/delete/storedPaymentMethods/_recurringId_
The text was updated successfully, but these errors were encountered: