Payment Payout Statuses
Payout Statuses
A payout status indicates its current state. The following are the status types:
queue
Payout accepted and queued for processing.
refueling
Gas refuel transaction sent to prepare the source wallet for the payout. Not used for BTC-family networks.
refuel_confirmed
Gas refuel confirmed. The payout transaction will be sent next. Not used for BTC-family networks.
sending
Payout transaction is being broadcast to the blockchain.
broadcasting
Transaction is queued in the EVM async pipeline, waiting to be broadcast to the network. The platform polls the pipeline until the transaction appears in the mempool. EVM networks only.
in_mempool
Transaction detected in the network mempool, waiting to be included in a block. BTC-family networks only.
confirm_check
Transaction visible on blockchain, awaiting required network confirmations.
paid
Payout successfully completed and confirmed on-chain.
system_fail
Payout failed due to a system error, timeout, or exhausted retries.
Last updated