# Schemas

## The NaturalPersonNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"NaturalPersonNotification":{"title":"NaturalPersonNotification","type":"object","properties":{"naturalPersonId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/NaturalPersonStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["naturalPersonId","notificationType"]},"NaturalPersonStatusEnum":{"title":"NaturalPersonStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","INACTIVE","PENDING","ACTIVE","SUSPENDED","ARCHIVED","RECEIVED","INVALID","SUSPENDED_COMPLIANCE","DECEASED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The JointPersonNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"JointPersonNotification":{"title":"JointPersonNotification","type":"object","properties":{"jointPersonId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/JointPersonStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["jointPersonId","notificationType"]},"JointPersonStatusEnum":{"title":"JointPersonStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","INACTIVE","PENDING","ACTIVE","SUSPENDED","ARCHIVED","RECEIVED","INVALID","SUSPENDED_COMPLIANCE"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The LegalEntityNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LegalEntityNotification":{"title":"LegalEntityNotification","type":"object","properties":{"legalEntityId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/LegalEntityStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["legalEntityId","notificationType"]},"LegalEntityStatusEnum":{"title":"LegalEntityStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","INACTIVE","PENDING","ACTIVE","SUSPENDED","ARCHIVED","RECEIVED","INVALID","SUSPENDED_COMPLIANCE"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The LegalRepresentativeNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LegalRepresentativeNotification":{"title":"LegalRepresentativeNotification","type":"object","properties":{"legalRepresentativeId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/LegalRepresentativeStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["legalRepresentativeId","notificationType"]},"LegalRepresentativeStatusEnum":{"title":"LegalRepresentativeStatusEnum","type":"string","enum":["ACTIVE","INACTIVE","REVIEW","RECEIVED","INVALID"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The CustomerNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"CustomerNotification":{"title":"CustomerNotification","type":"object","properties":{"customerId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/CustomerStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/RoleValidationError"}},"required":["customerId","notificationType"]},"CustomerStatusEnum":{"title":"CustomerStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","INACTIVE","ACTIVE","SUSPENDED","ARCHIVED","RECEIVED","INVALID","PENDING","SUSPENDED_COMPLIANCE","ESTATE","OFFBOARDING"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"RoleValidationError":{"title":"RoleValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/RoleValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"RoleValidationErrorEnum":{"title":"RoleValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","UNKNOWN_ERROR","DATA_MISSING_ERROR","INVALID_REF_ACCOUNT_IBAN","REF_ACCOUNT_IBAN_BIC_MISMATCH"]}}}}
```

## The IdentificationVerificationNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"IdentificationVerificationNotification":{"title":"IdentificationVerificationNotification","type":"object","properties":{"identificationVerificationId":{"type":"string","format":"uuid"},"naturalPersonId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/IdentificationVerificationStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["identificationVerificationId","naturalPersonId","modifiedOn","status","notificationType"]},"IdentificationVerificationStatusEnum":{"title":"IdentificationVerificationStatusEnum","type":"string","enum":["RECEIVED","INVALID","PENDING","APPROVED","REJECTED","EXPIRED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The LabelsUpdateNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LabelsUpdateNotification":{"title":"LabelsUpdateNotification","type":"object","properties":{"updatedCustomers":{"type":"array","items":{"type":"string","format":"uuid"}},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/LabelsUpdateValidationError"}},"required":["modifiedOn","notificationType"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"LabelsUpdateValidationError":{"title":"LabelsUpdateValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/LabelsUpdateValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"LabelsUpdateValidationErrorEnum":{"title":"LabelsUpdateValidationErrorEnum","type":"string","enum":["CUSTOMERS_NOT_FOUND_ERROR","CUSTOMERS_EXCEEDED_LIMIT_OF_LABELS_ERROR","LABEL_NOT_FOUND_ERROR","UNKNOWN_ERROR"]}}}}
```

