Subscription Workflow Tests #7345
Unanswered
positivesquare
asked this question in
API Feature Requests & Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone.
I am working on implementing subscription payments on a discord app and I am stuck at the point where I need to test the subscription workflow from the moment when a user subscribes to the moment where the user cancels the subscription or is getting renewed.
As I understand the documentation, there isn't a way to test trigger the events generated by subscription create/update/delete apart from subscribing from a dev account to make it free. With that said and done, you are stuck with the subscription on your account with no way to remove it in order to try again, unless you wait until the subscription has ran out in a month.
Another issue that I cannot find a solution for removing active/canceled test subscriptions from a guild. This way I do not have to create multiple guilds every time I want to create a new subscription.
Removed SKUs from the account still show if you are fetching them from the API making the debugging or the testing very difficult.
I apologise if I have missed the documentation where it tells you how to do this.
Any ideas are much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions