Dock webhook (Dock → Autra)

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 typeURL
Acquiring eventsPOST https://api.autra.io/v1/webhooks/acquiring/dock
Banking eventsPOST 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]).

Language
URL
Response
Click Try It! to start a request and see the response here!