## The OnboardingNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OnboardingNotification":{"title":"OnboardingNotification","type":"object","properties":{"onboardingId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/OnboardingStatusEnum"},"notificationType":{"$ref":"#/components/schemas/OnboardingNotificationTypeEnum"},"validationErrors":{"type":"array","items":{"$ref":"#/components/schemas/OnboardingValidationError"}}},"required":["onboardingId","modifiedOn","status","notificationType"]},"OnboardingStatusEnum":{"title":"OnboardingStatusEnum","type":"string","enum":["CREATED","PENDING","APPROVED","REJECTED","RECEIVED","INVALID"]},"OnboardingNotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["STARTED","REJECTED","INVALID","PENDING","APPROVED"]},"OnboardingValidationError":{"title":"OnboardingValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/OnboardingValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"OnboardingValidationErrorEnum":{"title":"OnboardingValidationErrorEnum","type":"string","enum":["CUSTOMER_STATUS_VERIFICATION","NATURAL_PERSON_STATUS_VERIFICATION","CUSTOMER_TYPE_VERIFICATION","DEATH_DAY_VERIFICATION","CONTACT_DATA_VERIFICATION","ADDRESS_VERIFICATION","CITIZENSHIP_VERIFICATION","VERIFIED_NATURAL_PERSON_VERIFICATION","DOCUMENT_VERIFICATION","DOCUMENT_SIGNATURES_VERIFICATION","CHILD_VERIFICATION","REFERENCE_ACCOUNTS_VERIFICATION","NACE_SECTORS_VERIFICATION","LEGAL_REPRESENTATIVES_VERIFICATION","BENEFICIAL_OWNERS_VERIFICATION","PROXIES_VERIFICATION","REFERENCE_ACCOUNTS_IBAN_VERIFICATION","LEGAL_ENTITY_VENDOR_VERIFICATION","JOINT_PERSON_THE_SAME_NATURAL_PERSON_IDS_VERIFICATION","JOINT_PERSON_ALREADY_EXISTS_VERIFICATION","JOINT_PERSON_NATURAL_PERSON_STATUS_VERIFICATION"]}}}}
```

## The OffboardingNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OffboardingNotification":{"title":"OffboardingNotification","type":"object","properties":{"offboardingId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/OffboardingStatusEnum"},"notificationType":{"$ref":"#/components/schemas/OffboardingNotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/OffboardingValidationError"}},"required":["offboardingId","modifiedOn","status","notificationType"]},"OffboardingStatusEnum":{"title":"OffboardingStatusEnum","type":"string","enum":["CREATED","PENDING","APPROVED","REJECTED","CANCELED","INVALID"]},"OffboardingNotificationTypeEnum":{"title":"OffboardingNotificationTypeEnum","type":"string","enum":["STARTED","PENDING","APPROVED","CANCELED","VALIDATION_ERROR"]},"OffboardingValidationError":{"title":"OffboardingValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/OffboardingValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"OffboardingValidationErrorEnum":{"title":"OffboardingValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","INVALID_DATA_ERROR","UNKNOWN_ERROR"]}}}}
```

## The ProxyNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"ProxyNotification":{"title":"ProxyNotification","type":"object","properties":{"proxyId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/ProxyStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/RoleValidationError"}},"required":["proxyId","notificationType"]},"ProxyStatusEnum":{"title":"ProxyStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","ACTIVE","INACTIVE","RECEIVED","INVALID","PENDING","SUSPENDED","SUSPENDED_COMPLIANCE"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"RoleValidationError":{"title":"RoleValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/RoleValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"RoleValidationErrorEnum":{"title":"RoleValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","UNKNOWN_ERROR","DATA_MISSING_ERROR","INVALID_REF_ACCOUNT_IBAN","REF_ACCOUNT_IBAN_BIC_MISMATCH"]}}}}
```

## The BeneficialOwnerNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"BeneficialOwnerNotification":{"title":"BeneficialOwnerNotification","type":"object","properties":{"beneficialOwnerId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/BeneficialOwnerStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["beneficialOwnerId","notificationType"]},"BeneficialOwnerStatusEnum":{"title":"BeneficialOwnerStatusEnum","type":"string","enum":["CREATED","ACTIVE","INACTIVE","RECEIVED","INVALID","REJECTED","REVIEW","PENDING","SUSPENDED_COMPLIANCE"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The PartnerDocumentNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"PartnerDocumentNotification":{"title":"PartnerDocumentNotification","type":"object","properties":{"documentId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"}},"required":["documentId","modifiedOn"]}}}}
```

## The DocumentNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DocumentNotification":{"title":"DocumentNotification","type":"object","properties":{"documentId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/DocumentStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/DocumentValidationError"}},"required":["documentId","modifiedOn","status","notificationType"]},"DocumentStatusEnum":{"title":"DocumentStatusEnum","type":"string","enum":["RECEIVED","INVALID","CREATED","PENDING","APPROVED","REJECTED","ARCHIVED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"DocumentValidationError":{"title":"DocumentValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/DocumentValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"DocumentValidationErrorEnum":{"title":"DocumentValidationErrorEnum","type":"string","enum":["UNKNOWN_ERROR","DATA_NOT_FOUND_ERROR","INVALID_DATA_ERROR"]}}}}
```

## The StrategyNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"StrategyNotification":{"title":"StrategyNotification","type":"object","properties":{"strategyId":{"type":"string","format":"uuid"},"subscriberId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/StrategyStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/StrategyValidationError"}},"required":["strategyId","notificationType"]},"StrategyStatusEnum":{"title":"StrategyStatusEnum","type":"string","enum":["EXECUTING","PENDING","EXPIRED","RECEIVED","INVALID","DELETED","REJECTED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"StrategyValidationError":{"title":"StrategyValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/StrategyValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"StrategyValidationErrorEnum":{"title":"StrategyValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","SUBSCRIBER_INVALID_DATA_ERROR","STRATEGY_INVALID_DATA_ERROR","UNKNOWN_ERROR"]}}}}
```

