Can you cancel a PayPal automatic payment via API? (Subscription created via Hosted button)

前端 未结 5 724
臣服心动
臣服心动 2020-12-15 17:58

Can you cancel a PayPal automatic payment via API? It\'s a \"Subscription\" created via Hosted button.

I have the \"Automatic payment number\" and the \"Transaction

5条回答
  •  生来不讨喜
    2020-12-15 18:23

    "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."

    Was having the same problem and just read it by Robert and it works, you can cancel standard website subscription using API.

提交回复
热议问题