Incoming payments

Below are the incoming payments state machine and a description of the related events and statuses.

Events

EventDescription
receivedThe incoming payment notification has been received. The incoming payment might not yet have been credited on the account yet.
pending_confirmationThe incoming payment has been created. It can be confirmed or rejected. Only relevant for instant incoming payments.
confirmedThe incoming payment has been confirmed. Only relevant for instant incoming payments.
pending_returnThe incoming payment's related return has been created, or a related return request has been received.
returnedThe incoming payment has been returned to the sending bank.
rejectedThe incoming payment has been rejected.
reconciledThe incoming payment has been reconciled against an account statement's transaction.
partially_reconciledThe incoming payment has been partially reconciled against an account statement's transaction.
unreconciledThe incoming payment has been unreconciled from any account statement's transaction.

Statuses

StatusDescription
receivedThe incoming payment notification has been received. The incoming payment might not yet have been credited on the account yet.
pending_confirmationThe incoming payment has been created. It can be confirmed or rejected. Only relevant for instant incoming payments.
confirmedThe incoming payment has been confirmed. Only relevant for instant incoming payments.
pending_returnThe incoming payment's related return has been created, or a related return request has been received.
returnedThe incoming payment has been returned to the sending bank.
rejectedThe incoming payment has been rejected.

State machine

9333