Articles on: Donor Management

Rerun Failed Recurring's Feature - System Message

Setup:



Navigating to Message Configuration


  1. Open your admin portal: {Your Domain}/admin

  1. Go to the System Messages Component

  1. Find the `Contributions - Contributions Declined ` System Message 

  1. Double click the row to open the message configuration

  1. Find the area where you would like to include the link and the text

    1. Example

      1. {if $isRecurring}

You can update your payment method and re-run your gift by clicking here. 

{/if}

    1. HTML

      1. <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:


  1. When a contribution fails for any reason the donor will receive an email

  1. When they click the ‘Update Payment Method’ They will be redirected to fill out the Payment Information form.

  1. Once the new payment method information is filled out and saved, the gift will be reprocessed automatically.






System Message Logic


  1. To add the appropriate logic 


  1. {if $isRecurring}  This expression should go above the message you intend the donor to rea

  1. \[text\] Add the text you want the donor to be reading below

  1. Update Payment Method In the variables sidebar find ‘{} recurring’ -> click the drop down -> double click ‘UpdatePaymentURL’

  1. {/if} Finally, close the expression

Updated on: 13/04/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!