Skip to main content
All CollectionsIntegration
How to Config Webhook
How to Config Webhook
V
Written by Vincent UniPayment
Updated over a week ago

Introduction

This operational manual provides detailed instructions on setting up and managing the webhook system for receiving business notifications within our platform. The webhook is a key feature designed to automatically receive and process real-time notifications related to payments, deposits, and invoices.

Webhook Configuration

The system is configured with a single, fixed webhook endpoint that handles notifications for payments and deposits. For invoice-related notifications, users have the flexibility to either set different notification URLs via the payment application or specify a notify URL when creating an invoice.

Security Setup

To ensure secure communication, webhook notifications are verified using an HMAC (Hash-based Message Authentication Code) signature. As part of the setup, you'll need to configure a secret key, which will be used to authenticate the notifications. Detailed instructions on implementing HMAC verification can be found at https://unipayment.readme.io/reference/webhook.

How to Config webhook?

  1. Go to setting page

2. Go to webhooks and config Notify Url and Secret Key

Did this answer your question?