#Irish-webhooks

1 messages ยท Page 1 of 1 (latest)

hybrid ivy
#

Hey, sounds like we're unable to reach your webhook endpoint. Can you share your Stripe account ID?

forest nebula
#

sure just a sec ๐Ÿ™‚ thank you

#

acct_1LD55EInOIyVu4Wr

hybrid ivy
forest nebula
#

yes okay. will it be a big impact of not having webhook notifications?

hybrid ivy
#

Generally yes. But it depends on what you're relying on them for

forest nebula
#

hmm okay got it I will try to select just a few for now..

hybrid ivy
#

What do you mean?

forest nebula
#

to select few events

hybrid ivy
#

That webhook is only configured to listen for 2 events: customer.created, customer.updated

forest nebula
#

cause last time I selected all events

hybrid ivy
#

That's not the issue

forest nebula
#

oh okay

#

could you please explain the issue and what I need to do on my end

#

we connected this into expandi

#

you think it maybe the case>

#

?

hybrid ivy
#

I've no idea what that is

forest nebula
#

it is an app.. we had them connected this stripe account into that account to accept payments. Does other app may affect this?

#

or just the list you sent above

forest nebula
#
  • Is the domain correct?

what do you meant by this?

Upon checking we are using: checkout.stripe.com

hybrid ivy
forest nebula
forest nebula
hybrid ivy
#

This URL: https://api.liaufa.com/api/v1/resellers/webhooks/202/

#

That's the URL/endpoint we're trying to send events to, but we're not able to reach it

forest nebula
#

oh okay.. hmm not sure how it was created as it was already there when I manage the account. Do you think I can create another one? But I am not sure where can I get that endpoint url

hybrid ivy
#

Yes, you can have multiple webhooks

forest nebula
#

where can I get the endpoint url to put in there?

hybrid ivy
forest nebula
#

is there a site I need to go to to paste that code?

#

I am not familiar on that

#

Step 2: Create a webhook endpoint
Set up an HTTP endpoint on your local machine that can accept unauthenticated webhook requests with a POST method. For example, this route in Flask is a map to a Python webhook function:

@app.route('/stripe_webhooks', methods=['POST'])
def webhook():
stripe_payload = request.json

hybrid ivy
#

That's not how they work unfortunately. Webhooks are a pretty technical concept and require some technical understanding

#

What is it you're trying to do with webhooks?

forest nebula
#

we need to accept payments / integrate it into expandi.io

hybrid ivy
#

I'm not familiar with that, but if you have no technical expertise I'd recommend looking at a no-code solution like Zapier

#

(not sure if that integrates with Expandi.io, but it works with our events)

forest nebula
hybrid ivy
#

You really need to speak to them tbh

forest nebula
#

they provided that webhook url oh okay now I got it

#

will let them know that the url they provided isn't accepting events

#

thank you! ๐Ÿ™‚

hybrid ivy
#

np!