#D365 Developer
1 messages · Page 1 of 1 (latest)
Not at the moment no. Can you tell me more about what you are trying to do here?
We are using nightly webjobs for collecting rejected transactions. So we want to implement the same for the stripe.
Is there anyway to retrieve all rejected transactions at one time.
You can use our Charges Search API to list out all charges with a status of failed https://stripe.com/docs/api/charges/search
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Though keep in mind the max charges returned there is 100 so you would need to paginate https://stripe.com/docs/api/pagination
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok Thanks. How can we retrieve the activity of a charge. we want all the requests made for each charge. please help me on this.
Unfortunately the API doesn't have a way to show your test cards. You would either need to go to the dashboard or make your own request logs on your side and go through those
Ok thanks for the support.
This thread has been archived. If you need help with anything else please ask in #dev-help or contact Stripe Support: https://support.stripe.com/contact
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.