smartstore / Smartstore

A modular, scalable and ultra-fast open-source all-in-one eCommerce platform built on ASP.NET Core 7
http://www.smartstore.com/
GNU Affero General Public License v3.0
1.16k stars 427 forks source link

PayPal - Sofortüberweisung #1011

Closed schraufi closed 7 months ago

schraufi commented 7 months ago

Hello, the PayPal payment Sofortüberweiung no longer works. I get the following error:

Smartstore.PayPal.Client.PayPalException: {"name":"NOT_AUTHORIZED","details":[{"issue":"PERMISSION_DENIED","description":"You do not have permission to access or perform operations on this resource."}],"message":"Authorization failed due to insufficient permissions.","debug_id":"3f53fcbddc557","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-PERMISSION_DENIED","rel":"information_link","method":"GET"}]} at Smartstore.PayPal.Client.PayPalHttpClient.ExecuteRequestAsync[TRequest](TRequest request, PayPalSettings settings, CancellationToken cancelToken) at Smartstore.PayPal.Client.PayPalHttpClient.CreateOrderAsync(OrderMessage orderMessage, CancellationToken cancelToken) at Smartstore.PayPal.Controllers.PayPalController.CreateOrderApmAsync(String orderGuid) at Smartstore.PayPal.Controllers.PayPalController.ConfirmOrder(String formData)

Lg, Alex

Michael-Herzog commented 7 months ago

Hi, the message says clearly you don't have the permissions. Please contact the PayPal support. Regards