#azazello - Charge Succeeded

1 messages · Page 1 of 1 (latest)

quiet stone
#

Hello! I would recommend the charge.succeeded event, yes. The events themselves should be created on time, but delivery to your webhook endpoint (if you have one listening for these events) may be delayed for various reasons, some of which are outside of Stripe's control (like network issues or your server being down).

#

Can you tell me more about your use case and what you're trying to do?

sacred nimbus
#

Hello, ok good, answers my question. We are trying to track cashflows and consider money to be "in our control" when a charge succeeds. We need the best datetime for this, and intuition led me to believe it would exist at the object level (as opposed to an event).

quiet stone
#

You can always check the status on a Payment Intent or a Charge in addition to the events.

#

The events will have the date and time though.