#deepak-kumarwizniche_code
1 messages ¡ Page 1 of 1 (latest)
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- deepak_payouts-balance-transactions, 7 minutes ago, 28 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1236028167127437322
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
There's a created param. See: https://docs.stripe.com/api/balance_transactions/list#balance_transaction_list-created
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you give an example of how created array should look like?
I am confused about gte lte
created.gt
integer
Minimum value to filter by (exclusive)
created.gte
integer
Minimum value to filter by (inclusive)
created.lt
integer
Maximum value to filter by (exclusive)
created.lte
integer
Maximum value to filter by (inclusive)
Exclusive means it doesn't include the date you pass (ie either greater or less than that date). Inclusive means it includes that date (ie greater than or equal to or less than or equal too)
what format date does it require?
Our api only accepts unix timestamps