Partner Webhooks
Notification about customer changes related to event CUSTOMER_NOTIFICATION
OK
No content
Bad Request
POST /customer-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 217
{
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}No content
Notification about corporate action update related to event CORPORATE_ACTION_NOTIFICATION
Corporate action notification type
Corporate action event type
Corporate action event status
OK
POST /corporate-action-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 444
{
"type": "CREATED",
"eventId": "123e4567-e89b-12d3-a456-426614174000",
"caev": "DVCA",
"isin": "text",
"status": "ANNOUNCED",
"dates": {
"exDate": "2025-12-04",
"payDate": "2025-12-04",
"effectiveDate": "2025-12-04"
},
"details": {
"bonusRatio": 1,
"grossAmountPerShare": 1
},
"accounts": [
{
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"oldQuantity": "text",
"newQuantity": "text",
"grossAmount": 1,
"netAmount": 1,
"currency": "EUR"
}
],
"metadata": {
"summary": "text"
}
}OK
No content
Notification about natural person changes related to event NATURAL_PERSON_NOTIFICATION
OK
No content
POST /natural-person-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 222
{
"naturalPersonId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification about joint person changes related to event JOINT_PERSON_NOTIFICATION
OK
No content
POST /joint-person-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"jointPersonId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification about identification verification changes related to event IDENTIFICATION_VERIFICATION_NOTIFICATION
OK
No content
POST /identification-verification-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 293
{
"identificationVerificationId": "123e4567-e89b-12d3-a456-426614174000",
"naturalPersonId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification about labels updates related to event LABELS_UPDATE_NOTIFICATION
OK
No content
POST /labels-update-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 171
{
"updatedCustomers": [
"123e4567-e89b-12d3-a456-426614174000"
],
"notificationType": "CREATED",
"validationError": {
"errorType": "CUSTOMERS_NOT_FOUND_ERROR",
"description": "text"
}
}OK
No content
Notification about onboarding update related to event ONBOARDING_NOTIFICATION
OK
POST /onboarding-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 230
{
"onboardingId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "STARTED",
"validationErrors": [
{
"errorType": "CUSTOMER_STATUS_VERIFICATION",
"description": "text"
}
]
}OK
No content
Notification about proxy update related to event PROXY_NOTIFICATION
OK
POST /proxy-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 214
{
"proxyId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification about beneficial owner update related to event BENEFICIAL_OWNER_NOTIFICATION
OK
POST /beneficial-owner-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 224
{
"beneficialOwnerId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification about partner document update related to event PARTNER_DOCUMENT_NOTIFICATION
OK
No content
POST /partner-document-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 93
{
"documentId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z"
}OK
No content
Notification about document update related to event DOCUMENT_NOTIFICATION
OK
No content
POST /document-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 211
{
"documentId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "UNKNOWN_ERROR",
"description": "text"
}
}OK
No content
Notifications about customer product update related to event CUSTOMER_PRODUCT_NOTIFICATION
OK
No content
POST /customer-product-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "PENDING",
"notificationType": "CREATED",
"validationError": {
"errorType": "PRODUCT_NOT_ACTIVE",
"description": "text"
}
}OK
No content
Notification about legal entity search changes related to event LEGAL_ENTITY_SEARCH_NOTIFICATION
status of the search
OK
No content
POST /legal-entity-search-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 119
{
"searchId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "WAITING_FOR_DATA"
}OK
No content
Notification about strategy update related to event STRATEGY_NOTIFICATION
OK
POST /strategy-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 273
{
"strategyId": "123e4567-e89b-12d3-a456-426614174000",
"subscriberId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "EXECUTING",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification about transfer update related to event TRANSFER_NOTIFICATION
OK
POST /transfer-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 329
{
"customerId": "123e4567-e89b-12d3-a456-426614174000",
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"transferId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "INSUFFICIENT_BALANCE",
"description": "text"
}
}OK
No content
Notification about digital asset order update related to event DIGITAL_ASSET_ORDER_NOTIFICATION
OK
POST /digital-asset-order-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 320
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"externalId": "text",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ASSET_NOT_ACTIVE",
"description": "text"
},
"executionData": {
"quantity": 1,
"executionPrice": 1,
"executionAmount": 1
}
}OK
No content
Notification about traditional asset order update related to event TRADITIONAL_ASSET_ORDER_NOTIFICATION
The ex ante id is returned for RECEIVED orders
The trade execution id is returned for FILLED and PARTIALLY_FILLED orders
OK
POST /traditional-asset-order-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 427
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"externalId": "text",
"exAnteId": "123e4567-e89b-12d3-a456-426614174000",
"executionId": "123e4567-e89b-12d3-a456-426614174000",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "INSUFFICIENT_BALANCE",
"description": "text"
},
"executionData": {
"quantity": 1,
"executionPrice": 1,
"executionAmount": 1
}
}OK
No content
Notification related to event USER_NOTIFICATION
OK
POST /user-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 182
{
"userId": "text",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Notification related to event RE_TOKEN_PRICES
OK
POST /re-token-prices HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 35
{
"regularToken": 1,
"premiumToken": 1
}OK
No content
Notification about offboarding update related to event OFFBOARDING_NOTIFICATION
OK
POST /offboarding-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 220
{
"offboardingId": "123e4567-e89b-12d3-a456-426614174000",
"modifiedOn": "2025-12-04T15:49:11.896Z",
"status": "CREATED",
"notificationType": "STARTED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}OK
No content
Last updated

