简体   繁体   English

平衡付款API是否可以验证这些?

[英]Does balanced payment api validate these?

does api validate balanced payment api是否验证平衡付款

  1. social security number 社会安全号码
  2. address 地址
  3. account number 帐号
  4. legal name 合法名称
  5. EIN EIN
  6. Date of birth if yes, then how?? 如果是生日,那怎么办?

There are a two separate validation processes, one that occurs on the Customer resource and then on the Funding Instrument. 有两个单独的验证过程,一个发生在客户资源上,然后发生在资金工具上。

1) Customer 1)客户

For customer identity verification: https://docs.balancedpayments.com/1.1/overview/resources/#customer-identity-verification 对于客户身份验证: https : //docs.balancedpayments.com/1.1/overview/resources/#customer-identity-verification

The customer identity verification is run through a 3rd party identification service each time the customer resource information is saved or updated, and is pertinent to underwriting merchants that are being paid out to. 每次保存或更新客户资源信息时,都会通过第三方身份验证服务运行客户身份验证,并且该身份验证与正在向其付款的承销商有关。

2) Funding Instrument For address verification: https://docs.balancedpayments.com/1.1/overview/resources/#address-verification-service-avs 2)用于地址验证的资金工具https : //docs.balancedpayments.com/1.1/overview/resources/#address-verification-service-avs

Furthermore the Name, CVV, Postal_code, and Country Code fields are critical to reducing both fraud and declinations. 此外,“名称”,“ CVV”,“邮政编码”和“国家/地区代码”字段对于减少欺诈和拒绝行为至关重要。 These fields are checked by the banks, but do not result in hard failures. 这些字段由银行检查,但不会导致硬故障。 More info can be found here: https://docs.balancedpayments.com/1.1/overview/best-practices/#reducing-declined-transactions 可以在这里找到更多信息: https : //docs.balancedpayments.com/1.1/overview/best-practices/#reducing-declined-transactions

Please note that even if a customer object has name or address data this is not passed on to the card object when associated. 请注意,即使客户对象具有名称或地址数据,也不会在关联时传递给卡对象。

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

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