manishkatyan / strapi-stripe

Stripe Plugin for Strapi CMS
65 stars 32 forks source link

Issue trying to save plugin config #98

Closed soyerno closed 1 year ago

soyerno commented 1 year ago

Hello, when I'm saving the configuration I got 403 error message from the endpoint strapi-stripe/getSettings.

Do you know how to solve it?. Thank you in advance.

image

FlambeSk commented 11 months ago

Hello, did you solved this problem? I am having same problem.

FlavioScimeca commented 11 months ago

same problem

Amaan-Shaah commented 9 months ago

Hi any one figured out a fix?

FlavioScimeca commented 9 months ago

Hi any one figured out a fix?

I implemented the logic by my self

FlambeSk commented 9 months ago

Hi any one figured out a fix?

I implemented the logic by my self

Same, I implemented it by myself because it's still broken

Amaan-Shaah commented 9 months ago

Hi any one figured out a fix?

I implemented the logic by my self

Same, I implemented it by myself because it's still broken

do you mean you added stripe outside of strapi?

FlambeSk commented 9 months ago

I have used Stripe node library and implemented API calls I needed https://github.com/stripe/stripe-node

FlavioScimeca commented 9 months ago

Hi any one figured out a fix?

I implemented the logic by my self

Same, I implemented it by myself because it's still broken

do you mean you added stripe outside of strapi?

Yes, take data from Strapi and than after payment change what you need in your Strapi DB with Stripe Webhook