Skip PayPal Payback API Payment

Can I suspend my PayPal recurring payment profile so that it skips my monthly bill? If I paused a payment, wait a month and then resume it - will he try to pay for the missed month?

As part of the proposed partnership scheme, we intend to skip the month of payment as a rebound. Is there a way to do this without the customer submitting a new payment payment?

+3
source share
1 answer

Yes, that should be good. Make sure you set AUTOBILLOUTAMT to "NoAutoBill" using the UpdateRecurringPaymentsProfile API. This will stop him from adding an outstanding balance to the next account. You can also set OUTSTANDINGAMT to 0 to remove the remaining amount.

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

+5
source

All Articles