#cappuccino8884
1 messages · Page 1 of 1 (latest)
List Balance Transactions API supports searching by created timestamp: https://stripe.com/docs/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.
i'll try via console, but i don't see it in docs(
This is indeed strange. If you open https://stripe.com/docs/api/balance_transactions/list#balance_transaction_list-created in incognito mode (without signing to Stripe account), does created field show?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
ohhh... yes, in incognito I can see it!
should it work for all accounts? or only for accounts who can see it?
It should work for all accounts. Can you try if it works in test mode?
i tried it for our real customer and it works!