#hendr1x
1 messages · Page 1 of 1 (latest)
Hi there
This really is up to you and all depends on your integration.
Most folks store the PaymentIntent ID and/or the Charge ID in their own database alongside their own Order ID to easily align them.
But really there isn't a canonical recommendation here because it more depends on what data you need and whether you want to retrieve it from Stripe when you need it or from your database.
Just the PaymentIntent or Charge ID (see: https://stripe.com/docs/api/refunds/create)
Perfect. Thank you for your input.