#Ante75-search
1 messages · Page 1 of 1 (latest)
to search for a list of Charge
works with a simple search
string Query = "created> =" + date Unix;
do you have a request id that is failing? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
req_P5AYwxe5Cp72OU
I don't understand, it seems that the query is incorrect ....
this is what I require:
chargeSearchOptions.Query = "created> = 1656979200 and created <= 1657238400"
I understand !!
I don't set null on PAGE !!!
I was wrong doing for the reset:
Page = "";
instead of
Page = null
sorry for the lost time,
thank you
yes it seems there's an issue with this query and I reproduced it myself
I need to raise the feedback internally
sorry I don't follow
in the request,
This is wrong:
chargeSearchOptions.Page = "";
this is right
chargeSearchOptions.Page = null;
yes