Hi,
does the last update (2.0.0) fix HPP end of life?
Best Regards
Sebastian Wei?
from https://lightweb-media.de
Hello
We are considering switching from Stripe to Adyen but we have several questions:
1- Is this the official Adyen plugin for woocommerce?
2- We have a complex site with a subscription system and tokens linked to Stripe already registered for stripe renewals.
2.a – Does your module handle woocommerce subscriptions?
2.b – Is it possible to transfer Stripe payment tokens to Adyen to avoid losing our current subscriptions?
Overall, have you ever had customers in our case (active subscriptions) who switched from Stripe to Adyen?
Please note that we do not use the Stripe subscription system, everything is managed on our wordpress/wocoommerce
Thank you
Regards
Hi, Can we implement Gcash on our website? What we will have to do?
Our website was developed in Woocommerce + WordPress. We now want to sell our product in philippine, for that reason we want to add Gcash payment method in our woocommerce website. Is it possible? is there any plugin available to do it? How we can proceed?
Looking forward to a step by step guidelines.
Thank you,
Akash.
Hi, Can we implement Gcash on our website? What we will have to do?
]]>We switched to SDK 3.5 but callbacks made to the wp/woo api are different, than what this plugin expects (check the proceess_payment method). Did the API payload change or is this a general plugin error?
I think one needs to check for success:true or at least check if the $result[‘resultCode] is set.
as an improvement suggestion or enhancement, I would like to request some sort of database logging. This could be easily added by modifying the PGAWC_Adyen_Logger:log method and adding the necessary maybe_create_table to the plugin activation.
That said, it would be nice to log the API calls made from WC as well as the Notifications received from Adyen (which is what I did in order to being able to debug something)
global $wpdb;
if (is_object($message)) {
$message = serialize($message);
}
if (is_array($message)) {
$message = json_encode($message, 384);
}
error_log($message);
$now = new \DateTimeImmutable('now', new \DateTimeZone(get_option('timezone_string')));
$wpdb->insert('wp_adyen_log', ['request' => $message, 'created_at' => $now->format('c')]);
Edit: I saw that the web hooks are stored to _woocommerce_adyen_payment_data but it seems here too the success field, that the handle() method validates is missing.
Kind regards.
]]>Hi,
I have configured the plugin, but I get the error “We can not process the payment at the moment. Please, try again later.” when I try to pay. Do you know that could be happening?
thanks
]]>Hi,
I’m currently testing for my shop using Indonesian Rupiah (IDR) currency. Got a small issue regarding order amount total.
E.g. the actual order amount is IDR 125,000 but at Adyen’s Payments page, the order amount becomes IDR 12,500,000 (2 extra zeroes).
I assume this is because IDR’s number of decimals is not properly recognized?
https://docs.adyen.com/development-resources/currency-codes
But I’m not sure either, at WooCommerce settings, I already set the number of decimals as 0.
Can you help?
Thanks.
]]>Hi guys,
Does it work with WC Subscriptions?
Thanks
Daniele
How to enable 3DS
]]>Hello!
I installed your plugin, activated it.
Added by:
1. Test Mode ticked
2. API Key Test
3. Test Merchant account name
4. Test Origin Key
5. HMAC Key
6. Capturing check mark is checked
When I open the checkout page, or click on confirm order button, I get an error:
“We can’t process payment at the moment. Please try again later.”
In PHP logs:
[Mon Apr 27 21:29:57 2020] [error] [client 93.76.94.111] [2020-04-27 18:29:57] adyen-php-api-library.ERROR: 000: HTTP Status Response – Unauthorized [] [], referer: https://mysite.com/checkout/
I think, this is the 401 error code:
Unauthorized – Authentication required – You need to input valid authentication credentials (username/password) to access the resource.
I can’t understand why it doesn’t work.
Help please.
WooCommerce: 4.0.1
WordPress: 5.4
PHP: 7.3.12
Payment Gateway for Adyen and WooCommerce: 1.0.1
Fatal error: Uncaught Error: Class ‘PGAWC_Adyen\Core\PGAWC_Adyen_Integration’ not found in /home/newwp/public_html/wp-content/plugins/wc-adyen-payment-gateway/woocommerce-adyen.php:27 Stack trace: #0 /home/newwp/public_html/wp-admin/includes/plugin.php(2223): include() #1 /home/newwp/public_html/wp-admin/plugins.php(175): plugin_sandbox_scrape(‘wc-adyen-paymen…’) #2 {main} thrown in /home/newwp/public_html/wp-content/plugins/wc-adyen-payment-gateway/woocommerce-adyen.php on line 27
]]>