#manny_manny_2023
1 messages · Page 1 of 1 (latest)
Hi
Hi, let me help you with this.
You can list all Invoices via API: https://docs.stripe.com/api/invoices/list
we have some one time payments which are not having invoices how to pull that data
can you see test data, how to pull this data
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
You will want to then list all PaymentIntents: https://docs.stripe.com/api/payment_intents/list
You can also expand the invoice field, which will attach the complete Invoice object if present: https://docs.stripe.com/api/payment_intents/object#payment_intent_object-invoice
so if invoice is there it will show data?
Yes
ok thank you so much, good day
Happy to help.