Current status of the real time payment transfer: created
, rejected
, processing
, failed
, timed_out
, finalizing
, completed
or returned
.
An outbound credit transfer is: created
if pre-checks are passed. Pre-checks may determine the transaction is rejected
. When the transaction is sent to the network it is then processing
. If the transaction fails network checks it will become failed
. If the receiving participant failed to provide a response within the network SLA it will become timed_out
. A transaction will be finalizing
if the receiving financial institution accepts the transaction and then become completed
when the funds are posted to the recipient. The status is set to returned
if the transfer was returned.
An inbound credit transfer is: created
when an incoming credit transfer is received from the network. It is rejected
if Trice rejected the transaction. The transaction is processing
when the accepted transaction is awaiting confirmation from the network. If the transaction fails network checks it will become failed
. If the network does not receive a response from Trice within the network SLA it will become timed_out
. A transaction will then be finalizing
until it becomes completed
and the funds are posted to the recipient. The status is set to returned
if the transfer was returned.
created
rejected
processing
failed
timed_out
finalizing
completed
returned