Send webhook stub

POST
/api/v1/webhook/check
lts

This endpoint is used to send test webhook events for integration testing.

Please use the Host sandbox for testing: https://regulation-proxy.billerbase.com

Header parameters
Attribute
Requirement
Description
x-id
mandatory
merchant name
Request parameters
Attribute
Type
Requirement
Description
Standard
merchant
string
mandatory
Merchant name
-
type
string
mandatory
Webhook type (one of: subscription, charge, charge_unsuccess)
-
action
string
mandatory
Event appropriated to the type
-
url
string
mandatory
Your own full path URL to send webhook
URL
Response parameters

The response code and body contain the response from the merchant url and sent parameters.

{
   "merchant": "demomerchant",
   "type": "subscription",
   "action": "subscription_manual_freeze",
   "url": "Your webhook URL"
}