Status Transitions
This page explains the possible status transitions a transaction could go through and what they mean.
iDEAL transaction statuses
OPEN
- iDEAL transaction has been created. This is the initial status.
SUCCESS
- iDEAL transaction has been successfully paid.
CANCELLED
- iDEAL transaction has not succeeded; cancelled by the consumer.
EXPIRED
- iDEAL transaction has not succeeded; expired.
FAILURE
- iDEAL transaction has not succeeded; unknown reason.
Status Transitions
The diagram below shows all state transitions an iDEAL transaction could go through.
Once an iDEAL transaction has been created the status will be OPEN
. While the state of an iDEAL transaction is OPEN
a consumer can try to make a payment with it.
Once a payment is successful, the transaction status will transition to SUCCESS
. This is the happy-flow. At this point the consumer has paid and the funds will eventually make its way to your accounts.
Of course there are other possibilities as you will have seen in the state diagram.
It could transition to CANCELLED
if the consumer did not complete the payment and instead clicked on the cancel button.
It could transition to EXPIRED
if the expiresAt
timestamp has been reached and the transaction is still OPEN
.
It could transition to FAILURE
if the payment failed.
Updated 5 months ago