#codelogix
1 messages · Page 1 of 1 (latest)
Hey there
Hey
A py_xxx is actually a Charge object: https://stripe.com/docs/api/charges/object
So you can retrieve that Charge and then look at the associated payment_intent: https://stripe.com/docs/api/charges/object#charge_object-payment_intent if it has one directly associated
You would retrieve using https://stripe.com/docs/api/charges/retrieve
Tried that...got an error that no charge existing with the id provided...but it does.
Does it exist on your Connected Account?
You likely need to use the Stripe Account header, see: https://stripe.com/docs/connect/authentication
that must be it. let me try that.
Sure
that worked! thanks for the quick response.