Webhooks
Webhooks allow apps to receive real-time updates whenever an event occurs, eliminating the need for constant requests. They provide a passive way to transfer data between systems using an HTTP POST request. Once you configure Yuno webhooks, your system will receive event notifications whenever an activity or function occurs within the Yuno flow.
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, improving efficiency.
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 and use a unique URL for communication with your REST API.
Updated 7 days ago