Webhooks
1 min
webhook notifications are automatically triggered whenever a transaction event occurs, ensuring your application remains synchronized and can respond promptly to real time updates this allows you to maintain accurate and up to date information throughout your workflow you can subscribe to webhook events from settings > webhooks webhooks are currently sent on following events incoming transaction outgoing transaction webhook payload format { "event" "transaction confirmation", # enum webhookevent "data" { "transactionid" "", # primevault's internal txn id "vaultid" "", # primevault's vault id "chain" "", # chain "transactionhash" "", # transaction hash "subcategory" "", # enum transactionsubcategory "category" "", # enum transactioncategory "externalid" "", # external id set by the user } }