# Webhooks in the Square Connect API

DevFeed: [Webhooks in the Square Connect API](<https://devfeed.tech/articles/webhooks-in-the-square-connect-api-15954.md>)

Original publisher: [Read original article](<https://developer.squareup.com/blog/webhooks-in-the-square-connect-api>)

Author: Square Engineering

Published: 2014-12-16T17:08:00Z

Content type: tutorial

Language: en

Sources: [Square Corner Blog RSS Feed](<https://devfeed.tech/sources/square-corner-blog-rss-feed.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [servers](<https://devfeed.tech/topics/servers.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [JSON](<https://devfeed.tech/topics/json.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [apis](<https://devfeed.tech/tags/apis.md>), [curl](<https://devfeed.tech/tags/curl.md>), [http](<https://devfeed.tech/tags/http.md>), [json](<https://devfeed.tech/tags/json.md>), [notifications](<https://devfeed.tech/tags/notifications.md>), [payment](<https://devfeed.tech/tags/payment.md>), [personal-access-token](<https://devfeed.tech/tags/personal-access-token.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [server](<https://devfeed.tech/tags/server.md>), [square](<https://devfeed.tech/tags/square.md>), [webhooks](<https://devfeed.tech/tags/webhooks.md>)

## AI overview

A tutorial showing how to use Square Connect API webhooks to receive real-time notifications when payments or refunds are processed. It covers configuring a server, registering an application, enabling webhooks, subscribing to notifications, and testing with a payment.

## Source excerpt

Setting up real-time payment notifications