#rarcif
1 messages · Page 1 of 1 (latest)
The fields which support filtering are listed at the API ref. Otheriwse you'll need to implement that filtering yourself
Thanks. could you share the link? I'll try to find them as well in the meantime
Which link?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
found it
You just shared the link above. The parameters there are the filters
Seems like available_on is supported? So not sure I understand your original Q
A filter on the list based on the object available_on field. The value can be a string with an integer Unix timestamp, or it can be a dictionary with the following options:
ok, I thought there is a different page for the API references so I was trying to make sure I understood you correctly
so the available_on field is available as attribute. 🙂
is there an example of how to pass the attribute into the api object that I could use?
Not to hand. If you're using the Node.js SDK then it's all typed