post
https://api.autra.io/v1/webhooks/dock
Receives encrypted event notifications from Dock (Notifications Central). Called by Dock — not by your application.
Dock must be configured to send events to two endpoints:
| Event type | URL |
|---|---|
| Acquiring events | POST https://api.autra.io/v1/webhooks/acquiring/dock |
| Banking events | POST https://api.autra.io/v1/webhooks/banking/dock |
Both endpoints accept the same payload format: AES-256-GCM encrypted body (base64 of nonce[12] + ciphertext + tag[16]).
