less than a minute read • Updated 10 minutes ago
Set up automatic payment retries
How to configure Foxy to automatically retry failed subscription payments on a schedule you define, including which failures to skip.
By default, Foxy does not automatically retry a failed subscription payment. You can configure an automatic retry schedule in your store’s advanced settings.
How to set it up
Each number represents the number of days after the initial failure that Foxy should attempt to collect the past-due amount. For example, a schedule of 1, 3, 5, 15, 30 will attempt collection on the 1st, 3rd, 5th, 15th, and 30th days after the payment first failed.
Notes
No email is sent to the customer when a reattempt occurs, unless you’ve also set up failed payment reminder emails.
Reattempts only occur for subscriptions with a past-due amount. If the Charge past due amounts setting is unchecked, reattempts will still run but any successful payment will simply clear the past-due balance.
You can limit which failures trigger a reattempt using the Reattempt bypass logic and Reattempt bypass strings settings, found just below the reattempt schedule field:
The strings field accepts a comma-separated list of text strings to match against the error logged for the failed transaction (for example,
Code: 8, DO NOT HONOR).The logic setting determines whether a matching string should skip or allow the reattempt.
Error messages and codes vary by payment gateway, so check your store’s error log to find the exact wording to match on.
See Configure past due amount settings for how the past-due balance itself is calculated and collected.