#tonyapnc

1 messages ยท Page 1 of 1 (latest)

tidal pondBOT
bold pecan
#

Hi there!

plain crater
#

Hi!!! ๐Ÿ™‚

bold pecan
#

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.

plain crater
#

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"

bold pecan
#

I'm getting the error "no such payment intent"
Can you share the request ID (req_xxx)?

plain crater
#

req_RX7c2ymXyzzQj0?t=1689771343

bold pecan
#

Thanks! You are trying to retrive a PaymentIntent, but py_xxx is actually a Charge object

plain crater
#

Gotcha... let me try that. ๐Ÿ™‚

#

Thanks.

bold pecan
#

PaymentIntent start with pi_xxx.

plain crater
#

Yes, but I thought charge objects started with ch. lol And I couldn't find anything in the documentation explaining what the py was for other than destination_payment; confusing.

#

But it worked, thank you!

bold pecan
#

Charge is either ch_xxx (for cards payment) or py_xxx (for everything expect cards).

#

Yes it can be confusing. But glad the issue is solved!