#w3ever

1 messages · Page 1 of 1 (latest)

modern talonBOT
#

Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

  • w3ever, 2 hours ago, 9 messages
sour dew
#

Hello.

eager sail
#

py_ is a Charge object, not a Payment Intent. Can you share what you're trying to do here?

sour dew
#

I need to update description for this object.

#

so in that case. can i use charges.update("py_xxx") function?

eager sail
#

Yes, this should be the right function

sour dew
#

but charge id is "ch_xxx"

#

"py_xxx" and "ch_xxx" is the same?

eager sail
#

Yup! They are the same

sour dew
#

Thank you.

eager sail
#

No problem! Happy to help 😄

sour dew
#

Hello. @eager sail

eager sail
#

Hello! How can I help?

sour dew
#

I want to change this description.

#

so after create transfer, I got destination_payment

#

and I was going to update description using charges.update(desctination_paymment, {description})

#

but I'm getting an error.

eager sail
sour dew
#

Ok. it will help me. thank you.

eager sail
#

No problem! Happy to help 😄 Let me know if you have any follow up questions

sour dew
#

Hi.

#

I'm getting same error even if i passed connect account id.

#

const charge = await stripe.charges.update(
'{{PAYMENT_ID}}',
{
description: 'My custom description',
},
{
stripeAccount: '{{CONNECTED_ACCOUNT_ID}}',
}
);

#

still not found charge object.

#

I do this in webhook transfer.created.

eager sail
#

Can you share the request ID (req_xxx) of the error in the screenshot in text, so that I can take a look?

#

It's under request_log_url

sour dew
#

ok

#

req_5izjxtaseC475q

modern talonBOT
sour dew
#

sorry. my fault. works now.

#

thank you very much