#supplementing-balance-reconciliation
1 messages · Page 1 of 1 (latest)
@signal shoal you would have to get to the PaymentIntent pi_123 and then you'd have to either use the List Checkout Sessions API https://stripe.com/docs/api/checkout/sessions/list and filter via payment_intent: 'pi_123' or you'd cache this information in your own database
supplementing-balance-reconciliation
Perfect, I looked at the payment intent stuff but wanted to check here before doing something unnecessary. Thanks!