#baloshi69
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.
This is a bit of a jumbled question. Can you rephrase a bit and ask again?
sorry
So what i want is, to get a random text which i send when i am calling a subscription update it trigger a webhook for event customer.subscription.update.
Get a random text. What does that mean?
it mean, when i call a end point, i send a string wiht it, and when that call get successfull, it trigger a webhook, i want that string inside that webhook
You would want to use metadata on the subscription in this case
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
yah that what i saw in doc
one thing to clear, if i use a same key name for metada, will it reset the previous value of that data.
like
job = 1234
and next time
job = 4567
it is when i update the subscription and send the 2nd value, will it update the value
or create a new meta data
Yup, it will update the value
thanks