• Resolved muleque

    (@muleque)


    The plugin works quite well except for Klarna payments. Half of the customers get their payment canceled after actually having pressed the pay button and getting a positive notice. Stripe cant see the payment it’s only visible in the woocomerce store with status canceled.

    Details:
    Customers are redirected to the Klarna UI where they put their details and finally finish their transaction. They even get a positive feedback. Anyway the Klarna site freezes and does not return to my site. Support ment that maybe the redirection link is not correctly set and I should contact plugin support. Here I am.
    Any advice?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @muleque,

    Have you configured the webhook per the plugin documentation? The webhook is necessary to ensure Stripe can notify your site when the Klarna source can be charged. That is a fail safe in case your customers exit the redirect flow before the payment can be completed.

    Kind Regards,

    Thread Starter muleque

    (@muleque)

    Hi,

    no…i dont think so. Just installed the plugin? any documentation/tutorial?

    PS: fastest support ever, better than any livechat ^^

    Best Muleque

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @muleque

    If you navigate to the API Settings page of the plugin and scroll down to the webhook section there is a link to the webhook guide.

    Also each settings page has a documentation link at the top of the page.

    Kind regards,

    HambiRas

    (@fmsgroup)

    Hello @mrclayton

    I have just noticed that i have not added the webhook so i did now, but i have a multidomain setup i added it for the .com domain, will it work if payments were made on the .se domain?

    Its not a multisite setup, they share the same backend, just multilingual.

    I can add Webhookv for every domain on stripe dashboard but on the plugin, it can be added only for one domain.

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @fmsgroup,

    You just need one webhook since they share the same backend.

    Kind Regards,

    Thread Starter muleque

    (@muleque)

    I adjusted the webhook as proposed in your first reply. However, today I got another cancelled payment. Same as before. Credit card works perfectly fine.
    Any other suggestions?

    Best
    Muleque

    Plugin Author Payment Plugins

    (@mrclayton)

    Hi @muleque

    Did you confirm that the webhook was configured properly by performing a webhook test in the Stripe dashboard? You can also
    Check for any webhook delivery failures in the Stripe webhook logs.

    This still looks to me like a webhook issue. What happens is the order has a pending payment status and since the webhook doesn’t receive the event, the order never gets set to processing/completed. A pending order is automatically cancelled by WooCommerce after a certain amount of time.

    What url did you configure as your webhook?

    Kind regards,

    Thread Starter muleque

    (@muleque)

    Thanks for your help.
    I performed the connection-test in the stripe-plugin. Is that what you mean?
    When on the webhook on the stripte page (not the plugin) there is no error.

    my webhook url is: https://my-site.at//wp-json/wc-stripe/v1/webhook

    using: payment_intent.succeeded, charge_refunded, charge.failed, charge.succeeded, source.chargeable.

    The thing is, that stripe does not show anything about this payment. Everything looks just fine. But the transaction does not appear in stripe. Also, just 2 hours earlier another customer used Klarna and had no problem with the payment.

    Best
    Muleque

    Thread Starter muleque

    (@muleque)

    update: I just saw when I test the connection from the stripe plugin I can see an error in the stripe logs saying: missing parameter – type.
    That looks like a problem to me. what now?

    Best Muleque

    Plugin Author Payment Plugins

    (@mrclayton)

    Are you using some kind of plugin that bypasses the checkout?

    I’ve seen where some plugins actually redirect the customer to the thank you page before the payment can be processed.

    Can you reach out to me via the support help button in the plugin? This doesn’t look like an issue with the Stripe plugin.

    Kind regards,

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Klarna fails on half of the payments’ is closed to new replies.