Skip to main content
The transaction or transfer status refers to the current state of a transfer. There are several possible states that a transfer can be in, including:
StatusDescription
awaiting_fundsDevdraft is waiting to receive funds from the customer before processing the transfer. This applies to incoming crypto deposits, wires, or ACH pushes.
in_reviewA rare, temporary state triggered when transfer data needs further confirmation. Typically resolves in seconds; otherwise, Devdraft will reach out within 24 hours.
funds_receivedDevdraft has received the funds and is preparing to move them on the customer’s behalf.
payment_submittedDevdraft has initiated the payment and is awaiting confirmation. Time to completion depends on the payment rail: minutes (Crypto), hours (Wires), or days (ACH).
payment_processedThe transfer is complete and funds have been successfully delivered to the destination.
undeliverableDevdraft was unable to deliver funds due to an issue like an invalid account or unsupported asset at the destination.
returnedThe payment was sent but failed. Funds have returned to Devdraft and a refund to the sender is underway.
refundedThe payment was refunded Devdraft no longer has the funds.

This means the payment was either sent back to the original sender, refunded based on the configured crypto return policy, or sent back to the originating Bridge wallet or Bridge prefunded account.
canceledThe transfer was canceled. This can only happen from the awaiting_funds state via the DELETE /v0/transfers/{transferID} endpoint.
errorA problem occurred that blocked processing. This typically requires manual review or developer action.
  • Please note that a transfer will always progress from awaiting_fundsfunds_receivedpayment_submittedpayment_processed. It can never go backwards.
  • States including returned, refunded, undeliverable, or error indicate exception paths.