Conversation
supportHello 🙂 could you please let me know what the correct URL is the notification from Klarna/Sofort to mark the payment as “payed”? To get the Order marked as Payed I need this URL. Thank you and Cheers
Hello, no notification url is needed. Klarna send a POST request with the status of the payment to your server/host/shop. Cheers, Michael
Hi Michael, so it is not a Sofort Notification? So far any transactions I did havent been confirmed, also it seems like they want a url for the notification – should I just enter the URL of the shop? Cheers
Hello, same problem here. In our sofort.com dashboard we see that POST request is confirmed But our shop doesn’t change order status. What can we do? Best regards
Hey, you mean https://www.sofort.com/payment/notifications/ ? You have to set your site url under “Base Settings” -> Website. Under Notification – you have nothing to enter. In the Plugin Code looks like this: $Sofortueberweisung->setNotificationUrl(get_site_url()); And Success URL: $Sofortueberweisung->setSuccessUrl($this->get_return_url( $order ).'&transId=-TRANSACTION-', true); So you dont need setup a notification… Cheers, Michael
Marked as resolved. If you have any questions feel free to ask here.
Hello, no notification url is needed. Klarna send a POST request with the status of the payment to your server/host/shop. Cheers, Michael
Hi Michael, so it is not a Sofort Notification? So far any transactions I did havent been confirmed, also it seems like they want a url for the notification – should I just enter the URL of the shop? Cheers
Hello, same problem here. In our sofort.com dashboard we see that POST request is confirmed But our shop doesn’t change order status. What can we do? Best regards
Hey, you mean https://www.sofort.com/payment/notifications/ ? You have to set your site url under “Base Settings” -> Website. Under Notification – you have nothing to enter. In the Plugin Code looks like this: $Sofortueberweisung->setNotificationUrl(get_site_url()); And Success URL: $Sofortueberweisung->setSuccessUrl($this->get_return_url( $order ).'&transId=-TRANSACTION-', true); So you dont need setup a notification… Cheers, Michael
Marked as resolved. If you have any questions feel free to ask here.