'403 stripe error - 'the provided key does not have the permissions for the end point on this account' - python requests

enter image description here

I am current reverse-engineering a websites api in order to buy tickets online at an extremely fast rate, i am on the last stage where i believe i just have to post a request to stripes API with form data of my credentials but when i post it, i recieve a 403 error saying my authentication key does not have the required permissions - what am i missing? If you need any more info please let me know.



Solution 1:[1]

What you need to do in this case was just inspect every request made in that session and a private key would become apparent. Stripe didn't want me to find it but eventually I managed to. I then just used this key as a form of authentication. Much simpler than I thought

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Dan Roberts