Hello guys, I am working on a project and there is a situation to check if client has invoked the subscription from paypal. Now I want to check it through PHP(SDK), so I could update it in the DB. Any suggestion will be highly appreciated, thank you.
Use PayPal's REST API to retrieve payment info array. There will be a 'STATUS' string with the payment status (Active, Pending, Suspended, or Cancelled).