Partner Webhooks
Notification about customer changes related to event CUSTOMER_NOTIFICATION
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-07-10T01:49:17.074Z",
"status": "CREATED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}
OK
No content
Notification about natural person changes related to event NATURAL_PERSON_NOTIFICATION
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-07-10T01:49:17.074Z",
"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
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-07-10T01:49:17.074Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}
OK
No content
Notification about labels updates related to event LABELS_UPDATE_NOTIFICATION
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
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-07-10T01:49:17.074Z",
"status": "CREATED",
"notificationType": "STARTED",
"validationErrors": [
{
"errorType": "CUSTOMER_STATUS_VERIFICATION",
"description": "text"
}
]
}
OK
No content
Notification about proxy update related to event PROXY_NOTIFICATION
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-07-10T01:49:17.074Z",
"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
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-07-10T01:49:17.074Z",
"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
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-07-10T01:49:17.074Z"
}
OK
No content
Notification about document update related to event DOCUMENT_NOTIFICATION
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-07-10T01:49:17.074Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "UNKNOWN_ERROR",
"description": "text"
}
}
OK
No content
Notifications about customer product update related to event CUSTOMER_PRODUCT_NOTIFICATION
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-07-10T01:49:17.074Z",
"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
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-07-10T01:49:17.074Z",
"status": "WAITING_FOR_DATA"
}
OK
No content
Notification about strategy update related to event STRATEGY_NOTIFICATION
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-07-10T01:49:17.074Z",
"status": "EXECUTING",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}
OK
No content
Notification about transfer update related to event TRANSFER_NOTIFICATION
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-07-10T01:49:17.074Z",
"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
POST /digital-asset-order-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 373
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"quoteId": "123e4567-e89b-12d3-a456-426614174000",
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"externalId": "text",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "INSUFFICIENT_BALANCE",
"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
POST /traditional-asset-order-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 254
{
"orderId": "123e4567-e89b-12d3-a456-426614174000",
"customerProductId": "123e4567-e89b-12d3-a456-426614174000",
"externalId": "text",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "INSUFFICIENT_BALANCE",
"description": "text"
}
}
OK
No content
Notification related to event USER_NOTIFICATION
POST /user-notification HTTP/1.1
Host: client-api-address
Content-Type: application/json
Accept: */*
Content-Length: 182
{
"userId": "text",
"modifiedOn": "2025-07-10T01:49:17.074Z",
"status": "RECEIVED",
"notificationType": "CREATED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}
OK
No content
Notification related to event RE_TOKEN_PRICES
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
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-07-10T01:49:17.074Z",
"status": "CREATED",
"notificationType": "STARTED",
"validationError": {
"errorType": "ALREADY_EXISTS_ERROR",
"description": "text"
}
}
OK
No content
Last updated