Transaction Status Codes
STATUS | STATUS_ID | Comment |
---|---|---|
CREATED | 1 | Transaction created |
PROCESSING-DEBIT | 2 | Funds have been pulled from the sending node and have been sent to the receiving node. Transaction cannot be cancelled. (Ledger balance for sending node will update during this step.) |
PROCESSING-CREDIT | 3 | Funds are being credited to the receiving node. Transaction cannot be cancelled. |
SETTLED | 4 | Transaction is assumed successfully settled. For external transactions, such as ACH, there might be a small delay between this status and when funds are settled in the external account due to limitations of the payment rails. Although the transaction is settled there is still exposure to ACH Returns and Chargebacks (Card Disputes). Note: A check should have SETTLED status after it has been cashed. (Ledger balance for receiving node will update during this step.) |
CANCELED | 5 | Transaction has been canceled |
RETURNED | 6 | Transaction has returned This is how ACH Returns, Card Chargebacks, Returned Wires, and similar are expressed in our system. |
QUEUED-BY-SYNAPSE | -1 | Transaction has been queued by Synapse This could occur for a number of reasons including the user not having verified KYC, the transaction breaking the platform limits, the country of destination not being allowed, the user being a match on sanctions lists, and so on. As an initial step please check the user has SEND-AND-RECEIVE permissions. Resolution will vary based on the nature of the issue. You can contact Synapse Support for more information. Transaction can be cancelled. |
Transactions can only be canceled in CREATED
and QUEUED-BY-SYNAPSE
statuses.
Updated almost 5 years ago