简体   繁体   English

Paypal Vault卡号被屏蔽

[英]Paypal Vault card number is masked

In sandbox mode i am able to store credit card numbers, however when i retrieve it the card number is masked IE "xxxxxxxxxxxx1111". 在沙盒模式下,我能够存储信用卡号,但是当我检索它时,该卡号被屏蔽了IE“ xxxxxxxxxxxx1111”。 The documentation states that it should be a numeric string. 文档指出它应该是一个数字字符串。 Is this how it is supposed to work or does it just do this in the sandbox? 这是应该工作的方式还是只是在沙盒中执行此操作?

This is correct functionality. 这是正确的功能。 The full card number is hidden in the response, so the above information is accurate. 完整的卡号隐藏在响应中,因此上述信息准确无误。

You'll find the information in the developer's page under Vaulted Credit Cards: "The credit card number. Valid value is a string of numeric characters with no spaces or punctuation. Must conform to modulo and the length required by its credit card type. Redacted in responses ." 您可以在开发人员页面上的“ Vaulted信用卡”下找到以下信息:“信用卡号。有效值是一串数字字符,没有空格或标点符号。必须符合其信用卡类型的模数和长度要求。 已编辑在回应中 。”

https://developer.paypal.com/docs/api/vault/#credit-card_create_response https://developer.paypal.com/docs/api/vault/#credit-card_create_response

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM