开发者 | arcanedevops |
---|---|
更新时间 | 2023年8月8日 02:58 |
捐献地址: | 去捐款 |
PHP版本: | 7.3 及以上 |
WordPress版本: | 5.9.2 |
版权: | GPLv3 |
版权网址: | 版权信息 |
This is likely because either your order or your cart contains ineligible order data. Even if your order data is valid, if your cart contains items which do not support this payment method, it will still fail and you will have to empty your cart first. That is a WC flaw, it isn't caused by our plugin.
If you have WC Pay (WooCommerce Payments) installed, disable it. If not, read the next sentence. The API is built on the V3 legacy API which uses the WC_API_Orders function. Functions which attempt to hook into the order methods will malfunction. The add_order_meta() function is one which we've seen does not match the same number of arguments as exists within the v3 legacy API.
This is a free plugin, so there are no license fees but you do have to pay your transaction fees as you would with any gateway plugin. Transaction fees are split between us and Stripe and will be reflected as such in your Stripe account. The pro and plus versions do have license fees required which can be found on our website at store.arcanestrategies.com
This could be a number of things but more often than not it is because of the following: (1) The plugin is not enabled (see "activate" and settings "enable" checkbox), (2) The Stripe Gateway payment method within WooCommerce is disabled OR API keys are incorrect, (3) The Stripe Gateway's "Payment Buttons" option is disabled; in versions of Stripe Gateay 5.8+ this is also referred to as "Express Checkouts".
WooCommerce and WooCommerce Stripe Gateway. Supported versioning can be found in the README file.
See this link https://www.arcanestrategies.com/blog/bbpos-wise-pos-e-setup/ See this link https://www.arcanestrategies.com/blog/verifone-p400-setup/
Follow the instructions seen here: https://www.arcanestrategies.com/blog/bbpos-chipper-reader-setup/ Within the plugin's settings, (1) enter your Stripe Account ID, (2) within your wordpress permalink settings, make sure you have pretty URLs enabled (post anme), (3) click on the "Stripe Connect" button to complete account connection, (4) download our plugin (see link in Settings) and follow in-app instructions.
The reader will only show on checkout if (a) the device is powered on, (b) the terminal is registered, (c) a user with woocommerce store management permissions is logged in, (d) the cart contains only simple products. This version is intended only to provide a retail point-of-sale experience in which an authorized representative is logged in to accept credit cards. This is both for tracking who has accepted charges as well as to prevent the public from seeing the terminal icon while remotely viewing the site. Because of this, purchases which require customer information (such as recurring billing info or email addresses) cannot be performed as the current session contains the administrator's information. If you need to work around that, visit our website and purchase "Pro Services". If you are already a PRO Services user, verify that your user is assigned to a location. (https://www.arcanestrategies.com/products/stripe-terminal-for-woocommerce)
Our plugin will support any location that Stripe supports, there's no business logic implemented which would prevent support for our plugin in a region where Stripe Terminal is available. As of date of this writing (January 2020), Stripe Terminal is only supported in North America (US and Canada). Although Stripe does allow transactions overseas for cards typically used in European countries like Maestro, PIN transactions for those unsupported regions are not available. Additionally, the readers themselves are not available for purchase outside the US. As soon as Stripe announces support overseas, anyone who installs either of our plugins will receive notification.
Our support team will only support the readers purchased directly from Stripe.com or https://store.arcanestrategies.com/. These readers will not come equipped with the Stripe Terminal software pre-installed unless it's purchased from Stripe.com which means you won't be able to use the device with Stripe out-of-the-box, unless you buy from Stripe or lease from us.
To cancel an order, hit the "esc" key on your keyboard or wait for the timeout to expire. The Verifone P400's action buttons (red, yellow, green) are intended to support settings, they do not cancel or edit payments.
Unfortunately Stripe Terminal does not support PIN transactions but they do support debit via signature. We spoke with Stripe and they indicated they have no plan in making PIN transactions possible as they believe that signature debit transactions is sufficient.
Whe you register your device, Stripe Terminal will assign your WiFi enabled device to a domain on your private network. This makes it reachable by the API. Some Domain Name Servers do not play nicely with that setup, so they may block that traffic. We suggest that you try switching your network's DNS provider to CloudFlare (1.1.1.1) or Google (8.8.8.8). Although Stripe states that Google should work, we've had customers indicate that it does not, so try both.
Please review the documentation above. Customer account information is not supported in this version, you must purchase PRO Services. Out-of-the-box, Stripe Terminal does not gather PII data and WooCommerce will bill to the account which is logged in (the admin performing the checkout). Our PRO Services add-on allows for customer account support to perform purchases for things like subscriptions.
This is a known issue within the WooCommerce legacy API, it is not an issue within our plugin. Our mobile app leverages the legacy WooCommerce API (through our API handler) which passes the correct tax settings in order to make a fee_line non-taxable for "Tips/Fees". However, this activity is not supported by the legacy API, so this will remain the case until the plugin is updated for the latest API, which will be either in v3 or v4 of the plugin. Until then unfortunately the best solution would be to either manually edit each order in your WC backend or counteract your tax by deducting it from the tip input.