Changelog
v2.3.6
Released October 19th, 2021
Latest Version
Square 2.3.6 Changes
- Re-encode includes > hooks > square.php
- Create hook Configuration inside the addon to make it easier to update instead of updating the hook file. This will allow you to change the Menu Items and Client Area Homepage Panel for Square to eliminate any branding of Square.
TO DO
- Work on Dispute Center
- Look into Custom Alert Banners as needed. This still needs to be investigated
- Look into adding a Card to File upon first manual payment (will require clients' permission).
Previous Versions
v2.3.5
Released September 8th, 2021
View/hide detailed changelog
Square 2.3.4 Changes (Released 8/26/21):
- Added Customization ability for padding (This will apply the new database column automatically)
- Fixed charging issues for invoices over 1 thousand dollars
- Fixed Charge Credit Card on File to show Card Brand Last 4 and Expiration instead of Description from WHMCS.
- Make use of the upgrade function to add new tables automatically as needed when a new version is installed
TO DO
- Looking into Transaction Fees issue when Attempt Capture is Used
v2.3.4
Released August 26th, 2021
View/hide detailed changelog
Square 2.3.4 Changes (Released 8/26/21):
- Add Transaction Fees calculated by Square to show on Invoices (Admin Edit Page)
- Cleaned up some Alert Banners, with customizations planned for next release
- Fixed Branding implementation for Free Branding Removal
- Fix Payment Method Add Page to link to Manage Square CC
- Implement Sandbox Only mode for Development Licenses (which can be requested free of charge)
- Auto Import for Credit Cards from API for users switching to WHMCS from WOO Commerce, etc
- Tidy up old code, removed unnecessary comments
- Fix Capture Error / Success. The capture worked previously but showed an error. Fixed incorrect second logging code.
- Ensure Refunds work correctly.
TO DO
- Look through potential customizations of Alert Banners for various functions
- Allow for custom Recurring Payments Message on Add card page (custom Terms)
v2.3.3
Released July 31st, 2021
View/hide detailed changelog
Square 2.3.3 Changes (Released 7/31/21):
-
Apply Patches for Firefox form not working (One-off Payment Form and Add Card)
-
Applied Patch for Licensing where Database Issue was found
-
Leave includes/hooks/square.php unencoded so end-user can make changes to the wording
-
Clean Code on Charge Card and One-Off Payments. This includes fixing wording for zip / postal code.
-
Add Branding Removal automatically for all License Types
-
Removal of Square Branding for more local feel
TO DO
- Continue to monitor Attempt Capture messages. No known issues reported yet.
v2.3.2
Released May 12th, 2021
View/hide detailed changelog
Square 2.3.2 Changes (Released 5/12/21):
-
Changed Licensing Server to bestphpscripts.com. The mybeastportal.com may be up in a future release, and a patch will be issued at that point.
-
Change code for PHP 7.2. Versions less than 7.2 are EOL.
-
Enable Support Center to submit tickets and/or cancel a license if needed.
-
Ensure Code works properly wherever WHMCS may be installed, even if in a different subdirectory.
-
Delete the Manage Description button on the Manage Card function as it was clunky depending on how HTA Access file was for URLs.
-
Ensure Refunds work
TO DO
-
Fix Attempt To Capture success / deny messages. Currently, it shows a denial message although the attempt to capture indeed works and records the transaction.
-
New License Tiers allowing for multiple domains to be supported.
v2.3.0
Released November 24th, 2020
View/hide detailed changelog
Square 2.3.0 Changes (Released 11/24/20)
- Fixed reported Currency Conversion Issues where Invoices were not getting paid where there was one currency
- Eliminate PHP 5.6 from requirements as it is EOL and not recommended.
More Information found on our Release Announcement Page.
https://mybeastportal.com/announcements/25/Square-2.2.0-Released-and-Compatible-with-WHMCS-8x.html
v2.2.0
Released October 28th, 2020
View/hide detailed changelog
Square 2.2.0 Changes (Released 10/28/20)
- Made Compatible for WHMCS 8x
- Backwards Compatible for WHMCS 7x
- Create Permissions for Sub-Users to access invoicing if allowed set by primary Account Owner
- Overhaul manage.php to work with Account Creation on SquareUp
- Fixed Add Credit Card API
- Fix Remove Credit Card where Cards were not removing from WHMCS
- Fix Gateway Code to use $params or $GatewayConfig parameters dependent on invoice rather than using Laravel due to encryption with WHMCS 8x
- Clean source Code
- Ensure Remote Capture and Refunds work with new code
More Information found on our Release Announcement Page.
https://mybeastportal.com/announcements/25/Square-2.2.0-Released-and-Compatible-with-WHMCS-8x.html
v2.1.1
Released October 12th, 2020
View/hide detailed changelog
#Version 2.1.1 Changelog
- Fix error with adding and displaying saved Credit Cards due to API lookup issue
- Fix support for installations that choose not to do Currency Conversion
#Planned Update Roadmap
*Multiple Domain Support
v2.1.0
Released October 10th, 2020
View/hide detailed changelog
#Version 2.1.0 Changelog
- Fix Currency Conversion issues by adding a convertCurrency function
- Fix manage.php and add_submit.php for card retrieval and add issues
- Move Charge Card on File form outside of square form as this was causing issues.
v2.0.0
Released September 27th, 2020
View/hide detailed changelog
#Version 2.0.0 Changelog
- Fixed Bootstrap Charge Form for One-Off Payments
- Create hooks.php in includes folder of WHMCS. (If this is deleted, features of Square will be missing)
- Added Functions to View, Add and Remove Credit Card for Recurring Payments. Square does NOT allow Editing Credit Cards with the API.
- Used DeletePayMethod API in WHMCS to allow deletion of Cards so that Administrators don't need to remove for the customer
- Add function to WHMCS to store Gateway Token for grabbing data with API call upon Charge Request with Attempt Capture Button (Uses AddPayMethod Class)
- Add functioning Capture Function and Button
- Enable Capture Function to send an email if Card was Declined or Approve
- Added Code to properly log failure notices on Attempt Capture
- Ensure Cron Jobs work with Capture Attempts
- Add Link for Manage Square Credit Cards under Billing in the Client Area
- Add Action Hook for Manage Square CC Information in Client Area HomePage
- Add Action Hook using ClientAreaHeadOutput to change URI for the Add Credit Card Button in Billing > Manage Pay Methods to override the default Credit Card Form
- Implement Banners for phasing out earlier versions of PHP and WHMCS for later versions of Square
- Implement a fully functional trial, where ALL Addons work (done with Square 1.15)
- Implement a Developer Key where all functions will work, but banners will be used as this mode is strictly for testing
- Edit License.php to make Developer Mode fully functional, where Addons work
- Edit License.php to fix Update Banner to include a spot for notes and a link to the announcement or kb article containing notes about the newest release
- Add Banner letting know if an update was available for Square (Requires Active Support & Updates Package)
- Add Banners for a Sandbox mode
- Added Banner on Recurring page to warn Payments are Recurring as per Squares recommendation (Might be customizable in later versions)
- Added option to select a Card on File to Charge with one-off payment form
- process-ccof.php Works successfully with v2 Payments using Curl instead of API
- Fixed System Url on square.php to prevent double slash in public URI
- Eliminate process-card.php which used the Square API. ChargeCard.php uses cURL to allow for easier development and expansion
- Support for Refunds
- Cleaned up code
TO DO:
- Dispute Center in Admin > Modules> bws_square for Disputes (Addon License)
- Multiple Domain Support
v1.14
Released August 21st, 2020
View/hide detailed changelog
Bug Fixes
- Fixed square bootstrap form to fix form values and javascript to allow processing. This was an oversight in 1.13.
- Added API directly to form as a failsafe for location pulling.
- Added API directly to process-card.php as it was not grabbing the location correctly through WHMCS.
- These corrections fixed the errors reported via support tickets.
v1.13
Released August 13th, 2020
View/hide detailed changelog
Version 1.13 Changes
- Enhance Form Customization Option
- Enhance Branding Removal Option with HTML Editor for Branding
- Make Payment Form Bootstrap to support any WHMCS Theme
- Move Licensing Banners into License.php
- Allow Trial Licenses to be fully functional with Branding Removal and Form Customization
- Write New Install Instructions to Website
- Add WHMCS Version compare to prepare for WHMCS 8.0.0 as PHP 7.3 and greater will only be accep
#TO DO:
- Recurring Payments
- Recurring payments is in the works, and is currently being designed. This will allow the use of the Attempt Capture and will store Credit Card Data via Square and NOT WHMCS.
- Create New Licensing Tiers
v1.12
Released May 2nd, 2020
View/hide detailed changelog
Version 1.12 Changes
- Allow Customization of Payment Form
- Moved Branding Addon to Addons Section
- Added protocol in Licensing to check the server for new updates, and display a message
#TO DO:
- Support for Recurring Payments (Will create a save card while waiting on API) -- Top Importance
- Create New Licensing tiers.
v1.1.0
Released April 5th, 2020
View/hide detailed changelog
Version 1.1.0 Changes
- Fix API to work with new API Key format, and URL's
- Fixed API URL's (Both sandbox and Operational)
- Fixed ApiClient and Configuration to host new URL's
- Cleaned Payment Gateway section to move Licensing to Addon (Current clients will need a license refresh)
- Fix Payment Form so that Sandbox and Operational correctly get card nonce
- Allow detection of correct currency that is set in WHMCS
- Ensure PCI compliance is working and ensure that form is tokenized. (Form does not save ANY card data to WHMCS Database)
- Clean up square.php to ensure payment processing works smoother.
- Allow ProcessCard and API pages to correctly use Capsule to get Sandbox and operational modes, along with current currency and payment amount.
#TO DO:
- Support for Recurring Payments (Will create a save card while waiting on API) -- Top Importance
v1.0.8
Released October 31st, 2019
View/hide detailed changelog
Version 1.0.8 Changes
- Fix API Urls
- Ensure PCI Compliant
- Fix Card Nonce and Processing Issues
#TO DO:
- Support for Recurring Payments (Will create a save card while waiting on API) -- Top Importance
- Overhaul the API
- Move Licensing to a Module
- Allow WHMCS to use Attempt Capture (Depending on API)
v1.0.7
Released September 13th, 2019
View/hide detailed changelog
Version 1.0.7 Changes
- Fix Licensing Server to new location
- Fix Currency to show correct Currency, and send new Currency to the gateway.
#TO DO:
- Support for Recurring Payments (Will create a save card while waiting on API)
- Overhaul the API
- Move Licensing to a Module
- Allow WHMCS to use Attempt Capture (Depending on API)
v1.0.6
Released September 6th, 2019
View/hide detailed changelog
Version 1.0.6 Changes
- Remove the requirements for smarty php tags to be required by creating a single .tpl file which links into the php files to control the operations of square.
- Move License to a folder to control licensing
- Move License Key input into WHMCS Admin
- Remove the need for the $installDir tag, which is now automatically detected.
- Allow Custom Branding to be added (requires Branding Addon)
- Add Notification for new version if client has Support & Updates Package
- Add to Instructions Sandobx requires the use of Legacy Key in Developer Mode.
#TO DO:
- Support for Recurring Payments (Will create a save card while waiting on API)
- Overhaul the API
v1.0.5
Released May 23rd, 2019
View/hide detailed changelog
Version 1.0.5 Changes
- Addition of onclick event to disable submit button once pressed to prevent double charges
- Update instructions to note that currency code and country code can be changed as needed if conversion somehow fails in WHMCS.
v1.0.4
Released May 6th, 2019
View/hide detailed changelog
Version 1.0.4 Changes
- Cleanup index.php and process-card.php
- Continued to test using unique id for idempotency issues discussed in Version 1.0.3 -- RESOLVED
- Repair process-card.php - Customers were receiving 500 errors after submitting CC details. Fixed PHP versioning issues/ directory file naming bugs.
v1.0.3
Released May 2nd, 2019
View/hide detailed changelog
Version 1.0.3 Changes
- Idempotency Key changed from string to unique id.
The idem key was not correctly changing the key each time, and was allowing transactions to fail. With this change, when you refresh the invoice the key will change, thus allowing the charge to go through correctly. The idem key does prevent duplicate charges! Those that download a 30 day trial, or have an Owned License and have a VALID Updates Subscription will be able to receive this update!
For those with a current license, make sure you do not replace license-key.php as it will override your license and you will need to re-add the license key. You also do not need to update square.tpl to your template directory.
v1.0.2
Released March 12th, 2019
View/hide detailed changelog
Hotfixes to fix the following:
- License Validation Structure
- Directory Structure for WHMCS installs not in a root folder. You will be able to edit square.tpl to specify your folder name
- Hot Fix to allow below PHP 7. This will also work with lower versions of the IonCube Loader as well.
v1.0.1
Released February 20th, 2019
View/hide detailed changelog
Hotfixes:
- process-card.php was giving a corrupt error with IonCube. After reviewing the code, comment styles have been fixed, and this version fixes the corrupt file issue. If you have any issues, please contact us, and we'll be glad to assist!
Pablo Ellis @pablo4699
****************Heads UP every one**************
This vendor collected my money $230 see Below. Guy disappeared, website down . No email
I have to find a way to reroute my clients to SQUARE
===============
Order ID: 172
Signup Date: Thursday, June 2nd, 2022
Product Name: Square Gateway Owned
License Key: Owned-8f9bd93e131xxxxxx
Billing Information
First Payment Amount: $230.00 USD
Recurring Payment: $0.00 USD
Billing Cycle: One Time
Next Due Date: Thursday, June 2nd, 2022
Peter Armstrong @peter6589
I notice the Beast website is currently offline so my question is, is the Square payment gateway still in development? We're interested in it but I'd want to make sure it's not going away anywhere :)
Michael Foland @michael5932
Hello Peter! I'm not sure what had happened, but the website is back online. www.bestphpscripts.com/members :) We are working on a client facing website as well! Please feel free to come on to our website and send me a DM. I'd be happy to hear from you, and assist :)
Owner@Best PHP Scripts--Michael Foland
Owner, BestPHP
D. Bryce @d5831
Great product, even better customer service. I don't normally write reviews but i had to leave one for this guy. Any bad reviews here are clearly lies or misinformed. i needed square for my whmcs setup and this module does the trick. michael goes above and beyond to help you get it setup. will be purchasing after my trial for sure
Michael Foland @michael5932
Hello Mr. Bryce,
Owner@Best PHP ScriptsIt was a pleasure assisting you, and I'm glad you love our module! We are always here to answer comments, questions, and any feedback you may have! Thank you again for your amazing review! What an amazing Customer!
--Michael
Marcelo Baqueroalvarez @marcelo2914
I updated my review for now... but I'm still giving 3 star rating for the following reasons:
I got the trial license, but I'm skeptical as your website seems to change a little too often... I am unable to check your website links from the reviews and WHMCS marketplace profile and extension links...
while I am considering on using Square to replace paypal-pro on my whmcs site, I am worried that once I pay, I won't even be able to use it and basically end up flushing money down the toilet with the full license.
When you visit their beastwebservices.com site, you are redirected to an Australian registrar with a different domain name. When you try to visit mybeastportal.com, you are greeted with a 403 forbidden error page and the support and direct links to a "file not found" page error... apparently the real website is bestphpscripts.com... but it is under construction so most information about the module is really scarce and hard to find, including the lack of an actual demo, video or screen captures of the gateway... So I fear it may disappear at any given time without notice.
There are 3 tiers:
- Free Trial: 30 days full use from day of activation
- Monthly Subscription: 35/mo for as long as you are willing... even PayPal Pro is cheaper
- One Time 230: equivalent to ~7 month of the subscription
I am testing the trial and hope it does what it is supposed to... but I hope that IF I get the OT license, it will at least let me remove any watermarks and further customize it. The full license should also just need to communicate to the server only once for activation and/or re-issuing, to help prevent the gateway to be down if the developer's site is down, changed or gone (as other reviewers have previously commented).
I'll update my review and rating accordingly, but so far my perception has increased slightly.
Michael Foland @michael5932
Hello Marcelo,
Owner@Best PHP ScriptsPlease check out our website.. www.bestphpscripts.com/members. I'm not sure where you are coming from, because this is working. We offer Free branding Removal. Customizations are extra. Please inquire with me directly, and I can work on this with you. The issue with communicating with the server once is a no-go, to prevent abuse of the License.
I haven't seen any attempts for you to contact our team for support, nor can I find your name in our system at all. Are you sure you aren't using another Square Gateway Module? Our Gateway works as intended.
Thank You,
Michael
Quadidra Williams @quadidra9063
This product works exactly like it is supposed to and that is a breath of fresh air. I did need to customize it because of our design, but the support was so great and speedy that it was easy. I would definitely recommend this product to anyone. You will get a great product with even greater support and what more could you ask for.
Michael Foland @michael5932
Thank you so much for the amazing review Quadidra! We have been working to make the module more customizable :)
Owner@Best PHP Scripts--Michael
SEAN STUMBO @sean7453
Great work on everything that this company does.
Michael Foland @michael5932
Hello Sean,
Owner@Best PHP ScriptsThank you for your review. I always love receiving encouragement :) As always, please let us know if you have questions!
--Michael
Gabriel Gonzalez @gabriel8293
Excellent Service, Michael has well customer service, I am very happy with this plugin in my WHMCS, Awesome solution.
Michael Foland @michael5932
Hello Mr. Gonzalez,
Owner@Best PHP ScriptsThank you for the amazing review. I enjoyed being able to sit down with you over LiveChat and ensure we got the product working, and unknowingly finding a bug that your developer had on your own theme haha. Teamwork makes the dream work. As always, let me know if you have any comments, questions, or concerns!
All The Best,
- Michael
John Maloney @VhcJohn
After receiving the updated pricing for PayPal, and realizing that I was spending more time manually entering Square payments, I knew something had to change. I reached out to Michael, based on the reviews I read here, and decided to give Best PHP Scripts a shot.
Michael has provided amazing customer support. He listened to what I was looking for, understood where I was coming from, and made sure I got exactly what I needed to make my experience, and the experience my customers receive from me, streamlined, straightforward, and easy.
Communication is fast, the system works amazing, and best of all... Using this system, I'm not being charged as high of fees as when I had manually set up recurring invoices. (Can you say Bonus?). Overall, I'm highly pleased with my decision.
Michael Foland @michael5932
Hello Mr. Maloney,
Owner@Best PHP ScriptsThank you for the stellar review, and for taking the time to write the review. I really appreciate your kind words, and we are always looking for customer input for ways to improve not only our service, our product offerings. As always, if you need anything, do not hesitate to reach out.
Thanks,
Michael
Tyler Locke @tyler9762
The payment gateway is spot on, and honestly the customer service was nothing but exception with purchasing this add on. It was well documented and easy to setup and the developer was even willing to got the extra mile to ensure the plugin worked, even when I had an issue with HTTPS working thru reverse proxy. 10/10 Great service and support and honestly worth the price. Thank you so much !
Michael Foland @michael5932
Hello Tyler,
Owner@Best PHP ScriptsThank you so much for your amazing review. We thrive on great customer support, and feedback from our Customers! As always, we are here if you have any questions, comments, concerns, or feedback!
--Michael
Adam Johnson @adam3016
Trying to purchase this add-on and the website: https://mybeastportal.com/cart.php?gid=10 is down and timing out. Can you please fix?
Michael Foland @michael5932
Hello @adam3016 -- the square gateway is back up! Please head to our new link. https://bestphpscripts.com/members/index.php?rp=/store/square-gateway --Michael
Owner@Best PHP ScriptsShane @shane3049
This was a 5 star plugin when it worked. The dev has vanished though and the sites are all down so the add-on no longer authenticates and does not work. Hope the dev is okay but would not recommend buying this plugin right now.
Edit the dev is okay! So is working on getting it all back up :D
Michael Foland @michael5932
Hello @Shane3049 We are back up. Our new link is https://bestphpscripts.com/members/index.php?rp=/store/square-gateway . We had a big server issue and had to re-locate back to our original name for the time being. Please send in a support ticket and I'd love to help you get a new license! --Michael
Owner@Best PHP ScriptsDominic Adamson @dominic301
I'm trying to download this again but your website is down, I remember it being decent.
Michael Foland @michael5932
Hello @dominic301 We are back up. Our new link is https://bestphpscripts.com/members/index.php?rp=/store/square-gateway . We had a big server issue and had to re-locate back to our original name for the time being. Please send in a support ticket and I'd love to help you get a new license! --Michael
Owner@Best PHP ScriptsAndrew Sailors @andrew2821
This module would be better if it kept the clients/guests on your website when entering credit card details. Is there a way to do this?
Michael Foland @michael5932
Hello @andrew2821,
Owner@Best PHP ScriptsCurrently, once the client goes to the payment page the form shows. I will talk to our Development team to see the best way to implement this. If you head to our website at https://mybeastportal.com I would love it if you can submit a support ticket, and we can proceed from there!
John Dough @area9232
great module addon.
Fantastic support from Michael Foland
Michael Foland @michael5932
Hello John! Thank you for the kind review. We are all up for suggestions on how to make the module improved!
Owner@Best PHP ScriptsMohamed Magdy @mohamed1244
i try to use your module but i see every time fraud ? on the demo request and when i try to pay for a month ?
Michael Foland @michael5932
Hello Mohamed,
Owner@Best PHP ScriptsI'm just seeing this Review. We have your Trial Account set up, and you are active in our system. I'll set you up a License, and you will be able to pay your invoice. Write a ticket if this doesn't work and I'll help you out!
I am truly sorry for any inconvenience this may have caused you!
Sincerely Yours,
Michael
Amit @amit9638
The website has been down for over a week causing my whmcs instance to be slow and the module to not work.
Michael Foland @michael5932
Hello Amit! Thank you for the review. Please let us know if you have any suggestions.
Owner@Best PHP ScriptsThanks,
Michael
Ellis @ellis8577
Best module ever. Micheal is extremely helpful with issues that we have had, and he has worked hard to resolve them.
Hands down the best customer service ever
Michael Foland @michael5932
Hello Ellis!
Owner@Best PHP ScriptsThank you for your review! I remember one of your most requested features were the Recurring Payments! I'm glad we completed that addition. As always, we are here to assist clients with their needs.
Thanks,
Michael
Mr. PC @mr5599
This plugin is not a good match with WHMCS. The description does not make it clear but you cannot use the square plugin the way you are using other gateways in WHMCS. For example, if you are a hosting company that is planning to replace your current gateway (authorize for example) with this plugin don't even think about it. You cannot "auto" charge any clientele. No need to keep cards on file anymore. Another very disappointing aspect of this plugin is this. If you create an invoice and your client has a credit card on file, you can't attempt a capture with this plugin on the invoicing page.
I brought these issues to the attention of the developers and was told that they will try to make modification to the plugin to actually make it work with WHMCS. I felt cheated. Asked for a refund and have been told that "their policy" is no refunds. Well, the plugin should work as a gateway. That is how it is sold. But it doesn't work like that at all. I deserve a refund and could care less what their policy is. If their policy is to cheat customers then they win. When I asked the developers to give me a refund now and then I can buy it again when they get it working...same answer. They won't refund my money. So I basically just gave them over $200 for nothing. I could have wiped my butt with it and flushed it. Same result.
This plugin is very, very disappointing and does not work like any other gateway. It is misleading and shouldn't even be an option to buy in this forum.
Michael Foland @michael5932
Hello Mr. PC,
Owner@Best PHP ScriptsCan you please contact us through our website? We are in the process of developing recurring payments. This has not been very feasible with Square, but there are some new things that have been added to Squares API. As far as a refund, we can work out credits on the account, but the module works as expected right now, except for recurring payments. We have also worked on the design aspect of the form. Please contact us, and we'll be glad to talk over this with you.
--Mike
Jacob Adams @jacob4361
This plugin is amazing, absolutely affordable for smaller businesses getting into the Hosting world. Very nice and easy to access customer support. Fast responses with real answers to questions. Not a lot of back and forth or misunderstanding. They know what they are doing over there at Beast! I am very happy to be a client of theirs. I was worried that I was going to have to switch merchant providers as the other companies price point was so high it didn't fit into my budget. But I found these guys and I couldn't be happier. Taking payments is smooth and efficient with no glitches or issues. I wish all of my services were this easy and conflict free. Thanks guys, keep up the great work.
Michael Foland @michael5932
Hello Jacob! I wanted to thank you for the amazing comment, and I wanted to take the time to reply, and let you know that our Payment Gateway now supports recurring payments and refunds!
Owner@Best PHP ScriptsPaul Tracy @paul1319
Owner is really nice and kind. Fixed my issue pretty fast considering how hard it was to fix. And low price and great support
Michael Foland @michael5932
Hello Paul! Thank you for the amazing Comment! I wanted to reply to this and let you know that our Payment Gateway now supports Recurring Payments and Refunds!
Owner@Best PHP ScriptsKeith Read @keith8681
Is this app dead? Their website said they will have a new site will be online in October 2019 plus their client portal has a dead link.
Michael Foland @michael5932
Hello, Keith! If you go to https://mybeastportal.com you will be able to get the app! I'm not sure why the client portal is dead. Here is the direct link: https://mybeastportal.com/cart.php?gid=10
Owner@Best PHP ScriptsThank you,
Mike Foland
Beast Web Services
Kamlesh @kamlesh2747
No comment provided.
Michael Foland @michael5932
Thank you for the 4 star rating! If there's anything we can do to improve the payment gateway, please let us know.
Owner@Best PHP ScriptsSteven Dey @steven6394
No comment provided.
Michael Foland @michael5932
Thank you for the 5 star rating! If there's anything we can do to improve the payment gateway, please let us know.
Owner@Best PHP ScriptsBhagwan Sahane @Logicmaker
I think this module is no more updated with recent API updates and also not compatible with SCA requirements.
Might be @mfoland is not aware of this updates from payment gateway.
Let us know if anyone wants help regarding the same.
- Logicmaker
Nicholas Sansom @nicholas6920
Hi Bhagwan,
Owner@Best PHP ScriptsThanks for your reply. I am pleased to inform you that we are actually in the process of revamping and enhancing our version of Square Gateway, and in fact we intend to soon offer two versions of this module. V1 - Single payments and V2 - Single and Recurring payments.
Please stay tuned for our next release.
Kindest Regards,
Nicholas
Ian Turner @ian7070
I have been looking for a Square payment gateway for a long time and finally, BestPHP Scripts has built one. I started off with the trial and was so happy with it, I purchased the full license right away. I was having some issues with my WHMCS (not related to this module), and Michael from BestPHP Scripts went above and beyond to help me so I could get things working properly and get my square payment gateway setup. Top-notch product & support. I highly recommend this module to anyone who accepts square payments. Well worth the money.
Michael Foland @michael5932
Hello Ian,
Owner@Best PHP ScriptsThank you SO MUCH for your review! We really appreciate it, and we are planning some new updates as well! Let us know if you have any issues or suggestions :)
--Michael
Charles Yarbrough @WebHostPro
I just added this and was able to take a payments right away. Works perfectly and looks great in my checkout. I had no idea how cool Square was. Glad I did it.
Michael Foland @michael5932
Charles,
Owner@Best PHP ScriptsThank you so much for your review! If you have any suggestions, etc, you are more than welcome to send us an email! Enjoy :)
--Mike
Bryan Alderson @bryan4633
The payment gateway I've been waiting for. I'd nearly given up on Square integration when I couldn't even get a pre-sales response from the other Square gateway vendor.
The team from Best PHP Scripts went above and beyond to ensure my Square integration was up and running with the minimum of fuss.
Great responsive support I couldn't have asked for more.
Cannot recommend the team at Best PHP Scripts enough!
Michael Foland @michael5932
Bryan,
Owner@Best PHP ScriptsThank you so much for your review! We're glad to help!