## The TransferNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TransferNotification":{"title":"TransferNotification","type":"object","properties":{"customerId":{"type":"string","format":"uuid"},"customerProductId":{"type":"string","format":"uuid"},"transferId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/TransferStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/TransferValidationError"}},"required":["customerId","customerProductId","transferId","notificationType"]},"TransferStatusEnum":{"title":"TransferStatusEnum","type":"string","enum":["RECEIVED","INVALID","PENDING","REJECTED","PROCESSED","RECONCILED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"TransferValidationError":{"title":"TransferValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/TransferValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"TransferValidationErrorEnum":{"title":"TransferValidationErrorEnum","type":"string","enum":["INSUFFICIENT_BALANCE","INVALID_IBAN","IBAN_BIC_MISMATCH","ACTIVE_PRODUCT_REQUIRED","PRODUCT_NOT_FOUND","ACTIVE_CUSTOMER_REQUIRED","CUSTOMER_NOT_FOUND","DATA_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","REF_ACCOUNT_OR_ACCOUNT_PRODUCT_IBAN_REQUIRED","ACCOUNT_PRODUCT_REQUIRED","INSUFFICIENT_WITHDRAWABLE_BALANCE","RECEIVER_IBAN_SAME_AS_PRODUCT_IBAN","REQUESTOR_ID_NOT_VALID"]}}}}
```

## The CustomerProductNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"CustomerProductNotification":{"title":"CustomerProductNotification","type":"object","properties":{"customerId":{"type":"string","format":"uuid"},"customerProductId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/CustomerProductStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/CustomerProductValidationError"}},"required":["customerId","customerProductId","notificationType"]},"CustomerProductStatusEnum":{"title":"CustomerProductStatusEnum","type":"string","enum":["PENDING","ACTIVE","BLOCKED","RESTRICTED","INACTIVE","CLOSED","INVALID","REJECTED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"CustomerProductValidationError":{"title":"CustomerProductValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/CustomerProductValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"CustomerProductValidationErrorEnum":{"title":"CustomerProductValidationErrorEnum","type":"string","enum":["PRODUCT_NOT_ACTIVE","CUSTOMER_NOT_FOUND","ACTIVE_CUSTOMER_REQUIRED","CUSTOMER_PRODUCT_PER_CUSTOMER_LIMIT_REACHED","CUSTOMER_PRODUCT_QUANTITY_AND_BALANCE_MUST_BE_ZERO","CUSTOMER_PRODUCT_NOT_FOUND","NOT_SETTLED_TRANSACTIONS_EXIST","REQUESTOR_ID_NOT_VALID"]}}}}
```

## The LegalEntitySearchNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LegalEntitySearchNotification":{"title":"LegalEntitySearchNotification","type":"object","properties":{"searchId":{"type":"string","format":"uuid"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/LegalEntitySearchStatusEnum"}},"required":["searchId","modifiedOn","status"]},"LegalEntitySearchStatusEnum":{"title":"LegalEntitySearchStatusEnum","type":"string","enum":["WAITING_FOR_DATA","WAITING_FOR_DOCUMENTS","READY_DATA","READY_DOCUMENTS","PREPARING","COMPLETED","FAILED","ERROR"],"description":"status of the search"}}}}
```

## The NotificationTypeEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]}}}}
```

## The OnboardingNotificationTypeEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OnboardingNotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["STARTED","REJECTED","INVALID","PENDING","APPROVED"]}}}}
```

## The CustomerStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"CustomerStatusEnum":{"title":"CustomerStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","INACTIVE","ACTIVE","SUSPENDED","ARCHIVED","RECEIVED","INVALID","PENDING","SUSPENDED_COMPLIANCE","ESTATE","OFFBOARDING"]}}}}
```

## The IdentificationVerificationStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"IdentificationVerificationStatusEnum":{"title":"IdentificationVerificationStatusEnum","type":"string","enum":["RECEIVED","INVALID","PENDING","APPROVED","REJECTED","EXPIRED"]}}}}
```

## The EntityValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The RoleValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"RoleValidationError":{"title":"RoleValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/RoleValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"RoleValidationErrorEnum":{"title":"RoleValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","UNKNOWN_ERROR","DATA_MISSING_ERROR","INVALID_REF_ACCOUNT_IBAN","REF_ACCOUNT_IBAN_BIC_MISMATCH"]}}}}
```

## The LabelsUpdateValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LabelsUpdateValidationError":{"title":"LabelsUpdateValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/LabelsUpdateValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"LabelsUpdateValidationErrorEnum":{"title":"LabelsUpdateValidationErrorEnum","type":"string","enum":["CUSTOMERS_NOT_FOUND_ERROR","CUSTOMERS_EXCEEDED_LIMIT_OF_LABELS_ERROR","LABEL_NOT_FOUND_ERROR","UNKNOWN_ERROR"]}}}}
```

## The LabelsUpdateValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LabelsUpdateValidationErrorEnum":{"title":"LabelsUpdateValidationErrorEnum","type":"string","enum":["CUSTOMERS_NOT_FOUND_ERROR","CUSTOMERS_EXCEEDED_LIMIT_OF_LABELS_ERROR","LABEL_NOT_FOUND_ERROR","UNKNOWN_ERROR"]}}}}
```

