WPIntell

Source evidence

Notification URL

Sofortueberweisung Gateway for Woocommerce · support · 2020-03-25T13:26:00+00:00

mixedsentiment
highseverity
0.88relevance
5replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

10 / 35 rows with source links

28.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

25 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
ltwmaster resolved
Hello 🙂 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.

Comments

5 shown
mlfactory 2020-03-28T23:04:00+00:00

Hello, no notification url is needed. Klarna send a POST request with the status of the payment to your server/host/shop. Cheers, Michael

ltwmaster 2020-03-31T20:33:00+00:00

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

yournet 2020-04-02T13:06:00+00:00

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

mlfactory 2020-04-14T08:51:00+00:00

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

mlfactory 2020-09-24T13:51:00+00:00

Marked as resolved. If you have any questions feel free to ask here.