# Receive Balancer Transaction Job Completed Event **POST BalancerTransactionJobCompletedEvent** Webhook event triggered when a Balancer Transaction job has completed processing ## Servers - Production server: https://integrationhub.adra.com (Production server) - Stage server: https://integrationhub.adrastage.com (Stage server) - Test server: https://integrationhub.adratest.com (Test server) - Dev server: https://integrationhub.adradev.com (Dev server) ## Parameters ### Body: application/json (object) - **EventId** (string(uuid)) Unique Event Identifier - **CorrelationId** (string(uuid)) Correlation identifier - **EventType** (string) Event type - **EventMessage** (string) Human-readable event description - **CreatedDate** (string(date-time)) Time of the event - **Payload** (object) ## Responses ### 200 Webhook received successfully ### default Error #### Body: application/problem+json (object) - **type** (string | null) - **title** (string | null) - **status** (integer(int32) | null) - **detail** (string | null) - **instance** (string | null) [Powered by Bump.sh](https://bump.sh)