Payment Statuses
Order Statuses
An order status indicates its current state. The following are the status types:
process
Order created and initialized
waiting_asset_select
Awaiting payment asset selection by the client
processing
Payment preparation in progress
pending
Awaiting incoming payment or transaction dispatch
in_mempool
Transaction detected in the network mempool
confirm_check
Transaction visible on blockchain, awaiting required network confirmations
paid
Order paid, received amount equals order amount
paid_over
Order paid, received amount exceeds order amount
paid_less
Order paid, received amount is less than order amount
cancel
Order cancelled by the client or system
expired
Order unsuccessful, payment timer expired
system_fail
Order rejected due to a system error
queue
Payment accepted and queued for payout processing
Last updated