#Notarx - Webhooks

1 messages · Page 1 of 1 (latest)

sick lava
#

Hi 👋

ember prawn
#

Hello

sick lava
#

The webhooks fired when purchases are made depends on what APIs are used to create/make the purchase

ember prawn
#

WE have it setup that through the integeration on Squarespace commerece

#

So we were hoping that after purchase is made on squarespace the payment is managed through strip then stipe could send a webhook when payement is ocomplete and what product it was for

sick lava
#

Do you know what objects get created in your Stripe account for those purchases? We don't have insight into how Squarespace integrates Stripe.

#

You can do that

ember prawn
#

I don't I would have to contact Squarespace for that or whos API documentation is that in

sick lava
#

Do you have access to the Stripe dashboard?

ember prawn
#

yes

sick lava
#

Including the Developer section?

ember prawn
#

yes

sick lava
#

Then you can see the Logs. These should indicate which Stripe APIs are used. For example, do you get Payment Intent objects created when a customer makes a purchase?

ember prawn
#

i need to make a test purchase fast we just openeed a new account

sick lava
#

Okay, so make a test purchase and review the logs. You can also see the Events section which will show the webhook events that are fired.

#

I would recommend looking into the charge.succeeded and payment_intent.succeeded events first.

#

Your integration will need to fetch the Price and Product objects if you want more details on those but all the data is there for you to look into.

ember prawn
#

Thank you