#alecpope
1 messages · Page 1 of 1 (latest)
What query langauge?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Select Stripe CLI and you'll see the example command
Ah great, thanks!
Also the supported query fields for prices don't include an amount field. So I can't filter prices by how much they cost?
No you can't
How can I filter this then? A simple use case would be to allow the user to show only products/prices that cost no more than x€
There's no API to filter prices by amount I'm afraid
So, I need to save products and prices in our own database and filter there?
Yes you can do that