Recurring donation variables
| Variable | Description |
|---|---|
| next_billing_date | Time of next donation e.g. {{ recurring_donation.next_billing_date | date_to_string }} |
| amount_format | Donation amount as text with currency e.g. $10.00 |
| supporter_portal_url | URL of site where series was initiated with supporter portal path e.g. https://abeforprez.com/supporter_portal |
| site | Website where series was initiated e.g. {{ recurring_donation.site.slug }} |
| recurrence | Frequency of the donation e.g. monthly/annual |
| status | Status of the donation e.g. active, failing, failed, canceled |
| started_at | Time the series was initiated e.g. {{ recurring_donation.started_at | date_to_string }} |
| ended_at | Time the series was canceled e.g. {{ recurring_donation.ended_at | date_to_string }} |
| membership_type_name | Name of the associated membership e.g. {{ recurring_donation.membership_type_name }} |
| nb_payments? | Checks if donation processed through NationBuilder Payments e.g. recurring_donation.nb_payments? |
| amount_unformatted | Donation amount as text without currency e.g. 1000.00 |
| portal_detail_view_url | Direct link to view recurring donation details in supporter portal |
| portal_payment_update_url | Direct link to update payment method for recurring donation in supporter portal |
| page | Donation page where series was initiated e.g. {{ recurring_donation.page.slug }} |