When cancelling a plan for a user, I run the normal ‘cancel the current user’s plan’ workflow which i can see successfully cancels it in stripe, but there is no update on my app itself.
I think it might have something to do with adding another step after cancelling the plan, → make changes to current user and change the fields in there, however when testing I’m really not sure what to change as fiddling around yields different errors.
Hey, I just recently made my own Plugin with Stripe…
I will suggest you to try to add another step after the ‘cancel the current user’s plan’ that will be ‘Return data from API’…
then you can get the response from the action and save it and show it if there is an error…
Thankss for your reply @maoz , Is the “Return Data from API” your own step created by your plugin? The closest i can find is what i mentioned previously, the “Get Datat from external API”, but i can’t seem to get that to update the status of my Current User’s Plan
The “Return Data from API” is not my own, you need to create new step after the action "cancel the current user’s plan and you can search for “Return Data from API”…