简体   繁体   English

贝宝库自动付款并存储信用卡

[英]automatic payment by paypal vault and store the credit card

i understand we can store our client credit card information by paypay restful api by vault. 我了解我们可以通过Vault的Paypay Restful API存储我们的客户信用卡信息。 My questions are: 我的问题是:

  1. I tried this solution already in my paypal sandbox and it looks fine. 我已经在我的贝宝(Paypal)沙箱中尝试了此解决方案,看起来不错。 But before executing this payment, it seems no approval is needed from my client. 但是在执行这笔付款之前,似乎不需要客户的批准。 Is it normal? 正常吗

  2. Can I store this card id and charge my client in the future? 我可以存储此卡ID并在将来向客户收费吗? Can I schedule some scripts to charge my client on weekly basis without their approval by vault method? 我可以安排一些脚本每周收费一次,而不用Vault方法批准吗? It is like recurring billing? 就像是定期计费?

  3. From this link https://developer.paypal.com/webapps/developer/docs/integration/direct/rest_api_payment_country_currency_support/#direct-credit-card-payments paypal said Direct Credit Card Payments is only available in US and UK. 通过此链接https://developer.paypal.com/webapps/developer/docs/integration/direct/rest_api_payment_country_currency_support/#direct-credit-card-payments paypal表示,直接信用卡付款仅在美国和英国可用。 I am not in UK neither US. 我既不在英国也不在美国。 Can I use vault to charge my client? 我可以使用保管库向客户收费吗?

Thanks. 谢谢。

  1. That is normal, you should get the approval when you are storing the card, explaining to the user what they are consenting to. 这是正常的,在存储卡时应该获得批准,并向用户解释他们的同意。 Within the valid_until range as in https://developer.paypal.com/webapps/developer/docs/integration/direct/store-a-credit-card/ , you should not need additional approval for charges. https://developer.paypal.com/webapps/developer/docs/integration/direct/store-a-credit-card/中的valid_until范围内,不需要额外的费用批准。

  2. You can store the card token and charge client in the future, in effect achieving something similar to recurring billing. 您将来可以存储卡令牌并向客户收费,实际上可以实现类似于定期计费的功能。 https://github.com/paypal/rest-api-sdk-nodejs/issues/3#issuecomment-37940026 https://github.com/paypal/rest-api-sdk-nodejs/issues/3#issuecomment-37940026

  3. That is correct, you can only use direct credit card payments (which includes Vault) only in the US and UK for now. 没错,您目前只能在美国和英国使用直接信用卡付款(包括保险柜)。

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

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