PayPal 订阅与定期订阅? [英] PayPal subscription vs recurring?

查看:49
本文介绍了PayPal 订阅与定期订阅?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

谁能解释一下两者的区别?据我所知,订阅是您从 PayPal 获取 HTML 按钮的方式,而重复是通过 API 完成的.

Can someone explain the difference between the two? From what I have read, subscription is the one where you grab the HTML button from PayPal, whereas recurring is done via the API.

是这样还是还有更多?

如果是这样,订阅客户如何取消订阅?

If so, how do subscription customers cancel their subscription?

(而且,为什么 PayPal 使开发人员必须在论坛上搜索答案?!)

(And, why does PayPal make it so developers have to trawl forums for answers?!)

推荐答案

PayPal 不同类型的重复交易:

订阅

订阅是通过网站支付标准订阅按钮创建的.在 2009 年之前,订阅配置文件 ID 以 S-XXXXXXXX 开头.您无法通过任何 API 调用来管理这些订阅.2009 年之后订阅配置文件 ID 以 I-XXXXXX 开头.您可以通过 ManageRecurringPaymentsProfileStatus API 调用取消这些订阅.

A subscription is created via a Website Payments Standard Subscribe button. Before 2009, the subscription profile ID started with S-XXXXXXXX. You are not able to manage these subscriptions via any API calls. After 2009 the subscription profile ID starts with I-XXXXXX. You are able to cancel these subscriptions via the ManageRecurringPaymentsProfileStatus API call.

定期付款资料

定期付款配置文件是通过 CreateRecurringPaymentsProfile API 创建的,并且可供 Express Checkout 用户以及使用直接定期付款作为其网站付款专业版产品一部分的用户访问.

A recurring payments profile is created through the CreateRecurringPaymentsProfile API, and is accessible for both Express Checkout users, as well as those using Direct Recurring Payments as part of their Website Payments Pro Product.

如果您通过 Express Checkout 使用 CreateRecurringPaymentsProfile,您需要事先获得买家的授权,通常通过在初始 SetExpressCheckout<中传递 BILLINGTYPE=RecurringPayments 获得/code> API 调用.

If you use CreateRecurringPaymentsProfile via Express Checkout, you'll need prior authorization from the buyer, typically obtained by passing BILLINGTYPE=RecurringPayments in your initial SetExpressCheckout API call.

如果您使用的是直接定期付款,您将能够直接将信用卡详细信息传递到 CreateRecurringPaymentsProfile API 调用中.

If you're using Direct Recurring Payments, you'll be able to directly pass in the credit card details into the CreateRecurringPaymentsProfile API call.

定期计费
适用于 Payflow Pro/Website Payments Pro Payflow Edition 客户.这与直接定期付款类似,但它是通过 Payflow API 完成的.

Recurring Billing
Available for Payflow Pro / Website Payments Pro Payflow Edition customers. This works similar to Direct Recurring Payments, except it's done through the Payflow API.

--
在所有情况下,都会创建一个个人资料",而 PayPal 会按照您提供的时间表进行实际计费.您无需为要处理的订阅/定期付款配置文件/定期计费配置文件进行任何进一步的 API 调用.

--
In all cases, a 'profile' is created, and PayPal is the one doing the actual billing on the schedule that you provided. You don't need to make any further API calls for the subscription / recurring payments profile / recurring billing profile to be processed.

这篇关于PayPal 订阅与定期订阅?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