I'm using PayPal NVP API to do reference transactions with express checkout. I create billing agreements and charge using the agreements in sandbox and in a production environment, however when I try to call BAUpdate (METHOD=BillingAgreementUpdate in the NVP API) I get the a response with error code 81002 and description

Method specified is not Supported

I can't find anywhere in PayPal's docs if this method is deprecated or if I need to send something else.

有帮助吗?

解决方案

The proper call is BillAgreementUpdate (confusing, I know). That should let you cancel your billing agreement.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top