Skip to main content
Use reconciliation when the payment state is uncertain after a timeout, worker crash, or delayed webhook.

Read APIs

  • GET /v2/transactions
  • GET /v2/transactions/{id}

Example request

Example response

Common error

Status 404
Fix: verify the transaction ID and your own order-to-transaction mapping before retrying the lookup.

Reconciliation flow

  1. Load the Pagou transaction ID from your payment record or webhook store.
  2. Fetch the latest transaction state.
  3. Apply only forward-safe transitions in your system.
  4. Keep webhooks as the normal update path after recovery.

Next steps