#Notarx - Webhooks
1 messages · Page 1 of 1 (latest)
Hello
The webhooks fired when purchases are made depends on what APIs are used to create/make the purchase
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
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
I don't I would have to contact Squarespace for that or whos API documentation is that in
Do you have access to the Stripe dashboard?
yes
Including the Developer section?
yes
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?
i need to make a test purchase fast we just openeed a new account
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.
Thank you