Paypal Recurring Profile:如何每小时运行一次?

Posted

技术标签:

【中文标题】Paypal Recurring Profile:如何每小时运行一次?【英文标题】:Paypal Recurring Profile: how to run cycle every hour? 【发布时间】:2019-10-20 15:42:07 【问题描述】:

我正在使用 ExpressCheckout。

SetExpressCheckout DoExpressCheckoutPayment GetExpressCheckoutDetails 创建RecurringPaymentsProfile

以上 api 调用并完美运行。

我希望我的自行车每次跑步都跑。

BILLINGPERIOD 不提供小时选项我该怎么做?

Reference link

【问题讨论】:

【参考方案1】:

对于类似的情况,您需要跳过定期付款 API 并改为设置结算协议。

这将为您提供一个结算协议 ID,然后可以将其传递到 DoReferenceTransaction 以随时处理任何金额的未来付款。

您需要在您的 PayPal 帐户上获得专门批准和启用的结算协议才能执行此操作。

【讨论】:

以上是关于Paypal Recurring Profile:如何每小时运行一次?的主要内容,如果未能解决你的问题,请参考以下文章

收款时Paypal Recurring Payment API CALL

Paypal recurring_payment_skipped 条件

Paypal Recurring Gem - 暂停付款

Paypal Recurring api 用于查找下一次定期付款

PayPal Payflow Recurring Billing:重新激活个人资料

从 Paypal 获取 first_name(和其他信息)并使用 paypal-recurring gem 创建 Rails Devise 帐户