bfl
Forum Replies Created
-
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] How will this work with 3D SecureHey @thecomputerguyltd. My understanding is that the new Strong Customer Authentication regulations don’t apply to payments processed by employees of the merchant.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Using Multiple Gateways at OnceAs of now, there is no way to do this. I will consider adding this feature.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Mismatch Error with Auth.netCan you please take a screenshot of the Transaction Detail popup for the relevant transaction in your Authorize.Net Merchant Interface and email it to bfl.wordpress.org@gmail.com?
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Mismatch Error with Auth.netHey @midtcnick. I’m going to look into this and I’ll get back to you soon.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Hook into PaymentHey @bootlegstudios. I’ve released an update. You can now use the
woo_mp_payment_completeaction hook:add_action( 'woo_mp_payment_complete', function ( $order ) { echo 'A payment was made for order #' . $order->get_order_number() . '.'; // Run your scripts here... }, 10, 1 );Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentHey @starfiredev. If this is getting to be too much, you can use the following workaround:
Disable the billing details option that you mentioned and then set the Transaction was submitted without a billing address option in your AVS settings to anything other than Decline. That would cause transactions processed with this plugin to bypass AVS but would not affect transactions processed by customers. You may also need to do something similar for the shipping details. If you go this route, you can delete the user you created for me.
Or have you decided to switch to Shopify? Let me know what you end up doing.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] Hook into PaymentHey @bootlegstudios. I’ll release an update soon that will have a hook for this.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentOK, I’m going to try something else. Process a new payment on an order that has billing and shipping information, and then send me the order ID and a screenshot of the Authorize.Net Transaction Detail popup. And don’t delete the order. Thanks.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentHey. Can you try processing a payment now? Let me know which order you use.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentCan you increase my permissions so I can access the plugin editor? I’m going to try some quick changes to the plugin.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentCan you please create a temporary user for me on the site? You can use this email address: bfl.wordpress.org@gmail.com
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentAre you using the
woo_mp_authorize_net_charge_requestfilter by any chance? It seems like it’s failing the AVS filter because the billing address is not being sent.Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentThat’s the result from attempting to process a payment for an order that has billing information? And with the billing details option on?
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentSorry, that email went to spam. Can you please send a screenshot of the Transaction Detail popup for the relevant transaction in your Authorize.Net Merchant Interface? Thanks.
Forum: Plugins
In reply to: [Backend Payments for WooCommerce] AVS Error When Processing PaymentAny update on this issue?