Capture stepsdoCaptureThe previous authorization is requested to be captured. The payment will be picked up by Rator logic that will initiate the actual capture. captureSentWhen the capture request is sent to the payment gateway, the actual communication may be delayed. In this case the payment gateway will indicate this with this state. The payment will stay in this state, until the payment gateway receives information about the next state. capturedThe capture request is processed and the previous authorization is fulfilled. The payment will in most cases never leave this state, so effectively the payment is considered completed. However, business logic or users may request the payment to be refunded, as well as the third party may initiate the payment to be withdrawn. rejectedThe capture request is processed but the money could not be transferred. This could be caused by account being terminated or blocked, or the previous authorization has expired. This will be reflected financially in the Rator system by creating appropriate detail lines that will revert any previously created detail lines. The payment is no longer active. In case a new authorization and capture is needed, a new payment must be initiated. withdrawnThe capture request is completed, but the third party has initiated the payment to be withdrawn. This will be reflected financially in the Rator system by creating appropriate detail lines that will revert any previously created detail lines. The payment is no longer active. In case a new authorization and capture is needed, a new payment must be initiated. |