简体   繁体   English

使用Paypal为WooCommerce自动付款

[英]Automatic payment with Paypal for WooCommerce

I have a list of users and their credit card(Visa & Master) credentials.I would like to make the payments programmatically via code and not the general flow of going to paypal interface.I'm using woocommerce plugin and woocommerce hooks. 我有一个用户列表及其信用卡(Visa和Master)凭据。我想通过代码以编程方式进行付款,而不是通过Paypal界面的一般流程进行付款。我正在使用woocommerce插件和woocommerce挂钩。

How can I do this with Paypal plugin? 如何使用Paypal插件执行此操作?

What you're explaining would require in-depth and expensive procedures for PCI compliance since you are saving sensitive card details in files on your server. 您要解释的内容将需要深入且昂贵的步骤来确保PCI合规性,因为您将敏感的卡详细信息保存在服务器上的文件中。 It's highly recommended you don't do that. 强烈建议您不要这样做。

That said, however you're gathering the card data, you can use PayPal Pro to process the payment directly via the API. 话虽如此,但是您正在收集卡数据时,可以使用PayPal Pro直接通过API处理付款。 Have you looked into that yet? 你调查过了吗?

What would be best for you would be to setup an Authorization for people when you collect their card details. 最好的办法是在收集人员的卡信息时为他们设置一个授权。 Then instead of saving the card details in your file you just save the transaction ID from the Authorization. 然后,无需将卡详细信息保存在文件中,只需保存授权中的交易ID。 Then you can process the actual payments using reference transactions where it would pull the card details saved at PayPal's server to process the payment instead of saving anything sensitive on your own server. 然后,您可以使用参考交易处理实际付款,这将提取保存在PayPal服务器上的卡详细信息以处理付款,而不是在您自己的服务器上保存任何敏感信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用paypal自动付款 - Automatic payment with paypal 在 WooCommerce 上获取 Paypal 付款详细信息 - Get Paypal Payment Details on WooCommerce WooCommerce付款和注册后自动登录 - Automatic login after WooCommerce payment and registration 是否可以在不使用WooCommerce重定向到PayPal网站的情况下进行PayPal付款? - Is it possible to make PayPal payment without redirecting to PayPal website using WooCommerce? WooCommerce'woocommerce_payment_complete'未在PayPal沙盒付款上运行 - WooCommerce 'woocommerce_payment_complete' not running on PayPal Sandbox payments 如何在 WooCommerce / WooCommerce PayPal 支付插件中更改支付选项的标志 - How to change logo of payment option in WooCommerce / WooCommerce PayPal Payments plugin 贝宝沙盒测试不会自动返回并且付款失败错误 - paypal sandbox testing doesn't return automatic and payment failed error Woocommerce + Payment (PayPal) - 安全地更新订单状态 + 获取交易 ID - Woocommerce + Payment (PayPal) - Securely update order status + get transaction ID PayPal WooCommerce - payment_complete 钩子来捕获使用的电子邮件 - PayPal WooCommerce - payment_complete hook to capture email used 从Wopalommerce中的Paypal成功付款订单状态处理问题 - Order status processing issue on successful payment from Paypal in Woocommerce
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM