Receives transaction update notifications via webhook. This endpoint is called when transaction status changes occur, such as when a transaction moves from SUBMITTED to PROCESSED status.
required | object (TransactionWebhookData) Transaction webhook data containing transaction update information |
Webhook processed successfully
Bad request
Unauthorized
Forbidden
Not found
Method not allowed
Internal server error
Service unavailable
{- "data": {
- "transactionId": 7094,
- "channel": "API",
- "customerName": "UPS Customer2",
- "virtualAccountNumber": "LSB00000003",
- "transactionAmount": "1.00",
- "creditDebitType": "DEBIT",
- "transactionDateTime": "2026-02-04T09:38:33Z",
- "lastUpdatedTime": "2026-02-04T09:38:38Z",
- "transactionStatus": "PROCESSED",
- "externalAccountReference": "WALLET123",
- "transactionDescription": "Payment Reference",
- "paymentMethod": "ACH",
- "senderBankId": "086500634",
- "senderBankAddress1": "2100 STEWART DRIVE",
- "senderBankAddress2": "string",
- "senderBankCity": "JEFFERSON CITY",
- "senderBankZip": "65109",
- "senderBankCountry": "UNITED STATES OF AMERICA",
- "receiverBankId": "073913580",
- "receiverBankAddress1": "111 My Street",
- "receiverBankAddress2": "Suite 210",
- "receiverBankCity": "Charlotte",
- "receiverBankZip": "28269",
- "receiverBankCountry": "UNITED STATES OF AMERICA"
}
}