Transactions
Blnk webhook
Receive Blnk Core webhook events and inject transactions into Watch for real-time risk evaluation.
POST
Blnk Watch is currently in beta. Send us a message
ALERT_WEBHOOK_URL to receive alerts when rules match.
Body
string
required
The Blnk webhook event name. For example,
transaction.created.object
required
The transaction object from Blnk Core. Field names match Blnk transaction naming -
transaction_id, amount, currency, source, destination, created_at, meta_data, and so on.Notes
- If
data.transaction_idis missing, Watch generates a UUID before evaluation. - If
data.created_atis missing, Watch uses the current server time. - On success, the response body is plain text, not JSON.