I integrated PayPal subscription in JavaScript. And subscription id store in database. Then I used task scheduling monthly to check that subscription id 's transactions to create invoice also cancel subscription. But the problem is I can't check subscription details, List transactions for subscription and cancel subscription through Api. I see all manually in PayPal sandbox. I want to see through Api call that help to build task schedule. Can anyone help me?
... View more