#jonas-sigma-refund
1 messages · Page 1 of 1 (latest)
jonas-sigma-refund
Hey @stiff vortex ! A Charge (ch_123 or py_123) has no information about the "Product(s) or Price(s)" being sold with it. That information depends a lot on your integration.
Can you clarify a bit what you're doing, how you integrated, etc?
We sell eiter subscriptions or one time payments via stripe checkout.
One example pyr_ id would be "pyr_1MXSjrAHqm7DWpwQbgMXbprz"
If I search for that pyr_... via dashboard I could see that its a subscription which was partially refunded
But I dont know how I could join/find some more info by this "pyr_" id...
the pyr_ is the refund so it'd be in the refunds table and it would link to the py_123 that is associated with the Charge and the pi_123 for the PaymentIntent. That would then point to an Invoice that would have the line information.
For Checkout payments, this information does not live in Sigma today
ok thanks for your help.
It's a bit complicated atm to get product info for all balance transactions when they belong to a product.