Stripe Created syntax

I know this is probably a silly question, but I can not get it working.

Stripe docs say the syntax is created.gte=1619827200 if I am reading it right

I feel as though I have tried every different way to write this so it will return 10 results where the date is greater than 1 May 2021 00:00:00 but no matter what syntax i use i get the error of invalid integer so a bit unsure if my syntax is incorrect or my unix timestamp is incorrect.
Something so seemingly simple has me spinning my wheels, anyone got a suggestion.

My guess is the Wappler integration doesn’t support this. I’d move over to postman, download the stripe collection, and see if you can make it work there. Assuming yes, then use an API action.

1 Like

Thanks Ken, I assume you right, as I already tested this directly with the API and it does work as expected, just can not seem to get Wappler to use it the same way.

Thanks so much for confirming, always concerned I am just entering something incorrectly.