简体   繁体   English

PayPal 中的订阅

[英]Subscriptions in PayPal

I am working on integrating Recurring Payments functionality in Asp.Net based application where people can subscribe to a Service where they will be paying a monthly amount.我正在努力在基于 Asp.Net 的应用程序中集成定期付款功能,人们可以在其中订阅一项服务,他们将按月支付金额。 I am trying to achieve the same using PayPal's Subscription APIs .我正在尝试使用 PayPal 的Subscription APIs来实现相同的目标。 One another aspect is where people will be making payments using their Credit Card instead of PayPal's account.另一方面是人们将使用他们的信用卡而不是贝宝的账户进行支付。 I have tried to search for a sample code where I can see that Credit Card information is passed to the Subscription API but unable to find the same.我试图搜索一个示例代码,我可以在其中看到信用卡信息已传递给订阅 API 但找不到相同的。 Can anyone points me to a sample code where this is implemented or guide me on how I can do this?任何人都可以向我指出实现此功能的示例代码或指导我如何做到这一点?

PayPal does provide a Subscription only API for PayPal payments or Guest Checkout where buyer's prompt to create PayPal personal account. PayPal 仅提供订阅 API 用于 PayPal 付款或访客结帐,其中买家提示创建 ZAD69E73368D268ZBCCAA8。 To achieve a Credit card subscription I'd reckon to refer to Braintree Vaulting functionality wherein you can have both Credit Card & PayPal.要实现信用卡订阅,我想参考 Braintree Vaulting 功能,您可以同时拥有信用卡和 PayPal。

Braintree Vault Overview: Our Braintree Vault securely stores customer information – including payment method information – so you can safely keep customers on file. Braintree Vault 概述:我们的 Braintree Vault 安全地存储客户信息(包括付款方式信息),因此您可以安全地将客户存档。

The Vault is used to process payments with our recurring billing feature, and can also be used for non-recurring transactions so your customers don't need to re-enter their information each time they make a purchase from you. Vault 用于通过我们的定期计费功能处理付款,也可用于非定期交易,因此您的客户无需在每次向您购买时重新输入他们的信息。

https://articles.braintreepayments.com/control-panel/vault/overview https://articles.braintreepayments.com/control-panel/vault/overview

Thanks.谢谢。

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

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