Demo

Subscribe
& confirm.

Async webhook flow bridged to sync UX via Redis BLPOP. Fill in your details and watch the flow happen in real time.

How it works
01Landing calls backend → backend calls partner mock
02Partner returns ACK 0 (ok) or error
03Backend blocks on Redis BLPOP (max 5s)
04Partner fires XML webhook after 1–3s delay
05Webhook writes to Redis → BLPOP wakes up
06User sees result — feels synchronous
Flow
01
Calling partner API
02
Awaiting ACK
03
Blocking on Redis BLPOP
04
Webhook received
05
Result
Waiting for request...