Skip to main content
WEBHOOK
batch.transaction.item.status
{
  "event": {
    "id": "b576fcfd-981f-4abd-81d8-14b2a0a8cb39",
    "event_reference_id": "ea8184e5-4250-486e-8a45-7718896c82b0",
    "type": "batch.transaction.item.status",
    "created_at": "2026-01-08T16:57:20.266158Z",
    "sandbox_mode": true
  },
  "data": {
    "batch_id": "8f23036c-3dc8-445a-aad9-61564e028e56",
    "batch_item_id": "05ed90f4-da44-4a56-bbd9-c65a42f925e6",
    "status": "PENDING",
    "transaction_id": "ea8184e5-4250-486e-8a45-7718896c82b0"
  }
}
This webhook event is triggered when a batch transaction item’s status changes after a batch is committed. Currently, this event is only fired when a transaction item reaches PENDING status, indicating that a transaction_id has been issued and the transaction has been added to the processing queue. The event provides the batch identifier, the specific batch item identifier, and the newly created transaction identifier, allowing you to track individual transactions within a batch as they begin processing.
Security: All webhook requests include HMAC signatures for verification. Learn how to verify webhook signatures to ensure requests are authentic.

Body

application/json

The body is of type object.

Response

200

Webhook received successfully