## The CustomerProductStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"CustomerProductStatusEnum":{"title":"CustomerProductStatusEnum","type":"string","enum":["PENDING","ACTIVE","BLOCKED","RESTRICTED","INACTIVE","CLOSED","INVALID","REJECTED"]}}}}
```

## The CustomerProductValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"CustomerProductValidationError":{"title":"CustomerProductValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/CustomerProductValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"CustomerProductValidationErrorEnum":{"title":"CustomerProductValidationErrorEnum","type":"string","enum":["PRODUCT_NOT_ACTIVE","CUSTOMER_NOT_FOUND","ACTIVE_CUSTOMER_REQUIRED","CUSTOMER_PRODUCT_PER_CUSTOMER_LIMIT_REACHED","CUSTOMER_PRODUCT_QUANTITY_AND_BALANCE_MUST_BE_ZERO","CUSTOMER_PRODUCT_NOT_FOUND","NOT_SETTLED_TRANSACTIONS_EXIST","REQUESTOR_ID_NOT_VALID"]}}}}
```

## The CustomerProductValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"CustomerProductValidationErrorEnum":{"title":"CustomerProductValidationErrorEnum","type":"string","enum":["PRODUCT_NOT_ACTIVE","CUSTOMER_NOT_FOUND","ACTIVE_CUSTOMER_REQUIRED","CUSTOMER_PRODUCT_PER_CUSTOMER_LIMIT_REACHED","CUSTOMER_PRODUCT_QUANTITY_AND_BALANCE_MUST_BE_ZERO","CUSTOMER_PRODUCT_NOT_FOUND","NOT_SETTLED_TRANSACTIONS_EXIST","REQUESTOR_ID_NOT_VALID"]}}}}
```

## The DocumentStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DocumentStatusEnum":{"title":"DocumentStatusEnum","type":"string","enum":["RECEIVED","INVALID","CREATED","PENDING","APPROVED","REJECTED","ARCHIVED"]}}}}
```

## The DocumentValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DocumentValidationError":{"title":"DocumentValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/DocumentValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"DocumentValidationErrorEnum":{"title":"DocumentValidationErrorEnum","type":"string","enum":["UNKNOWN_ERROR","DATA_NOT_FOUND_ERROR","INVALID_DATA_ERROR"]}}}}
```

## The DocumentValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DocumentValidationErrorEnum":{"title":"DocumentValidationErrorEnum","type":"string","enum":["UNKNOWN_ERROR","DATA_NOT_FOUND_ERROR","INVALID_DATA_ERROR"]}}}}
```

## The OnboardingStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OnboardingStatusEnum":{"title":"OnboardingStatusEnum","type":"string","enum":["CREATED","PENDING","APPROVED","REJECTED","RECEIVED","INVALID"]}}}}
```

## The OnboardingValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OnboardingValidationError":{"title":"OnboardingValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/OnboardingValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"OnboardingValidationErrorEnum":{"title":"OnboardingValidationErrorEnum","type":"string","enum":["CUSTOMER_STATUS_VERIFICATION","NATURAL_PERSON_STATUS_VERIFICATION","CUSTOMER_TYPE_VERIFICATION","DEATH_DAY_VERIFICATION","CONTACT_DATA_VERIFICATION","ADDRESS_VERIFICATION","CITIZENSHIP_VERIFICATION","VERIFIED_NATURAL_PERSON_VERIFICATION","DOCUMENT_VERIFICATION","DOCUMENT_SIGNATURES_VERIFICATION","CHILD_VERIFICATION","REFERENCE_ACCOUNTS_VERIFICATION","NACE_SECTORS_VERIFICATION","LEGAL_REPRESENTATIVES_VERIFICATION","BENEFICIAL_OWNERS_VERIFICATION","PROXIES_VERIFICATION","REFERENCE_ACCOUNTS_IBAN_VERIFICATION","LEGAL_ENTITY_VENDOR_VERIFICATION","JOINT_PERSON_THE_SAME_NATURAL_PERSON_IDS_VERIFICATION","JOINT_PERSON_ALREADY_EXISTS_VERIFICATION","JOINT_PERSON_NATURAL_PERSON_STATUS_VERIFICATION"]}}}}
```

