Learn about the different statuses of a transaction.
QUEUED
state. This indicates your transaction has been received and is waiting to be processed by Bink’s concurrency-controlled queue system.
APPLIED
state indicates a successful transaction. When you see this state, it means:
QUEUED
to INFLIGHT
. In this state, the transaction is on hold until you take further action.
From the INFLIGHT
state, your transaction can move to one of three possible resolution states:
VOID
status, indicating the transaction was not completed and the inflight balances have been reset.
REJECTED
state occurs when a transaction is not processed due to reasons like insufficient funds in the source balance. When this happens:
REJECTED
state, it is final. To retry the transaction, you would need to create a new one. Learn more: Handling insufficient funds with Blnk.