Webhooks
Webhooks events
{
// Type of event
type: "TRANSACTION_CREATED",
// Timestamp of the event, formatted as ISO 8601 date-time
timestamp: "2024-12-01T09:07:54.940Z",
// Data payload, see couples (event type, event payload) below
payload: {
clientId: "e7c1d1db-b8ca-4586-af30-8fcc213b5353",
transactionId: "ef497614-ba4d-422d-b226-7662b17566b7"
}
}Event definitions
{ // ID of the client account to which the transaction belongs clientId: string; // ID of the transaction transactionId: string; }{ // ID of the client account owner of the bank account clientId: string; // ID of the bank account bankAccountId: string; }{ // ID of the client account owner of the bank account clientId: string; // ID of the blockchain wallet blockchainWalletId: string; }{ clientId: string }
Expected response and retries
Webhooks management
Security
Verifying the signature
IPs restrictions
Last updated