royboy789 / Stripe-for-WordPress

Manage your Stripe Customers, Subscriptions, and Products from WordPress Admin
GNU General Public License v3.0
38 stars 13 forks source link

Modify Existing User Subscription #3

Open royboy789 opened 8 years ago

royboy789 commented 8 years ago

Current User should be able to cancel / modify subscription based on plan(s) available

mathetos commented 8 years ago

Looking for a WP solution for that exact purpose right now. Would love to see this happen. How can I help make it happen? What's your approach to it?

zpvc commented 2 years ago

Looking for a WP solution for that exact purpose right now. Would love to see this happen. How can I help make it happen? What's your approach to it?

Easiest solution would be to grab the stripe customer id based off of the wordpress customer meta data. From there you can then use their Stripe customer_id and cancel or modify their subscriptions. The SDK using PHP would easily solve this issue.