Skip to main content
Use reconciliation as a fallback when webhook processing or operator actions leave transfer state uncertain.

Read APIs

  • GET /v2/transfers
  • GET /v2/transfers/{id}

Example request

Example response

Common error

Status 404
Fix: verify the transfer ID and your own payout mapping before retrying the lookup.

Reconciliation workflow

  1. Load the Pagou transfer ID from your payout record or webhook store.
  2. Fetch the latest transfer state.
  3. Apply only forward-safe transitions locally.
  4. Escalate repeated error, rejected, or unknown states to operations.