[WordPress] 外掛分享: PCI Vault Forms

WordPress 外掛 PCI Vault Forms 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「PCI Vault Forms」是 2022-08-18 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2024-10-08,距離現在已有 208 天。
  • 外掛最低要求 WordPress 4.3.1 以上版本才可以安裝。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

pcivault |

外掛標籤

PCI | forms | payment | credit card | payment gateway |

內容簡介

使用 PCI Vault 可以安全地從您的網站上 捕獲付款卡數據 。PCI Vault 是供應商中立的 PCI DSS 合規環境。

使用此外掛捕獲的數據將直接發送到 PCI Vault 的 DSS 合規數據庫,並不會存在您自己的伺服器上。這使您可以安全地捕獲和 將信用卡數據令牌化 ,而不需要符合 PCI DSS 规定。

工作原理

此外掛插件附帶了一個短代碼,可以載入 PCI Vault 自己的 付款卡數據 (PCD) 表單,並使用所有必要的請求到 PCI Vault API ,以使表單運作正常。您可以在此 了解有關 API 的更多資訊 。

請注意,這包括兩個付費的 API 請求:1 個在表單載入時,以及 1 個在數據發送到 PCI Vault 時。

要使用此外掛,請在 PCI Vault 選項菜單中添加您的授權詳細信息和金鑰用戶名 / 密語。然後,您可以使用 pcivault_capture 短代碼在網站的任何位置載入捕獲表單。

短代碼屬性

所有有效的短代碼屬性都直接匯入呈現表單的 JavaScript中。這些屬性的安全性是網站的責任,而不是 PCI Vault 的責任。

每個屬性都必須是有效的 Javascript 表達式。我們建議使用返回您想要屬性擁有的值的函數調用,這將提供額外的靈活性並避免出現 WordPress 的消毒問題。

屬性選項包括:
* success_callback:如果成功存儲卡,要調用的 JS 函數。
* error_callback:如果未成功存儲卡,要調用的 JS 函數。
* extra_data:與卡一起存儲的額外數據,必須是有效的 JS 對象。這就是使用 JS 函數調用真正有幫助的地方。
* show_card:一個 true / false 值,表示是否在表單上顯示卡。
* disable_luhn:一個 true / false 值,表示是否需要在所有表單字段上禁用驗證。
* force_keypad:一個 true / false 值,表示是否需要強制用戶使用隨機顯示器上的鍵盤來輸入卡號。這有助於保護您免受按鍵記錄器的攻擊。
* field_options:用於指定哪些表單字段要顯示或驗證的配置對象。

有關這些字段的更多信息,請查看 PCI Vault 的 付款卡數據 (PCD) 表單 文檔。

PCI Vault

這個外掛中所有的魔法都在 PCI Vault 的環境中完成。

此外掛插件發送一個經過驗證的請求到 PCI Vault,檢索一個 獨特捕獲端點。

此請求包括您的驗證詳細信息以及在 PCI Vault 選項菜單中指定的鍵 / 密語對。

此外掛還從 PCI Vault 載入了一個 基於主機的 PCD 表單。

您需要成為 PCI Vault 的客戶才能使用此外掛插件。您可以 查看我們的價格 並 註冊帳戶。

還可以查看我們的

原文外掛簡介

Securely capture payment card data from your site using PCI Vault. PCI Vault is a vendor neutral PCI DSS compliant environment designed to reduce your PCI compliance scope to a SAQ by using credit card tokenization.
Data captured with this plugin will be sent to PCI Vault’s DSS compliant environment directly, and will not be present on your own server. This allows you to securely capture and tokenize credit card data without being PCI DSS compliant.
How it Works
The plugin comes with a short code that loads PCI Vault’s own Payment Card Data (PCD) form, and makes all the necessary requests to the PCI Vault API in order to get the form working. You can read more on the API side of things here.
Take note that this includes 2 paid API requests: 1 when the form loads, and 1 when the data is being sent to PCI Vault.
To use this plugin, add your authorisation details, and the user/passphrase for a key, in the PCI Vault Options menu. You can then load the capture form anywhere in your site by using the pcivault_capture shortcode.
Shortcode Attributes
All valid short code attributes are imported directly into the javascript that renders the form. The security of these attributes are the responsibility of the site, and not PCI Vault.
Every attribute must be a valid Javascript expression. We recommend to use function calls that return the values you want the attributes to have, this will grant extra flexibility and avoid issues with WordPress’s sanitisation.
The attribute options are:

success_callback: A JS function to call if the card was successfully stored.
error_callback: A JS function to call if the card was not successfully stored.
extra_data: Extra data to store along with the card, must be a valid JS object. This is where using a JS function call really helps.
show_card: A true/false value on whether or not to show the card on the form.
disable_luhn: A true/false value on whether to disable validation on all form fields.
force_keypad: A true/false value on whether to force the user to use a randomised on-screen keypad for entering card numbers. This helps to protect you from key-loggers.
field_options: A configuration object for specifying which of the form fields to show or validate.

