Skip to main content
Use this operation only when the transfer is still in a cancelable state.

Endpoint

POST /v2/transfers/{id}/cancel

Example

curl --request POST \
  --url https://api.pagou.ai/v2/transfers/trf_123/cancel \
  --header "Authorization: Bearer YOUR_TOKEN"

Rules

  • Confirm your local state before showing a cancel button.
  • Reconcile after any uncertain cancellation attempt.
  • Surface final state to operators only after webhook or GET confirmation.