## The OnboardingValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OnboardingValidationErrorEnum":{"title":"OnboardingValidationErrorEnum","type":"string","enum":["CUSTOMER_STATUS_VERIFICATION","NATURAL_PERSON_STATUS_VERIFICATION","CUSTOMER_TYPE_VERIFICATION","DEATH_DAY_VERIFICATION","CONTACT_DATA_VERIFICATION","ADDRESS_VERIFICATION","CITIZENSHIP_VERIFICATION","VERIFIED_NATURAL_PERSON_VERIFICATION","DOCUMENT_VERIFICATION","DOCUMENT_SIGNATURES_VERIFICATION","CHILD_VERIFICATION","REFERENCE_ACCOUNTS_VERIFICATION","NACE_SECTORS_VERIFICATION","LEGAL_REPRESENTATIVES_VERIFICATION","BENEFICIAL_OWNERS_VERIFICATION","PROXIES_VERIFICATION","REFERENCE_ACCOUNTS_IBAN_VERIFICATION","LEGAL_ENTITY_VENDOR_VERIFICATION","JOINT_PERSON_THE_SAME_NATURAL_PERSON_IDS_VERIFICATION","JOINT_PERSON_ALREADY_EXISTS_VERIFICATION","JOINT_PERSON_NATURAL_PERSON_STATUS_VERIFICATION"]}}}}
```

## The LegalEntitySearchStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"LegalEntitySearchStatusEnum":{"title":"LegalEntitySearchStatusEnum","type":"string","enum":["WAITING_FOR_DATA","WAITING_FOR_DOCUMENTS","READY_DATA","READY_DOCUMENTS","PREPARING","COMPLETED","FAILED","ERROR"],"description":"status of the search"}}}}
```

## The ProxyStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"ProxyStatusEnum":{"title":"ProxyStatusEnum","type":"string","enum":["CREATED","REVIEW","REJECTED","ACTIVE","INACTIVE","RECEIVED","INVALID","PENDING","SUSPENDED","SUSPENDED_COMPLIANCE"]}}}}
```

## The BeneficialOwnerStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"BeneficialOwnerStatusEnum":{"title":"BeneficialOwnerStatusEnum","type":"string","enum":["CREATED","ACTIVE","INACTIVE","RECEIVED","INVALID","REJECTED","REVIEW","PENDING","SUSPENDED_COMPLIANCE"]}}}}
```

## The StrategyStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"StrategyStatusEnum":{"title":"StrategyStatusEnum","type":"string","enum":["EXECUTING","PENDING","EXPIRED","RECEIVED","INVALID","DELETED","REJECTED"]}}}}
```

## The TransferStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TransferStatusEnum":{"title":"TransferStatusEnum","type":"string","enum":["RECEIVED","INVALID","PENDING","REJECTED","PROCESSED","RECONCILED"]}}}}
```

## The StrategyValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"StrategyValidationError":{"title":"StrategyValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/StrategyValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"StrategyValidationErrorEnum":{"title":"StrategyValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","SUBSCRIBER_INVALID_DATA_ERROR","STRATEGY_INVALID_DATA_ERROR","UNKNOWN_ERROR"]}}}}
```

## The StrategyValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"StrategyValidationErrorEnum":{"title":"StrategyValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","SUBSCRIBER_INVALID_DATA_ERROR","STRATEGY_INVALID_DATA_ERROR","UNKNOWN_ERROR"]}}}}
```

## The TransferValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TransferValidationError":{"title":"TransferValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/TransferValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"TransferValidationErrorEnum":{"title":"TransferValidationErrorEnum","type":"string","enum":["INSUFFICIENT_BALANCE","INVALID_IBAN","IBAN_BIC_MISMATCH","ACTIVE_PRODUCT_REQUIRED","PRODUCT_NOT_FOUND","ACTIVE_CUSTOMER_REQUIRED","CUSTOMER_NOT_FOUND","DATA_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","REF_ACCOUNT_OR_ACCOUNT_PRODUCT_IBAN_REQUIRED","ACCOUNT_PRODUCT_REQUIRED","INSUFFICIENT_WITHDRAWABLE_BALANCE","RECEIVER_IBAN_SAME_AS_PRODUCT_IBAN","REQUESTOR_ID_NOT_VALID"]}}}}
```

## The TransferValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TransferValidationErrorEnum":{"title":"TransferValidationErrorEnum","type":"string","enum":["INSUFFICIENT_BALANCE","INVALID_IBAN","IBAN_BIC_MISMATCH","ACTIVE_PRODUCT_REQUIRED","PRODUCT_NOT_FOUND","ACTIVE_CUSTOMER_REQUIRED","CUSTOMER_NOT_FOUND","DATA_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","REF_ACCOUNT_OR_ACCOUNT_PRODUCT_IBAN_REQUIRED","ACCOUNT_PRODUCT_REQUIRED","INSUFFICIENT_WITHDRAWABLE_BALANCE","RECEIVER_IBAN_SAME_AS_PRODUCT_IBAN","REQUESTOR_ID_NOT_VALID"]}}}}
```

