#tonyapnc
1 messages ยท Page 1 of 1 (latest)
Hi there!
Hi!!! ๐
Can you clarify what you are trying to do, and which part didn't work? Also please share a py_xxx where you see that issue.
Yep, trying to update the description on this py: py_1NVZJyKdSekKZ0ZJrDaAq5P8
It's for this connect account: acct_1MofPNKdSekKZ0ZJ (using the Stripe-Account header)
I'm getting the error "no such payment intent"
I'm getting the error "no such payment intent"
Can you share the request ID (req_xxx)?
req_RX7c2ymXyzzQj0?t=1689771343
Thanks! You are trying to retrive a PaymentIntent, but py_xxx is actually a Charge object
So you ned to use https://stripe.com/docs/api/charges/retrieve
PaymentIntent start with pi_xxx.