Hi, I’m trying to implement paywall using st-paywall in test mode but the problem is that when I assign to the stripe resrticted key permission for customers to “read” and leave the others None, I get an error:
Error:
PermissionError: Request req_TZSNgJfE4izqtu: The provided key 'rk_test_*********************************************************************************************BYBoGA' does not have the required permissions for this endpoint on account 'acct_1AF6F5BDknbCVWX2'. Having the 'rak_subscription_read' permission would allow this request to continue.
Subscription with Stripe - st-paywall i did everything step by step in tutorial, tried to recreate new API restricted key, but nothing worked. Then i created new Stripe account and for the first try it did work, but later after reloading website and clicking log in via google it gave me this error without asking me which google acount i want to sign in. If i change subsciption to read/write it allows me to view the content behind paywall but again without signing up via specific google acc.
I am pretty lost, would appeciate any help!