Use Vault with Adaptive Payments

泄露秘密 提交于 2019-12-12 03:09:49

问题


Is it possible to store credit card information from the user then use the stored token/info with adaptive payments to payout sellers?


回答1:


If you are referring to the Vault operation in the REST API, then unfortunately, no, it is not possible to use the stored credit card information in Adaptive Payment. Both operations are from different API family (REST API and Adaptive Payment API), so they are not compatible.

However, in Adaptive Payment, there is Preapproval operation which allows storing payer's payment information to be used in future payment (similar to Vault/ Reference Transaction/Tokenization). Credit card payment can be done through guest checkout feature (https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/#guest-payments) but if I am not mistaken, there are limitations.

  • https://developer.paypal.com/docs/classic/adaptive-payments/ht_ap-basicPreapproval-curl-etc/
  • https://developer.paypal.com/docs/classic/adaptive-payments/integration-guide/APIntro/#preapproved-payments-flow


来源:https://stackoverflow.com/questions/38426748/use-vault-with-adaptive-payments

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!