manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
65 stars 32 forks source link

403 Forbidden Error while Setting up configuration. #107

Closed Amaan-Shaah closed 8 months ago

Amaan-Shaah commented 9 months ago

image

Hi , i am using stripe for strapi and i have not been able to setup my stripe configuration, whenever i check the network logs, i can see that getSettings & updateSettings always return 403, could you help please?

Node version-v18.16.0 npm version -9.5.1

strapi-v4.11.5

MGolob commented 9 months ago

You need to create an strapi api token in the settings and provide it in the env file.

Amaan-Shaah commented 9 months ago

You need to create an strapi api token in the settings and provide it in the env file.

Thanks, my token expiration date was not unlimited!

Much appreciate the help!