#sg-pushpaveni_webhooks
1 messages ¡ Page 1 of 1 (latest)
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.
- sg-pushpaveni_code, 1 day ago, 31 messages
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1260634343978565655
đ Have more to share? Add details, code, screenshots, videos, etc. below.
hello! were you using beta for that Orders product which is why you're getting that event? and did you change your Stripe dotnet library version too?
checking the library version
like, there's context here so asking for that as that changes what you need to do here
When I update the stripe.net library to 45.1.0, then I got the below error
Error CS1061 'PaymentIntent' does not contain a definition for 'Charges' and no accessible extension method 'Charges' accepting a first argument of type 'PaymentIntent' could be found (are you missing a using directive or an assembly reference?)
@rose vale lets take a step back
I'm not asking you to update Stripe dotnet version
I'm asking for more background/context on what you did and when you started seeing this problem
lets ignore 45.1.0 version
Received event with API version 2022-08-01; orders_beta=v4
are you using an Orders beta?
but Stripe.net 40.12.0
did you recently upgrade/change your dotnet version
did you recently upgrade/change your dotnet version
yes, i have updated the dotnet version when creating the paymentIndent
and when receiving the webhook call, Im getting that error
are you using an Orders beta?
how to check it out whether beta is used
sorry @rose vale I need lots more information here, pls bear with me and communicate as much as you can
, i have updated the dotnet version when creating the paymentIndent
to what version and why?
how to check it out whether beta is used
I don't know but you should know. Have you used the Orders Beta at Stripe before? you should ideally be only getting that event if you've used the beta
stripe.net library updated to 45.1.0
I have done it for migration from charges and sources API to PaymentIntent API
I have enabled workbench under developers in the stripe console
does it cause this error???
no it doesn't, Workbench shouldn't impact this
@rose vale you updated to 45.1.0 but where is
but Stripe.net 40.12.0 expects API version 2022-08-01
that version coming from?
like I'm still confused
I will check it out and come back later
thanks for your points