Your system will receive this payload when you create a Subscription with typetransactions.create
Receive real-time notifications when new Transactions are created in your Account. This webhook enables you to synchronize your systems with transaction creation events.
InfoThe webhook payload contains the transaction ID and basic details. Use the Get Transaction endpoint to retrieve complete transaction information.
WarningYour 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 events in your analytics platform.
200Your system should return a 2xx status to indicate that the data was published successfully. Other statuses will be considered a failure and we will retry later. See the redrive page for more details.
