yabacon / paystack-php

A PHP Wrapper for Paystack API - https://www.paystack.com
MIT License
109 stars 70 forks source link

Subscription and Plans update on Customer #14

Open femiiisaa92 opened 6 years ago

femiiisaa92 commented 6 years ago

I have a plans on my site let say Entry Level #100, Bronze #200. During sign up a user will paid #100 which I understand I need to call a plan let say monthly payment and let say email or phone number is unique on my portal site. I also know that once a customer do his/her first transaction paystack automatically register it on my customer list with a customer ID.

The Question is:

  1. How can I automatically update the customer plan upgrading from Entry Level to Brozen after 6months of being a member ( such as I can send a phone number/email or any unique ID )
  2. How can I stop automatically if a customer don't longer interested in the service(s) provided ( such as I can send a phone number/email or any unique ID ) .

As I can't find any of this in most of the API

Thanks.