#Neeraj Kumar
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
HI Jack
Can you help me in stripe for changing the description of stripe subscriptions.
It automactically sets the description to "Subscription Update" when subscription hits
Where do you see this description?
OK. So it's about the description of the PaymentIntent, not the Subscription itself, am I right?
Yes, I want to update the description of payment intent after creating the transfer intent.
OK. I'd suggest you to listen to invoice.paid event, get the payment_intent ID from the invoice object, and call thePaymentIntent Update API to update the description. https://stripe.com/docs/api/payment_intents/update#update_payment_intent-description
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i've did that but i'm getting error shared the screenshot on page.
Can you share the error details?
tagged you on the image