Webhooks
Authentication
How to make sure the webhook request is originated from Align:
Events
type WebhookEventPayload = {
event_type:
'customer.kycs.updated' |
'onramp_transfer.status.updated' |
'cross_chain_transfer.status.updated' |
'offramp_transfer.status.updated';
entity_id: string;
entity_type:
'customer' |
'onramp_transfer' |
'cross_chain_transfer' |
'offramp_transfer';
created_at: string;
}Cross Chain Transfer Event
Virtual Account Event
Last updated