#Nelsonct7
1 messages · Page 1 of 1 (latest)
hello! do you mean you want to retrieve a Product object via the API? If so, this is the API : https://stripe.com/docs/api/products/retrieve
can we use this method in react front end
with out node server
@plain kestrel is it possible ?
no, that's not possible. To retrieve the Product, it must be done with the secret key, and hence via your server