Ledger Transaction Updates Webhook
Ledger transaction webhook notifies whenever a transaction status is updated in your account. Your bank will help you setup a webhook for your accounts. The following events are sent to webhooks.
- Transaction status changes (SUBMITTED, PROCESSED, etc.)
- Memo post status updates
- Transaction processing updates
| Attribute | Type | Restrictions | Notes |
|---|---|---|---|
| transactionId | integer | none | Transaction unique identifier assigned by the system. |
| channel | string | none | Channel represents the system that originates the transaction for example API, TELLER, CASHOS, ONLINE etc. |
| customerName | string | none | Name of the customer associated with the transaction. |
| virtualAccountNumber | string | none | Virtual account number associated with the transaction. |
| transactionAmount | string | none | Transaction amount. |
| creditDebitType | string | none | Whether the transaction is CREDIT or DEBIT. |
| transactionDateTime | string(date-time) | none | Date and time when the transaction was created. |
| lastUpdatedTime | string(date-time) | none | Date and time when the transaction was last updated. |
| transactionStatus | string | none | Transaction status such as SUBMITTED, PROCESSED, etc. |
| costCenter | string | none | Cost center associated with the transaction. |
| transactionDescription | string | none | Description of the transaction. |
| memoPostDate | string | none | Memo post date in MM-DD-YYYY format. |
| memoPostStatus | string | none | Memo post status such as POSTED, PENDING, etc. |
| memoPostFailureReason | string | none | Reason for memo post failure, if applicable. |
| memoPostReferenceId | string | none | Memo post reference identifier. |
| paymentMethod | string | none | Payment method used such as FedNow, ACH, WIRE, etc. |
| senderBankId | string | none | Sender bank routing number. |
| senderBankAddress1 | string | none | Sender bank address line 1. |
| senderBankAddress2 | string | none | Sender bank address line 2. |
| senderBankCity | string | none | Sender bank city. |
| senderBankZip | string | none | Sender bank zip code. |
| senderBankCountry | string | none | Sender bank country. |
| receiverBankId | string | none | Receiver bank routing number. |
| receiverBankAddress1 | string | none | Receiver bank address line 1. |
| receiverBankAddress2 | string | none | Receiver bank address line 2. |
| receiverBankCity | string | none | Receiver bank city. |
| receiverBankZip | string | none | Receiver bank zip code. |
| receiverBankCountry | string | none | Receiver bank country. |