简体   繁体   English

跳过支付 PayPal 定期支付 API

[英]Skip payment PayPal recurring payments API

Is it possible to suspend a PayPal recurring payment profile such that it skips a month's bill?是否可以暂停 PayPal 定期付款配置文件,使其跳过一个月的账单? If I suspend a payment, wait a month, then resume it - will it try to bill for the missed month?如果我暂停付款,等待一个月,然后恢复付款 - 它会尝试为错过的月份收费吗?

As part of a proposed affiliate scheme we intend to skip a month's payment as a kick-back.作为提议的附属计划的一部分,我们打算跳过一个月的付款作为回扣。 Is there any way to do this without getting the customer to submit a new paypal payment request?有没有办法在不让客户提交新的贝宝付款请求的情况下做到这一点?

Yes, that should be fine.是的,应该没问题。 Ensure you set AUTOBILLOUTAMT to 'NoAutoBill' with the UpdateRecurringPaymentsProfile API, though.不过,请确保使用 UpdateRecurringPaymentsProfile API 将 AUTOBILLOUTAMT 设置为“NoAutoBill”。 This will stop it from adding an outstanding balance to the next bill.这将阻止它在下一个账单中添加未结余额。 You could also set OUTSTANDINGAMT to 0 to remove any outstanding amount.您还可以将 OUTSTANDINGAMT 设置为 0 以删除任何未结金额。

https://developer.paypal.com/docs/classic/api/merchant/UpdateRecurringPaymentsProfile_API_Operation_NVP/ https://developer.paypal.com/docs/classic/api/merchant/UpdateRecurringPaymentsProfile_API_Operation_NVP/

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

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