#senakaRan

1 messages · Page 1 of 1 (latest)

bright thornBOT
narrow gull
oak ore
#

ok let me check thanks

#

stripe.charges.update('py_1MWw65QWcfPEABoJ7kbFEO4S',
{description: 'one to second'}
).then((transResult)=>{
console.log(transResult,'result successssss');
})
.catch((error) => {
console.log(error,'errrrrrooorrrr');
})

#

this my code

#

No such charge: 'py_1MWw65QWcfPEABoJ7kbFEO4S'

#

faced this issue

#

is that possible to update with PY_xxxxx?

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

in the guide, there is sample

narrow gull
#

you're missing the StripeAccount

oak ore
#

this is current my stripe account or destination account id?

narrow gull
#

your destination account id

oak ore
#

acct_1MU1OdQWcfPEABoJ

#

this kind of id?

narrow gull
#

yep, that's right

oak ore
#

I want to change this transaction description

#

PY description is changed successfully

#

but still can not see this item chaged

#

what thing do I have to update?

#

I feel lost

#

plz guide me

#

payment detail has been changed by the api call

#

but it is not my wanted result still

#

destination Payment? or transfer? payment intent?

#

what is the correct thing?

narrow gull
oak ore
#

Hmm... in where could I check req id?

#

in stripe dashboard

#

not clear...

narrow gull
#

it's okay, i managed to find the request

#

you need to reach out to Stripe Support https://support.stripe.com/contact/email to ask them to enable custom descriptions for express accounts

#

after that feature is enabled, then it'll show the updated description

oak ore
#

req_zFHNWIIjxBmVZe

#

I think this one

narrow gull
#

you need to reach out to Stripe Support https://support.stripe.com/contact/email to ask them to enable custom descriptions for express accounts. Then it'll display that updated description.

oak ore
#

ok