## The DigitalAssetOrderErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DigitalAssetOrderErrorEnum":{"title":"DigitalAssetOrderErrorEnum","type":"string","enum":["ASSET_NOT_ACTIVE","ASSET_NOT_FOUND","BALANCE_UPDATE_FAILED","CASH_CUSTOMER_PRODUCT_NOT_ACTIVE","CASH_CUSTOMER_PRODUCT_NOT_FOUND","CASH_CUSTOMER_PRODUCT_REQUIRED","DIFFERENT_CUSTOMERS_FOR_CUSTOMER_PRODUCTS","INSUFFICIENT_BALANCE","INSUFFICIENT_POSITION","ORDER_CANNOT_BE_SUBMITTED","ORDER_CASH_AMOUNT_OUT_OF_BOUNDS","ORDER_SAVING_FAILED","VALIDATION_FAILED","WALLET_CUSTOMER_PRODUCT_NOT_ACTIVE","WALLET_CUSTOMER_PRODUCT_NOT_FOUND","WALLET_CUSTOMER_PRODUCT_REQUIRED"]}}}}
```

## The DigitalAssetOrderError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DigitalAssetOrderError":{"title":"DigitalAssetOrderError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/DigitalAssetOrderErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"DigitalAssetOrderErrorEnum":{"title":"DigitalAssetOrderErrorEnum","type":"string","enum":["ASSET_NOT_ACTIVE","ASSET_NOT_FOUND","BALANCE_UPDATE_FAILED","CASH_CUSTOMER_PRODUCT_NOT_ACTIVE","CASH_CUSTOMER_PRODUCT_NOT_FOUND","CASH_CUSTOMER_PRODUCT_REQUIRED","DIFFERENT_CUSTOMERS_FOR_CUSTOMER_PRODUCTS","INSUFFICIENT_BALANCE","INSUFFICIENT_POSITION","ORDER_CANNOT_BE_SUBMITTED","ORDER_CASH_AMOUNT_OUT_OF_BOUNDS","ORDER_SAVING_FAILED","VALIDATION_FAILED","WALLET_CUSTOMER_PRODUCT_NOT_ACTIVE","WALLET_CUSTOMER_PRODUCT_NOT_FOUND","WALLET_CUSTOMER_PRODUCT_REQUIRED"]}}}}
```

## The DigitalAssetOrderStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DigitalAssetOrderStatusEnum":{"title":"DigitalAssetOrderStatusEnum","type":"string","enum":["RECEIVED","INVALID","PENDING","CANCELED","REJECTED","FILLED","CORRECTED","SETTLED"]}}}}
```

## The DigitalAssetsOrderExecutionData object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DigitalAssetsOrderExecutionData":{"title":"DigitalAssetsOrderExecutionData","type":"object","properties":{"quantity":{"type":"number"},"executionPrice":{"type":"number"},"executionAmount":{"type":"number"},"feeDescription":{"type":"string"},"feeAmount":{"type":"number"}},"required":["quantity","executionPrice","executionAmount"]}}}}
```

## The DigitalAssetOrderNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"DigitalAssetOrderNotification":{"title":"DigitalAssetOrderNotification","type":"object","properties":{"orderId":{"type":"string","format":"uuid"},"customerProductId":{"type":"string","format":"uuid"},"externalId":{"type":"string"},"status":{"$ref":"#/components/schemas/DigitalAssetOrderStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/DigitalAssetOrderError"},"executionData":{"$ref":"#/components/schemas/DigitalAssetsOrderExecutionData"}},"required":["orderId","customerProductId","status","notificationType","externalId"]},"DigitalAssetOrderStatusEnum":{"title":"DigitalAssetOrderStatusEnum","type":"string","enum":["RECEIVED","INVALID","PENDING","CANCELED","REJECTED","FILLED","CORRECTED","SETTLED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"DigitalAssetOrderError":{"title":"DigitalAssetOrderError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/DigitalAssetOrderErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"DigitalAssetOrderErrorEnum":{"title":"DigitalAssetOrderErrorEnum","type":"string","enum":["ASSET_NOT_ACTIVE","ASSET_NOT_FOUND","BALANCE_UPDATE_FAILED","CASH_CUSTOMER_PRODUCT_NOT_ACTIVE","CASH_CUSTOMER_PRODUCT_NOT_FOUND","CASH_CUSTOMER_PRODUCT_REQUIRED","DIFFERENT_CUSTOMERS_FOR_CUSTOMER_PRODUCTS","INSUFFICIENT_BALANCE","INSUFFICIENT_POSITION","ORDER_CANNOT_BE_SUBMITTED","ORDER_CASH_AMOUNT_OUT_OF_BOUNDS","ORDER_SAVING_FAILED","VALIDATION_FAILED","WALLET_CUSTOMER_PRODUCT_NOT_ACTIVE","WALLET_CUSTOMER_PRODUCT_NOT_FOUND","WALLET_CUSTOMER_PRODUCT_REQUIRED"]},"DigitalAssetsOrderExecutionData":{"title":"DigitalAssetsOrderExecutionData","type":"object","properties":{"quantity":{"type":"number"},"executionPrice":{"type":"number"},"executionAmount":{"type":"number"},"feeDescription":{"type":"string"},"feeAmount":{"type":"number"}},"required":["quantity","executionPrice","executionAmount"]}}}}
```

## The TraditionalAssetOrderError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TraditionalAssetOrderError":{"title":"TraditionalAssetOrderError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/TraditionalAssetOrderNotificationErrorCodeEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"TraditionalAssetOrderNotificationErrorCodeEnum":{"title":"TraditionalAssetOrderNotificationErrorCodeEnum","type":"string","enum":["INSUFFICIENT_BALANCE","INSUFFICIENT_POSITION","ASSET_NOT_FOUND","ASSET_NOT_ACTIVE","ORDER_CANNOT_BE_SUBMITTED","DEPOSITORY_CUSTOMER_PRODUCT_NOT_FOUND","DEPOSITORY_CUSTOMER_PRODUCT_REQUIRED","DEPOSITORY_CUSTOMER_PRODUCT_NOT_ACTIVE","CASH_CUSTOMER_PRODUCT_NOT_FOUND","CASH_CUSTOMER_PRODUCT_REQUIRED","CASH_CUSTOMER_PRODUCT_NOT_ACTIVE","DIFFERENT_CUSTOMERS_FOR_CUSTOMER_PRODUCTS","LEGAL_ENTITY_IDENTIFIER_NOT_SET","LEGAL_ENTITY_IDENTIFIER_NOT_VALID","NATIONAL_IDENTIFIER_NOT_SET","REQUESTOR_ID_NOT_VALID","ORDER_NOT_CANCELABLE","ORDER_PENDING_CANCELATION","ORDER_CANCELATION_REJECTED","ORDER_REJECTED","ORDER_DOES_NOT_COVER_FEE"]}}}}
```

