Payment states and modifications
A payment can have several states, and change states when a modification is made.
State | Description |
---|---|
CREATED | The payment has been initiated. |
AUTHORIZED | The user has accepted the payment. |
ABORTED | The payment has been actively stopped by the user. |
EXPIRED | The payment has expired. See Timeouts. |
TERMINATED | The merchant has stopped the payment. |
When a payment is initiated it has the state CREATED
.
Once a payment is CREATED
, several modification actions can be made:
Each modification action is defined as a separate endpoint in the API.
The following flow diagram describes when each modification action is applicable.