#AtalAtal
1 messages · Page 1 of 1 (latest)
Hi, yes -- you can use the Stripe account header to make the call. You can make the retrieve request for what you're looking for.
What endpoint should I call to get a list of all the transactions?
in the docs, there is Treasury and Issuing.
I want to get these in the response.
Thank you for the context. I think you'd want to use Retrieve a charge API in this case: https://stripe.com/docs/api/charges/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Thanks.