如果没有 PCI DSS 1 级合规性,我可以通过 GooglePay 使用 PayPal 吗?
Can I use PayPal thru GooglePay without PCI DSS level 1 compliance
根据 this Google 支付参考,如果我们使用 DIRECT 而不是 PAYMENT_GATEWAY 那么我们需要达到支付卡行业 (PCI) 数据安全标准 (DSS) 级别 1合规。
同一份文件继续指出,如果我们通过 Google Pay 使用 PayPal,那么我们应该指定“DIRECT”:-
因此,如果我们通过 Google Pay 使用 PayPal,我们是否必须符合 1 级标准?我不明白为什么。我们不想解密我们服务器上的任何内容。
if we use DIRECT instead of PAYMENT_GATEWAY then we need to be Payments Card Industry (PCI) Data Security Standard (DSS) Level 1 compliant.
这仅适用于 type: "CARD"
。它不适用于 type: "PAYPAL"
,因为在这种情况下,唯一的卡信息(作为 PayPal 交易的一部分可能存在也可能不存在)仅由 PayPal 处理。
根据 this Google 支付参考,如果我们使用 DIRECT 而不是 PAYMENT_GATEWAY 那么我们需要达到支付卡行业 (PCI) 数据安全标准 (DSS) 级别 1合规。
同一份文件继续指出,如果我们通过 Google Pay 使用 PayPal,那么我们应该指定“DIRECT”:-
因此,如果我们通过 Google Pay 使用 PayPal,我们是否必须符合 1 级标准?我不明白为什么。我们不想解密我们服务器上的任何内容。
if we use DIRECT instead of PAYMENT_GATEWAY then we need to be Payments Card Industry (PCI) Data Security Standard (DSS) Level 1 compliant.
这仅适用于 type: "CARD"
。它不适用于 type: "PAYPAL"
,因为在这种情况下,唯一的卡信息(作为 PayPal 交易的一部分可能存在也可能不存在)仅由 PayPal 处理。