wbhk transactions.update
Your system will receive this payload when you create a Subscription with type transactions.update
transactions.update
Receive real-time notifications when Transactions are updated in your Account. This webhook enables you to synchronize your systems with transaction status changes.
Info
The webhook payload contains the transaction ID and updated details. Use the Get Transaction endpoint to retrieve complete transaction information.
Warning
Your webhook endpoint must return a 2xx status code within 30 seconds to confirm receipt. Failed deliveries will be retried according to the redrive policy.
Common use cases include updating your accounting system, triggering notifications, or logging transaction status changes in your analytics platform.