Operating principles
- acknowledge fast
- deduplicate by event ID
- enqueue for async work
- reconcile on uncertainty
Envelope differences
| Domain | Type field | Entity field |
|---|---|---|
| payments | event | data |
| transfers | type | data.object |
Build one resilient webhook ingestion path for both payment and payout events.
| Domain | Type field | Entity field |
|---|---|---|
| payments | event | data |
| transfers | type | data.object |