#matrix - products
1 messages · Page 1 of 1 (latest)
Sure, you can query products from the API: https://stripe.com/docs/api/products/list
Does that get you what you need?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
If not, can you explain what you're looking for in more detail?
What do you mean? You need to make a request from the client to your server to have your server make that request.
Assuming the data is relatively static, I'd suggest caching this on your server
ok thanks