Rerun Failed Recurring's Feature - System Message
Setup:
Navigating to Message Configuration
- Open your admin portal: {Your Domain}/admin
- Go to the System Messages Component
- Find the `Contributions - Contributions Declined ` System Message
- Double click the row to open the message configuration
- Find the area where you would like to include the link and the text
- Example
- {if $isRecurring}
You can update your payment method and re-run your gift by clicking here.
{/if}
- HTML
- <p>{if $isRecurring}<br /><a href="{$recurring.updatePaymentURL}">You can update your payment method and re-run your gift by clicking here.</a><br />{/if}</p>
End Result
- Any failed contributions will now include a link to modify the payment method and reprocess the gift in one click.
- You can update your payment methods and re-run your gift by clicking Update my payment method

End User Experience:
- When a contribution fails for any reason the donor will receive an email
- When they click the ‘Update Payment Method’ They will be redirected to fill out the Payment Information form.
- Once the new payment method information is filled out and saved, the gift will be reprocessed automatically.

System Message Logic
- To add the appropriate logic
- {if $isRecurring} This expression should go above the message you intend the donor to rea
- \[text\] Add the text you want the donor to be reading below
- Update Payment Method In the variables sidebar find ‘{} recurring’ -> click the drop down -> double click ‘UpdatePaymentURL’
- {/if} Finally, close the expression
Updated on: 13/04/2026
Thank you!


