Skip to main content
This endpoint is used to inspect the current state of a payout or quote conversion. It returns the original quote details, recipient information, state transitions, and timestamps to support reconciliation.

Endpoint

GET {{baseURL}}/v1/transaction/{transactionId}

Request headers

Request examples

Successful response

copy

Field reference

Error responses

Usage tips

  • Call this endpoint after receiving payout webhooks to verify the final state and amounts.
  • Persist transaction responses for audit trails; they include the original quote snapshot.
  • If the transaction remains PROCESSING for longer than expected, reach out to support with the referenceNumber for investigation.
  • Transactions are created when you call POST /v2/payout or the Bulk Payout API.