Create Webhook Data
POST
/api/v0/webhook-dataRequest
Body Params application/json
headers
object
optional
Additional properties
string
optional
webhookUrl
string
required
sslCertificate
string
optional
events
array[string]
required
Allowed values:
PAYOUT_SUCCESSPAYOUT_PENDINGPAYOUT_FAILEDUTILITY_BILLPAY_SUCCESSUTILITY_BILLPAY_FAILEDUTILITY_BILLPAY_PENDING
enabled
boolean
optional
companyId
string
optional
Match pattern:
^CEK[A-Z0-9]{7}$
Example
{
"headers": {
"property1": "string",
"property2": "string"
},
"webhookUrl": "string",
"sslCertificate": "string",
"events": [
"PAYOUT_SUCCESS"
],
"enabled": true,
"companyId": "string"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSON*/*
OK
Data Schema
response_code
integer <int32>
optional
response_message
string
optional
payload
object (WebhookDataResponse)
optional
companyId
string
optional
headers
object
optional
webhookUrl
string
optional
sslCertificate
string
optional
events
array[string]
optional
Allowed values:
PAYOUT_SUCCESSPAYOUT_PENDINGPAYOUT_FAILEDUTILITY_BILLPAY_SUCCESSUTILITY_BILLPAY_FAILEDUTILITY_BILLPAY_PENDING
enabled
boolean
optional
Example
Not configured
Last modified: 3 months ago