You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a payment confirm call is made the status of the payment would be requires_payment_method while performing connector pre-processing steps. If a there is an error during this step then the status remains in requires_payment_method. If the pre-processing steps succeeds, the status is changed to processing just before the authorize flow. Now if the status will be further updated based on the connector response.
Now if there is an failure response from the connector and if the the retry feature is enabled for that merchant we go to the retry flow. Now for the chosen connector we perform the pre-processing steps, here if something fails the payment status remains in processing as previous during the first attempt the status was updated to processing during the authorize flow.
In this case if something fails in the pre-processing steps during the retry we need to fail the payment.
The text was updated successfully, but these errors were encountered:
When a payment confirm call is made the status of the payment would be
requires_payment_method
while performing connector pre-processing steps. If a there is an error during this step then the status remains inrequires_payment_method
. If the pre-processing steps succeeds, the status is changed toprocessing
just before the authorize flow. Now if the status will be further updated based on the connector response.Now if there is an failure response from the connector and if the the retry feature is enabled for that merchant we go to the retry flow. Now for the chosen connector we perform the pre-processing steps, here if something fails the payment status remains in
processing
as previous during the first attempt the status was updated toprocessing
during the authorize flow.In this case if something fails in the pre-processing steps during the retry we need to fail the payment.
The text was updated successfully, but these errors were encountered: