[wordpress插件] AffiniPay WooCommerceAffiniPay WooCommerce

wordpress 插件 文章 2020-02-11 06:20 662 0 全屏看文

AI助手支持GPT4.0

评分

0

0

描述

AffiniPay for WooCommerce

AffiniPay for WooCommerce

A WordPress plugin that integrates the AffiniPay Payment Gateway with your WooCommerce site.

一个WordPress插件,将 AffiniPay付款网关与您的WooCommerce网站集成。

Plugin version: 1.5.1

插件版本:1.5.1

This plugin allows you to accept secure, PCI-compliant credit card payments on your WooCommerce site without passing sensitive cardholder data through your WordPress server.

此插件可让您在WooCommerce网站上接受安全且符合PCI要求的信用卡付款,而无需通过WordPress服务器传递持卡人敏感数据。

Requirements

要求

    • An AffiniPay merchant account
    • AffiniPay 商家帐户

    • WordPress 4.4+
    • WordPress 4.4 +

    • WooCommerce 3.0+
    • WooCommerce 3.0 +

    Installation

    安装

    Be sure to install, activate, and configure WooCommerce before installing this plugin.

    在安装此插件之前,请确保安装,激活和配置WooCommerce。

    You must also enable shipping and add a shipping zone in your WooCommerce settings

    您还必须启用送货并在WooCommerce设置中添加送货区域

    to run a charge.

    进行收费。

    Recommended Installation

    推荐安装

      1. Login to your WordPress site’s admin panel and select Plugins from the navigation sidebar

        登录到WordPress网站的管理面板,然后从导航侧边栏中选择插件

      2. Click the Add New button at the top of the Plugins page

        点击插件页面顶部的添加新按钮

      3. Search for Affinipay and click Install Now on the AffiniPay for WooCommerce plugin

        搜索 Affinipay ,然后在 AffiniPay for WooCommerce 插件上单击立即安装

      Manual Installation

      手动安装

        1. Visit the plugin home page

          访问插件主页

        2. Click the Download button

          点击下载按钮

        3. Upload the zip file to your WordPress instance

          zip文件上传到您的WordPress实例

        Configuration

        配置

        After installing and activating the plugin, you must configure it with your AffiniPay gateway credentials (eg, test/

        nofollow“> AffiniPay网关凭据(例如,测试/

        live- mode public key, secret key, and primary account ID).

        实时模式公钥,私钥和主帐户ID)。

        If you have more than one merchant account (eg

        如果您有多个商家帐户(例如

        , trust, operating, other) associated with your AffiniPay profile, you must use the primary account.

        ,信任,运营等)与您的AffiniPay个人资料相关联,则必须使用主帐户。

        Contact support if you need help identifying your primary merchant account.

        如果需要识别主商人帐户的帮助,请与支持

        You can also retrieve your merchant account details from the API.

        您还可以从 API 中检索商家帐户详细信息。

        Look for the "primary": true property inside the merchant_accounts array in the JSON response.

        在JSON响应的 merchant_accounts 数组内查找“ primary”:true 属性。

        The corresponding id and name are your primary account’s ID and name.

        相应的 id name 是您主要帐户的ID和名称。

        The following example shows a partial response:
            

        以下示例显示了部分响应:
            

        ...

        ...

        "merchant_accounts": [
                  

        “ merchant_accounts”:[
                  

        {

        {

        ACCOUNT ID--->"id": "wKgFeDz5HF-BPPl08dcADQ",
                      

        帐户ID --->“ id”:“ wKgFeDz5HF-BPPl08dcADQ”,
                      

        "status": "ACTIVE",

        “ status”:“ ACTIVE”,

        ACCOUNT NAME->"name": "Operating",

        帐户名->“名称”:“运营中”,

        PRIMARY?----->"primary": true,
                      

        PRIMARY?----->“ primary”:是的,
                      

        "required_payment_fields": "name",
                      

        “ required_pa​​yment_fields”:“名称”,
                      

        "cvv_policy": "REQUIRE_MATCH_LENIENT",
                      

        “ cvv_policy”:“ REQUIRE_MATCH_LENIENT”,
                      

        "avs_policy": "ADDR_OR_POSTAL_CODE_LENIENT",
                      

        “ avs_policy”:“ ADDR_OR_POSTAL_CODE_LENIENT”,
                      

        "ignore_avs_failure_if_cvv_match": false,
                      

        “ ignore_avs_failure_if_cvv_match”:false,
                      

        "transaction_allowed_countries": "US,CA"
                  

        “ transaction_allowed_countries”:“ US,CA”
                  

        },

        },

        ...

        ...

          1. Log in to your WordPress admin dashboard.

            登录到WordPress管理控制台。

          2. Click WooCommerce > Settings > Checkout > AffiniPay for WooCommerce.

            点击 WooCommerce > 设置> 结帐> AffiniPay for WooCommerce

          3. Check the Test Mode checkbox.

            选中测试模式复选框。

            Note: Test mode helps you verify that the integration is working as expected before accepting payments from clients.

            注意:测试模式可帮助您在接受客户付款之前验证集成是否按预期工作。

            Check/uncheck the Test Mode checkbox and click Save to turn test mode on/off.

            选中/取消选中测试模式复选框,然后点击保存以打开/关闭测试模式。

          4. Enter your test- and live-mode public/secret keys and account IDs in the following fields:

            在以下字段中输入测试模式和实时模式的公共/秘密密钥和帐户ID:

          5. Click Save Changes.

            点击保存更改

          That’s all the configuration you need to do for this plugin.

          这就是您需要为此插件进行的所有配置。

          Next, try running a credit card transaction on your site using a test card.

          接下来,尝试使用测试卡在您的网站上进行信用卡交易。

          Log in to your AffiniPay merchant account to see transaction details.

          登录到您的 AffiniPay商家帐户以查看交易详细信息。

          Contribute

          贡献

          Contributions in the form of GitHub pull requests are welcome.

          欢迎以GitHub pull请求的形式进行贡献。

          Please adhere to the following guidelines:
            

          请遵守以下准则:
            

          – Before embarking on a significant change, please create an issue to discuss the proposed change and ensure that it is likely to be merged.
            

          –在进行重大更改之前,请创建一个问题以讨论建议的更改,并确保将其合并。
            

          – Follow the coding conventions used throughout the project, including 2-space indentation and no unnecessary semicolons.

          –遵循整个项目中使用的编码约定,包括2空格缩进和没有不必要的分号。

          Many conventions are enforced using eslint.
            

          许多约定是使用eslint强制执行的。
            

          – Any contributions must be licensed under the GPL license.

          –任何捐款都必须获得GPL许可。

          License

          许可证

          GPL © AffiniPay LLC

          GPL ©AffiniPay LLC

下载地址

https://downloads.wordpress.org/plugin/affinipay-woocommerce.zip

https://downloads.wordpress.org/plugin/affinipay-woocommerce.zip

-EOF-

AI助手支持GPT4.0