#mrdanvant-webhook-delivery
1 messages · Page 1 of 1 (latest)
Can you describe your issue in more detail?
Also can you share some event id's where this is happening?
we get 100s of transactions a day and usually they all go through fine, but today we have 2 cases where we do not seem to have received any webhook info to confirm the payment has succeeded
Ok can you share those payment id's then
yes
is that code ok, or do you need something else
Oh well that event was delivered
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
im am not seeing that in the url it says no such notification
What do you mean
when i click on the link it does not display anything
Can you check this one
ch_3ONcWuDye5A5zn9k1S3aqbY8
You could be logged into the wrong account then
The event exists on acct_1LL6JgDye5A5zn9k
That charge is a part of the same checkout session...
The event you shared above
Which was delivered successfully
we use stripe connect, so i am logged into my account that other client accounts connect to
Oh you should be able to go to the event tab and filter by connect events
are you able to tell me where it was delivered to and if you got a response from us.. just wondering if webhooks are resent if we do not respond
Then click into that event id
Yeah https://www.ibookedonline.com/voucher/StripeWebhookNew.aspx responded with a 200
which is success?
i go to events tab, click filter then type and then if i type in connect ot says no results found 😦
Are you sure you're logged into the right account then
yeah i am logged into my main account
acct_18EywuARhzJiqk7M
If i go to events and look at recent application fee collection, in the webhooks attempts section it shows no recent webook attempts?
Not sure
Not familiar with dashboard in here
Just api
All i know is the event you shared with me was delivered
If you have questions/issues about dashboard functionality, please reach out to support
ok np
is there a way we can send a request to get a status of a payment after a period of time
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Then you can check status: https://stripe.com/docs/api/payment_intents/object#payment_intent_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
great thanks