Personally, I feel as though using the api explorer to gain a better understanding of how to implement the subscription API to my website has not been successful.
I apparently can’t even find the right plan ID, even though I use the items api request to get it… it still gives me a bad request and says the item does not exist. So, apparently something is not correct…
Does anyone have a walkthrough or video available explaining how to set this up from start to finish? It would be outstanding if you did.
This is the 5th api I’ve worked with, and has been the most difficult so far. I haven’t been able to pin point why. I would think that if it could pull your token key for you, then it should also be able to help you in filling in the required ID’s as well.
With that being said, my goal is to create a subscription that provides access within my website. The users will set up their subscription from their account page. My goal is to have them submit the plan request, and then have my website check it regularly to ensure that the subscription is still active, and thus give them access to the paid part of my website.
Would love to see a more specific walkthrough on how to get this accomplished.