Skip to main content

Retry policy

  • retry your own downstream processing, not the Pagou event identity
  • keep event deduplication permanent enough to cover redelivery windows
  • reconcile before triggering compensating actions

Reconciliation targets

  • GET /v2/transactions/{id}
  • GET /v2/transfers/{id}
  1. Receive event.
  2. Ack immediately.
  3. Store event ID.
  4. Process asynchronously.
  5. If anything is ambiguous, fetch the current Pagou resource state.