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.