#Yevheniia - events
1 messages ยท Page 1 of 1 (latest)
Hello ๐
Webhook events are generated by Stripe. So don't think you can modify it as such. What's your usecase?
With this Webhook we are running the Azure Function and we had to send some credential parameters with Request Parameters.
We'd like to encapsulate them inside the Webhook request body if it's possible.
One thing that comes to mind is that you can set metadata on the Stripe objects you are working with and that metadata should show up in the events for those objects? https://stripe.com/docs/api/metadata
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Does that sound like it would be helpful in your usecase?
Yevheniia - events
Unfortunately, I don't think it will help us, but thank you for your help.
Can you tell me more about what you are trying to accomplish here? Like when do you know what credential parameters would be appropriate?