#bryan_07234

1 messages ยท Page 1 of 1 (latest)

tough anvilBOT
valid aurora
#

Hi ๐Ÿ‘‹

Are you referring to a specific feature of a Stripe client library? If so, which language and version(s)?

hexed ingot
#

Yes, it's the Stripe.net library. Stripe.Events.PaymentCreated was removed. I was listening for that event in my webhook. Was it replaced by some other event type?

valid aurora
#

What version of the .NET library were you using previously and what version are you on now?

hexed ingot
#

I was on 41.x and upgraded to 42.2.

valid aurora
#

You will find PaymentIntent.Created though

hexed ingot
#

"Remove several deprecated constants from Event"

#

So PaymentCreated was deprecated, I guess.

valid aurora
hexed ingot
#

OK thank you. I'm still testing, and while testing a couple weeks ago it was sending the PaymentCreated event to my webhook, so I started listening for it. I guess I'll ignore it then. ๐Ÿ™‚

valid aurora
#

What are you actually trying to capture? If there is some use case you are looking into I can recommend an event to listen to

hexed ingot
#

No, since I'm in testing phase, I was just making test transactions to the Stripe API and noting whatever events it was sending back. I'll just remove the event from the ones I noted.

#

Not a problem.

#

thanks for your help!

valid aurora
#

Okay. If you have any specific use case we'll be happy to help ๐Ÿ™‚