Blocked Request to Stripe Service

Hello,

I’m using this code to get the price list from my Strip account.

var service = new ProductService();
Product product = service.Get("prod_NP1a8MouOEuiSK");

I was testing on another host, and everything is ok. I think there is some blocking request from Cloudflare because the request was not received by Stripe.

thanks for your help.

Are you seeing 403 error?

You may want to check under security events if any security feature is blocking Stripe.
If you identified indeed it’s security, you can proceed to create Skip or bypass/exception rule.