KonektOU / estonian-banklinks-for-woocommerce

Extends WooCommerce with most commonly used Estonian payment gateways.
https://wordpress.org/plugins/estonian-banklinks-for-woocommerce/
15 stars 3 forks source link

Coop payment returns as Ebaõnnestunud #20

Open Oraverik opened 4 years ago

Oraverik commented 4 years ago

Is anyone else having this issue? Private kaya nd public are correct but payments come back as failed, after client actually paid and the money was transferred.

"VK_RETURN"="https://keisser.ee/wc-api/WC_Banklink_Krediidipank_Gateway/" - This is the return address the bank told it was leading back to.

RistoNiinemets commented 4 years ago

If keisser.ee is the shop URL, then the return address is correct indeed. You could check out your server's access.log, to see if anything came back from the bank, and also turn on WP_DEBUG_LOG so that the plugin could write outgoing and incoming requests to logs.

There have been cases when the bank's return request is over an hour after the client went to pay, but WooCommerce will cancel those orders (release products) if I remember correctly.