## The TraditionalAssetOrderStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TraditionalAssetOrderStatusEnum":{"title":"TraditionalAssetOrderStatusEnum","type":"string","enum":["RECEIVED","INVALID","PLACED","UPDATED","REJECTED","FILLED","PARTIALLY_FILLED","CANCELLED","RECONCILIATION_CORRECTION","EXPIRED","PENDING","CANCELLATION_REJECTED","CANCELLATION_ACCEPTED","PARTIALLY_FILLED_CANCELLED","PARTIALLY_FILLED_EXPIRED"]}}}}
```

## The TraditionalAssetOrderNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"TraditionalAssetOrderNotification":{"title":"TraditionalAssetOrderNotification","type":"object","properties":{"orderId":{"type":"string","format":"uuid"},"customerProductId":{"type":"string","format":"uuid"},"externalId":{"type":"string"},"exAnteId":{"type":"string","format":"uuid","description":"The ex ante id is returned for RECEIVED orders"},"executionId":{"type":"string","format":"uuid","description":"The trade execution id is returned for FILLED and PARTIALLY_FILLED orders"},"status":{"$ref":"#/components/schemas/TraditionalAssetOrderStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/TraditionalAssetOrderError"},"executionData":{"$ref":"#/components/schemas/TraditionalAssetOrderExecutionData"}},"required":["orderId","customerProductId","status","notificationType","externalId"]},"TraditionalAssetOrderStatusEnum":{"title":"TraditionalAssetOrderStatusEnum","type":"string","enum":["RECEIVED","INVALID","PLACED","UPDATED","REJECTED","FILLED","PARTIALLY_FILLED","CANCELLED","RECONCILIATION_CORRECTION","EXPIRED","PENDING","CANCELLATION_REJECTED","CANCELLATION_ACCEPTED","PARTIALLY_FILLED_CANCELLED","PARTIALLY_FILLED_EXPIRED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"TraditionalAssetOrderError":{"title":"TraditionalAssetOrderError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/TraditionalAssetOrderNotificationErrorCodeEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"TraditionalAssetOrderNotificationErrorCodeEnum":{"title":"TraditionalAssetOrderNotificationErrorCodeEnum","type":"string","enum":["INSUFFICIENT_BALANCE","INSUFFICIENT_POSITION","ASSET_NOT_FOUND","ASSET_NOT_ACTIVE","ORDER_CANNOT_BE_SUBMITTED","DEPOSITORY_CUSTOMER_PRODUCT_NOT_FOUND","DEPOSITORY_CUSTOMER_PRODUCT_REQUIRED","DEPOSITORY_CUSTOMER_PRODUCT_NOT_ACTIVE","CASH_CUSTOMER_PRODUCT_NOT_FOUND","CASH_CUSTOMER_PRODUCT_REQUIRED","CASH_CUSTOMER_PRODUCT_NOT_ACTIVE","DIFFERENT_CUSTOMERS_FOR_CUSTOMER_PRODUCTS","LEGAL_ENTITY_IDENTIFIER_NOT_SET","LEGAL_ENTITY_IDENTIFIER_NOT_VALID","NATIONAL_IDENTIFIER_NOT_SET","REQUESTOR_ID_NOT_VALID","ORDER_NOT_CANCELABLE","ORDER_PENDING_CANCELATION","ORDER_CANCELATION_REJECTED","ORDER_REJECTED","ORDER_DOES_NOT_COVER_FEE"]},"TraditionalAssetOrderExecutionData":{"title":"TraditionalAssetOrderExecutionData","type":"object","properties":{"quantity":{"type":"number"},"executionPrice":{"type":"number"},"executionAmount":{"type":"number"},"germanCit":{"type":"number","format":"decimal","description":"Total sum of german capital income tax amount of the total execution"},"solidaritySurcharge":{"type":"number","format":"decimal","description":"Total sum of german solidarity surcharge tax amount of the total execution"},"churchTax":{"type":"number","format":"decimal","description":"Total sum of german church tax amount of the total execution"},"feeAmount":{"type":"number","multipleOf":0.01},"feeDescription":{"type":"string"}},"required":["quantity","executionPrice","executionAmount","germanCit","solidaritySurcharge","churchTax"]}}}}
```

