#get stripe customer
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: 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_KU2SuIvTt8LZFL
https://dashboard.stripe.com/test/logs/req_KU2SuIvTt8LZFL I don't see any filter in the request, and therefore all invoices are returned.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this is the api we have tired https://api.stripe.com/v1/invoices?created>1685778521
No, you don't pass in the filter through query param. You should specify them through request body.
what is the format ?