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
01 Landing calls backend → backend calls partner mock
02 Partner returns ACK 0 (ok) or error
03 Backend blocks on Redis BLPOP (max 5s)
04 Partner fires XML webhook after 1–3s delay
05 Webhook writes to Redis → BLPOP wakes up
06 User sees result — feels synchronous