PaymentBatchPostedEvent
Overview
The PaymentBatchPostedEvent is sent after the payment batch has been posted.
Event Parameters
| Parameter | Data Type | Description |
|---|---|---|
PaymentBatchGuid | UUID | The unique identifier for the payment batch. |
EventName | string | The name of the specific event. |
TenantId | integer | The identifier for the tenant (client) for which the request is being made. |
CorrelationId | UUID | A unique identifier for this event. |
BusinessProcessId | UUID | The identifier for the business process associated with this event. |
TargetBusinessProcessId | UUID | The identifier for the target business process related to this event. |
PublishedDate | string | The date and time when the event was published, in ISO 8601 format. |
DeduplicationId | string | A unique identifier to ensure the same event is not processed multiple times. |
Sample Event
{
"PaymentBatchGuid": "00000000-0000-0000-0000-000000000000",
"EventName": "PaymentBatchPostedEvent",
"TenantId": 1,
"CorrelationId": "11111111-2222-3333-4444-555555555555",
"BusinessProcessId": "00000000-0000-0000-0000-000000000000",
"TargetBusinessProcessId": "00000000-0000-0000-0000-000000000000",
"PublishedDate": "2026-09-25T14:12:20.2103923+00:00",
"DeduplicationId": "SSdtIGEgbGl0dGxlIHRlYXBvdCBzaG9ydCBhbmQgc4RvdXQ="
}Updated about 1 hour ago
Did this page help you?
