#.suryamani
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.
- .suryamani, 2 hours ago, 44 messages
- .suryamani, 5 hours ago, 25 messages
- .suryamani, 22 hours ago, 62 messages
- .suryamani, 2 days ago, 23 messages
- .suryamani, 2 days ago, 43 messages
- .suryamani, 5 days ago, 19 messages
and 1 more
hello, what is the doubt?
This is my code I have sent two emails via this code in local it works perfectly but in live only one email is received i need to check it like endpoint how will i do that
Hello ๐
this is a lot of code without a ton of context.
Can you elaborate what sort of emails are you trying to trigger and what flow you're building?
When new subscription is happen this API insert the values into table at same at the end of the code two emails have been sent
I need to configure like webhook endpoint how will i do for this method
You'll need to debug that on your own. Its your code, you will need to look into why it isn't hitting your endpoint. Are there any specific errors your server is throwing etc
Is this only works for webhook?
not sure what you mean by that
I mean In commandprompt Which path will i give to forward it redirects to that method, I'm i right?
Sorry I don't understand what you're asking. Maybe you'd like to talk to our support team as they can better help you in your native language
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
stripe listen --forward-to https://localhost:7150/api/Stripe/WebhookEvent
In this line which method name will i give it will hit that method, I'm i right?
yes
stripe listen --forward-to https://localhost:7150/api/Stripe/InsertSubscription I give like this but it not come this method