#gee
1 messages · Page 1 of 1 (latest)
Which dashboard accessible/page are you referring to?
We don't have an API for the payment timeline. You may keep track of the Webhook events of a Payment Intent (payment_intent.*) or Charge (charge.*). They should be able to build your own timeline based on those events
in the charge search api for this particular charge the payment intent comes out as null
Could you share the request ID (req_xxx) of this search query, its response and the payment intent (pi_xxx) that you expected it to be non-null?
requestid:req_x1ZdBs3KjSqoTX
not sure how to find the expected payment intent
trying to see how i can get the timeline
shouldnt there be a paymentintent associated with every charge?
Payment Intent ID will only be available if you use Payment Intent API. ch_1Hm79oE75wsYtv8YGN8zcWc9 was made with Charges API, so Payment Intent ID will not be available
Charges API is legacy API and no longer recommended. I'd recommend migrating to Payment Intent if you still use Charges API: https://stripe.com/docs/payments/payment-intents/migration
you mean all charges api (search,retrieval etc)are not recommended?
Yup! Charges API in general: https://stripe.com/docs/payments/charges-api
The content of this section refers to a Legacy feature. Use the PaymentIntents API instead.
The Charges API doesn’t support the following features, many of which are required for credit card compliance:
- Merchants in India
- Bank requests for card authentication
- Strong Customer Authentication