Transfer Status Diagram

Transaction Statuses

When getting a transaction, it's status will be in one of these states:

Queued: processing has not begun. Transactions usually don't stay in this state for long.
Pending: transaction is still processing. It hasn't failed any critical steps yet.
Failed: transaction is in a final failure state. There are no steps to roll back.
Success: transaction has completed all steps successfully.

Transaction Flow Diagram

The flow of statuses during a transfer: