Skip to main content
Webhooks let your system receive real-time event notifications via an HTTP POST request, without needing to send constant requests to Yuno. Once you configure Yuno webhooks, your system receives a notification whenever an activity or function occurs within the Yuno flow.
Diagram of the webhook notification flow between Yuno and your system

Why use webhooks?

Webhooks keep your system up to date with payment progress and status changes. Since event notifications trigger automatically, your system does not need to send repeated requests to Yuno. This allows you to process payment information only when needed.

Getting started with webhooks

To use Yuno’s webhooks, you must build a public REST API to receive event notifications via POST requests. Your API should not require authentication or access restrictions through headers. Despite being a public API, the system remains secure, since Yuno event notifications are not publicly accessible. They also use a unique URL for communication with your REST API.

See Also