View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0007900 | module PayPal Checkout | module PayPal checkout - sub | public | 2026-02-24 11:15 | 2026-02-26 14:36 |
| Reporter | d3 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | assigned | Resolution | open | ||
| Product Version | 2.6.5 / 3.5.3 | ||||
| Target Version | 2.7.1 / 3.6.1 | ||||
| Summary | 0007900: Admin Order - Tab PayPal Checkout - Exceptions | ||||
| Description | In some cases we get an exeception on open the "PayPal Checkout" tab. It occurs when the order is not finished. [2026-02-24 11:05:41] OXID Logger|shp-1|backend.ERROR: GET https://api.paypal.com/v2/checkout/orders/918238162V3929ABC returned: 404 Not Found Returned Message: The specified resource does not exist. Error Details: [{"issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}] Response: {"name":"RESOURCE_NOT_FOUND","debug_id":"2921a1aa4369a","links": [{"href":"https:\/\/developer.paypal.com\/api\/rest\/reference\/orders\/v2\/errors\/#INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]} The following curl request could be used to simulate a similar request: curl -v -X GET "https://api.paypal.com/v2/checkout/orders/918238162V3929ABC" -H "User-Agent: GuzzleHttp/7" -H "Host: api.paypal.com" -H "Content-Type: application/json" -H "PayPal-Partner-Attribution-Id: OXID_Cart_PPCP_fromv350" -H "PayPal-Request-Id: 182fc1688157b47b0e90e0366421ca6a" -H "Authorization: Bearer A21AAMPmQX-q4HZ5FcJJv5uQiBqjws3ZfmicJ3aW-PbJ0EcNeBuGH1C-1sKNWPLTpOBPFmH20wpihWzJTUYnyLge9z9H38N7g" ["[object] (OxidSolutionCatalysts\\PayPalApi\\Exception\\ApiException(code: 404): GET https://api.paypal.com/v2/checkout/orders/918238162V3929ABCreturned: 404 Not Found\nReturned Message: The specified resource does not exist.\nError Details: \n[{\"issue\":\"INVALID_RESOURCE_ID\",\"description\":\"Specified resource ID does not exist. Please check the resource ID and try again.\"}]\n\nResponse: \n{\"name\":\"RESOURCE_NOT_FOUND\",\"debug_id\":\"2921a1aa4369a\", \"links\":[{\"href\":\"https:\\/\\/developer.paypal.com\\/api\\/rest\\/reference\\/orders\\/v2\\/errors\\/#INVALID_RESOURCE_ID\", \"rel\":\"information_link\",\"method\":\"GET\"}]}\n\nThe following curl request could be used to simulate a similar request:\n \ncurl -v -X GET \"https://api.paypal.com/v2/checkout/orders/918238162V3929ABC\" -H \"User-Agent: GuzzleHttp/7\" -H \"Host: api.paypal.com\" -H \"Content-Type: application/json\" -H \"PayPal-Partner-Attribution-Id: OXID_Cart_PPCP_fromv350\" -H \"PayPal-Request-Id: 182fc1688157b47b0e90e0366421ca6a\" -H \"Authorization: Bearer A21AAMPmQX-q4HZ5FcJJv5uQiBqjws3ZfmicJ3aW-PbJ0EcNeBuGH1C-1sKNWPLTpOBPFmH20wpihWzJTUYnyLge9z9H38N7g\" at /home/abc/www.abc.de/vendor/oxid-solution-catalysts/paypal-client/src/Service/BaseService.php:59)"] {"uid":"d3d5863","sid":"op3oudo","file":"/home/abc/www.abc.de/vendor/oxid-esales/oxideshop-ce/source/Core/Exception/ExceptionHandler.php", "line":48,"class":"OxidEsales\\EshopCommunity\\Core\\Exception\\ExceptionHandler","function":"handleUncaughtException"} INSERT INTO `oscpaypal_order` (`OXID`, `OXSHOPID`, `OXORDERID`, `OXPAYPALORDERID`, `OSCPAYPALSTATUS`, `OSCPAYMENTMETHODID`, `OSCPAYPALTRANSACTIONID`, `OSCPAYPALTRANSACTIONTYPE`, `OSCPAYPALTRACKINGID`, `OSCPAYPALTRACKINGTYPE`, `OSCPAYPALPUIPAYMENTREFERENCE`, `OSCPAYPALPUIBIC`, `OSCPAYPALPUIIBAN`, `OSCPAYPALPUIBANKNAME`, `OSCPAYPALPUIACCOUNTHOLDERNAME`, `OXTIMESTAMP`) VALUES ('4d0a1f7797077063cfecd9e5820ddd0a', 1, '9a9de5b35c0892690b39a2ab6f4edb80', '918238162V3929ABC', 'CREATED', 'oscpaypal', '', 'capture', '', '', '', '', '', '', '', '2026-02-23 22:54:42'); D3 / MG | ||||
| Tags | No tags attached. | ||||
|
|
QA - es in oscpaypal_order change OXPAYPALORDERID -> Maintenance Mode execption.log: [2026-02-24 15:52:15] OXID Logger.ERROR: GET https://api.sandbox.paypal.com/v2/checkout/orders/12345678909876543 returned: 404 Not Found Returned Message: The specified resource does not exist. Error Details: [{"issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}] Response: {"name":"RESOURCE_NOT_FOUND","debug_id":"0f1e9aa4f6d5d","links":[{"href":"https:\/\/developer.paypal.com\/api\/rest\/reference\/orders\/v2\/errors\/#INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]} |