• Resolved ltwmaster

    (@ltwmaster)


    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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author mlfactory

    (@mlfactory)

    Hello,

    no notification url is needed.

    Klarna send a POST request with the status of the payment to your server/host/shop.

    Cheers, Michael

    Thread Starter ltwmaster

    (@ltwmaster)

    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

    Plugin Author mlfactory

    (@mlfactory)

    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

    Plugin Author mlfactory

    (@mlfactory)

    Marked as resolved.

    If you have any questions feel free to ask here.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Notification URL’ is closed to new replies.