#ParkerMurray
1 messages · Page 1 of 1 (latest)
Hello! What transactions are you referring to? Balance Transactions, or somthing else?
transactions associated to connected account issued cards.
Gotcha - so the list of filters you can use with issuing transactions are found here: https://stripe.com/docs/api/issuing/transactions/list
and this is the list for authorizations: https://stripe.com/docs/api/issuing/authorizations/list
okay so it looks like there is no way to filter based off of the amount of actual data inside the transaction/auth, only the created and ids?
Correct
do you know if you can double filter based on created? like can I provide a greated than and less than to created a date range?
yup! That should work just fine
hmm doesn't seem to be working
That's odd - are you getting a specific error? Or are you just getting no results?
oh actually it does sorry, I merge my list of auths and transactions so the records that were outside the window were authorizations. apologies.