#icecoke_9
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
Hi there, i noticed that there is a statement in this API that says, "Occasionally, propagation of new or updated data can be up to an hour behind during outages."
could you help me confirm if the 1 hour mentioned here is the maximum? Are there any other exceptional circumstances that could result in getting payment intent data through this API that is not up-to-date even after 1 hour has passed?
the intention of this qns is to use the API to retrieve the latest data for payment intent in a specific scenario
we can tolerate a delay of up to 1 hour, as long as the mentioned 1 hour is indeed the maximum delay time
I have the same public information as you. Have you exlore the list API https://stripe.com/docs/api/payment_intents/list?lang=node#list_payment_intents which doesn't have this propagation problem?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh that's a good suggestion