#jmontydesign
1 messages · Page 1 of 1 (latest)
Hi there, so you want to retrieve the recent charge.created events?
The charges did not show up in the stripe website for the customer. I want to see if there was a failure message.
https://dashboard.stripe.com/logs have you checked your logs?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Cool. I assume the time displayed is my time?
Yes you are right.
https://dashboard.stripe.com/payments you can also visit this page to view all payments and their status.
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Thanks. If I don't find the info here, is there any more info available through an api call?
Sure. You can use the Listing Charges API (https://stripe.com/docs/api/charges/list#list_charges) to retrieve the charges.
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!