- Experiment ID
2026-07-past-due-checkout- Experiment Type
- apex / user
- Previous Type
- apex / user
- Analysis Summary
- Routes a relevant Nitro notice button to the unpaid-invoice checkout when the subscription is past due.
- Why It Matters
- People whose Nitro service is at risk from a payment problem can reach the outstanding invoice directly instead of searching through general subscription settings.
- Detailed Description
- When the current Nitro subscription is marked past due, the comparison checks for an open unpaid invoice and routes the notice button to checkout.
- The button is temporarily unavailable while invoice data loads, then opens checkout with the existing plan and invoice once ready.
- Red expressive and grey primary banner names are also defined, but the confirmed screen checks only whether the feature is active, so the visual difference is not established.
- An order-cancel-signing endpoint was added in the same window, but no direct link to this recovery button was confirmed.
- Focus Area
- Past-due Nitro payment recovery
- Importance
- high
- Default Config
{
"bannerVariant": "control",
"enabled": false
}- Variations
{
"1": {
"bannerVariant": "red_expressive",
"enabled": true
},
"2": {
"bannerVariant": "grey_primary",
"enabled": true
}
}- Previous Default Config
{
"bannerVariant": "control",
"enabled": false
}- Previous Variations
{
"1": {
"bannerVariant": "red_expressive",
"enabled": true
},
"2": {
"bannerVariant": "grey_primary",
"enabled": true
}
}