Callback URL
Subscribe to Webhooks
PUT /api/v1/merchant/callback-url/
Receive transaction events and notifications to facilitate your required actions and response.
Subsequent Requests Will Override Previous Subscriptions
Body Parameters
| Name | Type | Required | Description |
|---|---|---|---|
subscriberUrl |
string | ✅ Yes | The URL that will receive webhook event notifications. |
Responses
201 Created: Successfully subscribed to webhooks
Example Request Body
{
"callback_url": ""
}