#w3ever
1 messages · Page 1 of 1 (latest)
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
Hello.
py_ is a Charge object, not a Payment Intent. Can you share what you're trying to do here?
I need to update description for this object.
so in that case. can i use charges.update("py_xxx") function?
Yes, this should be the right function
Yup! They are the same
Thank you.
No problem! Happy to help 😄
Hello. @eager sail
Hello! How can I help?
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.
Here's the guide about updating the description on Express dashboard: https://stripe.com/docs/connect/customize-express-dashboard#set-custom-descriptions
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok. it will help me. thank you.
No problem! Happy to help 😄 Let me know if you have any follow up questions
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.
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
ok
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
req_5izjxtaseC475q