I was recently informed that Payeezy is transferring over to Clover on the backend for payment processing.
Will the payeezy plugin still work and be able to function as-is? The documentation I received from fiserv/Payeezy/Clover indicates that existing APIs will work and that “The Payeezy API specs that you use today to send payment data will continue to be supported for all Merchant IDs (MIDs) that have been upgraded from Payeezy to Clover. ?
The Payeezy API specifications will be mapped to the native Clover specifications and will not require you to make any changes or update your existing credentials to enable this translation.”
Assuming everything stays the same, will this module still work? If not, I’m not sure what to do…
]]>I have installed the “WP Payeezy Pay” plugin to my donation site and inserted the shortcode in the homepage which generated me a form. After filling the form and clicking on Donate now – it is taking me to the /payeezy-endpoint/ page but not to the Payeezy hosted checkout. Not sure what I was missing here.
Can you please help me with this?
]]>I haven’t installed your plugin yet, but I’m wondering if it supports the ability to add a service charge to all payments. Basically can I set a small amount that gets tacked on to every invoice paid, and shows on the receipt?
]]>Hi, owner wants to see type of credit card used (i.e. VISA, mastercard, AMEX etc) in the new order email notifications
Here’s what I have so far in my functions.php:
add_action( 'woocommerce_email_after_order_table', 'add_payment_method_to_admin_new_order', 15, 2 );
function add_payment_method_to_admin_new_order( $order, $is_admin_email ) {
if ( $is_admin_email ) {
echo '<p><strong>Credit Card Type:</strong> ' . $order->WHAT GOES HERE???. '</p>';
}
}
]]>
I have everything set up. and it works great… thanks for making it easy. Wha tI would like to do is when I send a email with the link to a client is prefill the form with a link I send. Normally I can do this with inspecting the html and finding the id and including the info in the url. But doesn’t seem to be working for me. Maybe this is WordPress Stopping me haven’t gotten that far.
Thanks in advance for any help
example..
]]>Our bank wants us to put Captcha on our payment page even though it is already on the actual payment page.
This actually means our customers would have to fill out capture twice but that’s what our bank wants.
Is this even possible? If so how can this be done?
]]>I want to know if you offer on the form a fund designation option.
I want donors to be able to come to my site, fill out a form with info, and then choose which fund their donation should go to.
Then, I want each fund to be connected to its own bank account – and the donation will automatically go to the proper account.
Is this possible with this plugin?
Hello, I am receiving an error on the front end only on version 3.16 stating Warning: file_gets_content()
I rolled back the plugin to version 3.15.2 and I do not get the errors.
What could be going on here?
]]>Not sure if this has been reported but in version 3.15 the Amount input generated from the shortcode
[wp_payeezy_payment_form]
is creating an input with a type=”Number” but no step attribute. This means it will only accept whole numbers in most browsers.
I updated our local copy of wp-payeezy-pay.php to have a step=’.01′ attribute at lines 360 and 407.
That fixed our problem step=’Any’ would work too. But I believe this will get overwrote the next time we update our plugin. Could this change get merged into the master branch of the Wp Payeezy Plugin?
Thanks
]]>Hi Richard,
First, thanks for all of your effort with this plugin. We find it invaluable for what we need.
After updating to 3.13.1, our page layout below the Payeezy form appears broken. I discovered that the #other_amount div doesn’t close. I was able to test and fix this by adding a close </div> to line 866 in the wp-payeezy-pay.php plugin file.
While troubleshooting the issue, I also found that there are a number of validation errors on the #payeezy-amount related to the type, placeholder, autocomplete, and required attributes. Not sure if these will cause problems, but figured I’d let you know.
I’ll stay tuned for an update before I continue on to update my version.
Thanks again.
]]>I am trying to get the form payment work with contact form 7.
How can I pass the amount dynamically.
Can I create a form outside the plugin and can work with the plugin?
There is a message and button showing at the bottom of our form that states ‘Please return to the prior page and enter an amount.’ with a button that says ‘go back’. The button doesn’t do anything when you click on it and if you are on the main form you shouldn’t need to go back to enter an amount as the amount is entered right on the form. Is there a way to get rid of the copy and button without hiding it via css.
]]>I recommended this plugin to my client, because Richard was a former employee. This plugin rocks.
The only problem I am having is locating a payment option under WooCommerce payments. Is there a step that I am missing? I was successful in connecting to my client’s merchant gateway, processing a test transaction, etc.
]]>Is it possible to add a new field that will enable us to add a fee? For example a checkbox and they will agree to pay a 1% fee. I also emailed you if it’s possible to be a custom work but no response yet. Thanks
]]>We’re already using Payeezy, but it doesn’t keep a record of who paid what. Does this enable us to record the details, name, phone, email, etc., but NOT the credit card details?
]]>Hi Richard,
I sent you an email through your website this morning, as I could use your expertise in making sure a site I am working on is taking all the right steps to be PCI compliant with their use of First Data Payeezy and Woocommerce. I look forward to hearing back from you very soon. Thank you! ??
Stefani
I am using this plugin as the payment gateway for GiveWP donations. Visitors to my site are getting the following error when submitting the donation form: “the amount provided is invalid” which appears to be a Payeezy error (https://developer.payeezy.com/comment/425#comment-425). The amount they are submitting is $32.73 or $33.50. I was able to make a test donation of $25.00 without an error so something is working correctly.
I called Payeezy and they said it could be either that the amount is not removing the decimal point from the donation amount. For example, for a $32.73 donation, the submitted value should be 3273.
The other thing they said to check was that the currency symbol was not being submitted either. I noticed that the Donation Total at the bottom of the form does have a dollar sign in it. Could that dollar sign be passed along to Payeezy?
I did contact WP Give, and they said that their “plugin reads the total amount from the “data-total” data attribute. It’s a numeric value with decimal points. My guess is that WP Payeeeze Pay will need to somehow read that value and reformat it as needed.”
I checked our records and we have had transactions that didn’t round off to the nearest dollar. The last transaction that did go through was for $70.72 about a month ago.
Please let me know if I can provide more information on this issue.
Thanks!
]]>Does you plugin provide the ability to create a custom drop down list? We will be using the plugin for donations and want users to select what they would like their donation to go to.
]]>Hi. I was wondering if the Country field can be removed from the form. I also see someone discussing a premium version of the plugin but don’t see it.
Thank you.
]]>I downloaded WP Payeezy Pay three days ago and decided that I needed the premium features offered by Payeezy Payment. After purchasing through this site: https://richard-rottman.com/payeezy-pay/ I got a receipt and no information on how to download Payeezy Payment or activate the premium features from the already installed WP Payeezy Pay. My attempts to contact the author of the plugin haven’t been successful. Am I missing anything obvious? Any help would be appreciated.
Thank You
]]>Hello there,
I like your plugin but I have one question regarding that. Is this compatible with Mobile APP?
Thanks in advance.
]]>Thinking about using this plugin but I am curious, does this capture the x_cust_id field?
Seems like a nice field to have included.
Thanks for your help!
]]>Hi there,
Thanks for this plugin.
We’ve been seeing an error when trying to process a payment:
x_fp_hash : Could not validate the integrity of the payment from the transaction key, x_fp_hash, x_fp_sequence, x_fp_timestamp, x_amount, and (optionally) x_currency_code and x_fee_amount values of the request.
Confirmed the transaction key and payment page ID are correct. Payeezy support initially said:
Please check any third party plugin settings and ensure you have the correct transaction key configured. I performed some tests and the only time I can replicate the same value for x_fp_hash is when the transaction key is not part of the hash calculation. Please ensure that you have a transaction key configured in any plugin settings or in your web application code.
I activated “troubleshooting” mode, and sent their support guy the output, showing correct transaction key etc, and he responded with
Your output is correct and generates the correct x_fp_hash value as well. However, if I omit the transaction key from the concatenation I generate the exact same value for the x_fp_hash that was outlined on the error email. We’ve seen instances, mostly with WordPress, that when the WordPress website/version is updated it clears plugin settings.
Have you seen the plugin settings get erased when WP is updated? I don’t think I ran any WP updates on this site prior to this issue occurring, and have never seen the transaction key and payment page ID fields with empty values in the settings screen.
Any help is appreciated, thanks.
]]>So your plug in works great of I want to process transactions directly on my site, any clue how to use your plug in if I want woo commerce to redirect to a secure payment form external from my site?
]]>I realize that I can enable reCaptcha on the page where I enter my payment information, which has been done. It would be great if I could also add the reCaptcha on the page where I enter my name/address information prior to the information page. Is there any chance this feature might be easy to add in?
If this isn’t feasible, how can I add reCaptcha to this page?
]]>Hello, the form has been working fine but started displaying this after submission:
Please return to the payment form and enter a payment amount.
I can’t see that anything is wrong in the settings to have caused this. Any ideas would be great. Thank you,
]]>Plugin is in draft at the top of the page…
I’ve added the transaction key and payment id in the backend, but somehow it goes to the homepage instead of the firstdata payment page.
Any assistance would be appreciated!
]]>Hi Richard!
I have the plugin set up with two custom fields defined >> company and invoice ID. While logged into WP admin (in https) when I view the page the form is located the 2 fields display fine. They also display on the non-https version of the page. However, if I am logged out of wp-admin and access the page over https the fields are not displaying.
https://mymortgagelicense.com/payment/ << 2 fields don’t show
https://mymortgagelicense.com/payment/ << 2 field do show
I am befuddled by this. Any suggestions?
Thanks in advance!
Dave (exsuperhero)
]]>When i try to update the Payeezy Pay plugin – – I have the latest version of WP (4.9.5), the Payeezy plugin no longer works. I get an error message when i try to process a payment. So, I restored the site to a previous version to remove this update. What could be causing this problem?
]]>https://richard-rottman.com/how-to-get-your-payeezy-payment-page-id/
]]>