For more information on these fields, please check the documentation for PCI Vault’s Payment Card Data (PCD) form.
PCI Vault
All of the magic behind this plugin happens on PCI Vault’s environment.
This plugin sends an authenticated request to PCI Vault, retrieving a unique capturing endpoint.
This request includes your authentication details, and the key/passphrase pair specified in the PCI Vault Options menu.
This plugin also loads a hosted PCD form from PCI Vault.
You need to be a customer of PCI Vault for this plugin to work. You can view our pricing and register an account.
Also have a look at our Terms of Service and our Privacy Policy.

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「PCI Vault Forms」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.0 | 1.0.1 | 1.0.2 | 1.1.0 | 1.1.1 | 1.1.2 | 1.1.3 | trunk |

延伸相關外掛(你可能也想知道)

  • Paystack WooCommerce Payment Gateway 》Paystack 讓尼日利亞、迦納、肯亞和南非的企業可以輕鬆地從多個當地和全球支付渠道接受安全付款。今天就與您的商店整合 Paystack,讓您的客戶使用自己喜歡的...。
  • Yoco Payments 》透過 Yoco,您可以在 WooCommerce 的線上商店收款。, Yoco 的 WooCommerce 插件為客戶提供現場付款體驗,優化轉換率,因為客戶不必被轉址到另一個頁面進行付...。
  • Pay for Payment for WooCommerce 》此外掛可為每種付款方式分別添加固定費用或者是購物車總額的百分比費用,此外掛會先計算百分比費用,再加上固定費率。, 付款項目標題中可使用占位符:, , [FI...。
  • PayU GPO Payment for WooCommerce 》PayU 購物車外掛程式,適用於 WooCommerce, 此外掛程式提供以下付款方式:, , PayU – 一般模式 – 付款人將被導向至 PayU 的托管付款頁面,可以選擇任何在您的...。
  • Authorize.Net Payment Gateway For WooCommerce 》Authorize.Net 付款網關是一個 WordPress 外掛,可讓您在您的網站上從全球接受信用卡付款,並透過 Authorize.Net 商家帳戶進行結算。WooCommerce 是 WordPres...。
  • Asaas Gateway for WooCommerce 》在您的 WooCommerce 商店中使用 Asaas 作為付款方式。, 此外掛程式是使用 Asaas API v3 實作而成。結帳機制是完全透明的。顧客不需要離開您的商店以完成訂單...。
  • SumUp Payment Gateway For WooCommerce 》透過 SumUp 在 WooCommerce 商店接受付款,助您擴大業務。, SumUp 的 WooCommerce 外掛為消費者提供喜愛的付款方式,並在簡短步驟內提供無縫支付體驗。支付透...。
  • Montonio for WooCommerce 》Montonio是一個包含所有熱門付款方式(當地銀行、信用卡付款)+財務和運輸的電商全方位結帳解決方案。在您的網店結帳過程中,Montonio提供您所需的一切。, 付...。
  • Pix para WooCommerce 》這是一個透過 PIX 在 WooCommerce 上收款的外掛程式。, 此外掛的功能包括:, , 為 WooCommerce 新增一個付款的 Gateway。, 透過消除中介,使您的付款變得更加...。
  • Payment Gateway Plugin for PayPal WooCommerce 》介紹, 使用 WebToffee WooCommerce PayPal 付款通道外掛可以將 PayPal 整合進 WooCommerce 中,以接受透過安全的 PayPal 付款通道的付款。您可以在 WooCommer...。
  • WooCommerce Custom Payment Gateway 》若客戶無法使用您的付款通道付款,請給予他提交訂單的機會,並讓他在備註中告知可支付方式。這款外掛非常簡單且高效,更重要的是,設定和使用都非常容易。, ...。
  • toyyibPay for WooCommerce 》現在您可以快速且簡單地在 WooCommerce 商店中整合馬來西亞主要的支付管道!, toyyibPay 支付網關外掛程式適用於 WooCommerce。, , 我們的價格始終是每筆交易...。
  • WooCommerce Payment Gateway – Paysera 》Paysera 支付 + 配送, 這款外掛讓您的網店一應俱全,結合付款和配送功能於一體。該外掛集合了所有熱門配送公司,在您的網站上顯示您的配送選項,同時提供支付...。
  • Instamojo for WooCommerce 》印度新興的 C2C 支付和電子商務平台。, 我們讓數字商務普及化,為人們打造新的機會和可持續的生計。, 我們相信每個商業理念都應該有機會在網路上成長,但現實...。
  • Custom Payment Gateways for WooCommerce 》Custom Payment Gateways for WooCommerce 外掛可讓您添加自己可自訂的付款方式到 WooCommerce 上。超過 40% 的顧客會放棄購買,如果他們喜愛的付款方式無法...。

文章
Filter
Apply Filters
Mastodon