
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
- Webhooks Overview: event types across payments, subscriptions, payouts, and banking connectivity
- Verify Webhook Signatures (HMAC): confirm notifications genuinely come from Yuno