## The UserStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"UserStatusEnum":{"title":"UserStatusEnum","type":"string","enum":["RECEIVED","INVALID","CREATED","ACTIVE","REJECTED","INACTIVE","SUSPENDED"]}}}}
```

## The UserNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"UserNotification":{"title":"UserNotification","type":"object","properties":{"userId":{"type":"string"},"modifiedOn":{"type":"string","format":"date-time"},"status":{"$ref":"#/components/schemas/UserStatusEnum"},"notificationType":{"$ref":"#/components/schemas/NotificationTypeEnum"},"validationError":{"$ref":"#/components/schemas/EntityValidationError"}},"required":["userId","notificationType"]},"UserStatusEnum":{"title":"UserStatusEnum","type":"string","enum":["RECEIVED","INVALID","CREATED","ACTIVE","REJECTED","INACTIVE","SUSPENDED"]},"NotificationTypeEnum":{"title":"NotificationTypeEnum","type":"string","enum":["CREATED","UPDATED","DELETED","VALIDATION_ERROR"]},"EntityValidationError":{"title":"EntityValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/EntityValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"EntityValidationErrorEnum":{"title":"EntityValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_MISSING_ERROR","DATA_NOT_FOUND_ERROR","EVENT_NOT_FOUND_ERROR","INAPPROPRIATE_DATA_STATUS_ERROR","INVALID_DATA_ERROR","CREATE_REJECTED_BY_ADMIN_ERROR","UPDATE_REJECTED_BY_ADMIN_ERROR","EMAIL_ALREADY_EXISTS_ERROR","INVALID_STATUS_UPDATE_ERROR","NATURAL_PERSON_NOT_FOUND_ERROR","NATURAL_PERSON_NOT_IN_CREATED_STATUS_ERROR","UNKNOWN_ERROR"]}}}}
```

## The RealEstateTokenPricesNotification object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"RealEstateTokenPricesNotification":{"type":"object","properties":{"regularToken":{"type":"number","format":"currency","minimum":0,"exclusiveMinimum":true},"premiumToken":{"type":"number","format":"currency","minimum":0,"exclusiveMinimum":true}},"required":["regularToken","premiumToken"]}}}}
```

## The OffboardingNotificationTypeEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OffboardingNotificationTypeEnum":{"title":"OffboardingNotificationTypeEnum","type":"string","enum":["STARTED","PENDING","APPROVED","CANCELED","VALIDATION_ERROR"]}}}}
```

## The OffboardingStatusEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OffboardingStatusEnum":{"title":"OffboardingStatusEnum","type":"string","enum":["CREATED","PENDING","APPROVED","REJECTED","CANCELED","INVALID"]}}}}
```

## The OffboardingValidationError object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OffboardingValidationError":{"title":"OffboardingValidationError","type":"object","properties":{"errorType":{"$ref":"#/components/schemas/OffboardingValidationErrorEnum"},"description":{"type":"string"}},"required":["errorType","description"]},"OffboardingValidationErrorEnum":{"title":"OffboardingValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","INVALID_DATA_ERROR","UNKNOWN_ERROR"]}}}}
```

## The OffboardingValidationErrorEnum object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"OffboardingValidationErrorEnum":{"title":"OffboardingValidationErrorEnum","type":"string","enum":["ALREADY_EXISTS_ERROR","DATA_NOT_FOUND_ERROR","INVALID_DATA_ERROR","UNKNOWN_ERROR"]}}}}
```

## The ErrorMessage object

```json
{"openapi":"3.0.1","info":{"title":"Partner Webhooks","version":"1.0"},"components":{"schemas":{"ErrorMessage":{"title":"ErrorMessage","type":"object","properties":{"message":{"type":"string"},"responseType":{"type":"string"},"validationString":{"minLength":1,"type":"string"},"requestId":{"type":"string"},"errorCode":{"type":"string","maxLength":255},"errorDetails":{"type":"array","items":{"$ref":"#/components/schemas/ErrorDetails"}}},"required":["message","responseType","requestId"]},"ErrorDetails":{"title":"ErrorDetails","type":"object","properties":{"field":{"type":"string","maxLength":255},"errors":{"type":"array","items":{"$ref":"#/components/schemas/ErrorDetailsExplanation"}}},"required":["field"]},"ErrorDetailsExplanation":{"title":"ErrorDetailsExplanation","type":"object","properties":{"code":{"type":"string","maxLength":255},"parameter":{"type":"string"},"message":{"type":"string"}},"required":["code","message"]}}}}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.tradevest.ai/partner-apis/partner-webhooks/schemas.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
