Order Expiration

When aCuotaz detects that a customer is not progressing in the funnel or abandons it, we send a cancellation event for the ecommerce to cancel the order and unlock the inventory. This is to avoid holding inventory for customers who are not likely to continue the process, and to maintain the inventory for those who continue advancing through the process.

There are 2 expiration methods, orders expire normally through the cascade but expiration_ts is used to shorten that time.

expiration_ts param

When the expiration_ts parameter is sent, it is not necessarily respected. It is only respected if it occurs before the cascade expiration.

real_expiration = min(expiration_ts, cascade_logic)

Example:

Cascade

Maximum Process Time:

aCuotaz/Merchant - 13 hours

Rules Table

Examples Section 1 Section 2 Section 3 Section 4
Scenario 1 5 min Expired Expired Expired
Scenario 2 5 min 25 min Expired Expired
Scenario 3 5 min 25 min 30 min Expired
Scenario 4 5 min 25 min 30 min 12 hours

Sections Explained

Scenarios Examples :