Recurring Payments : Emails to Your Payer
If you are using self-managed recurring payments, you need to make sure that you're communicating the steps and statuses of recurring payments to your payers, which means you have to send emails to your payers. If you are using Flywire-managed recurring payments, Flywire handles all emails for you.
Which information has to be included in the emails?
A recurring payment has a mode which defines its characteristics. Depending on the mode some emails or parts of their content might not be needed, for example there is no "last payment date" for an ongoing subscription.

The mode of a payment depends on three factors:
-
Frequency: Are the intervals for the payment regular or irregular?
-
Purchase: Is it one single purchase or are new goods/services purchased?
-
Delivery: Are the goods/services delivered once or in multiple deliveries?
Available modes
Mode | Frequency | Purchase | Delivery |
---|---|---|---|
installment |
regular or irregular intervals |
Single purchase of goods or services |
Single delivery (can be in advance, at any time during the plan, or at the end) |
subscription |
Regular intervals |
Multiple purchases (for new or renewed goods or services) |
Multiple and regular deliveries |
unscheduled |
No pre-agreed intervals |
Multiple purchases (for new or renewed goods or services) |
Multiple deliveries at no pre-agreed intervals |
How do I get the correct address for sending the emails?
You'll receive the payer's email address in the postMessage of the event listener, see The postMessage of the Event Listener for more details.
Make sure you use the email address you got via the postMessage for the emails to your payer. Even if you already have an email address in your system, your payer might have updated the email address in the UI Form.
Emails for Self-Managed Recurring Payments
Mandatory Emails
These emails are mandatory because of legal and compliance reasons (due to card scheme or direct debit scheme rules).
-
Delivery of PDF mandate
-
Initial sign up
-
Payment pre-notification
-
Charge successful
-
Charge failed
Subject: Your {direct_debit_schema) Mandate
Hi {name}, Please find attached a copy of your {direct_debit_schema) PDF mandate.
Thank you! Attachments: PDF mandate |
|
Subject: Your recurring payments are active!
Hi {name}, You have successfully signed up for {number_of_payments} payments in the amount of {total_amount}.
Here is the summary of your recurring payments:
In case there is a surcharge for the payment: A surcharge of {surcharge_percentage} will be applied to each payment. What’s next? Your next payment is due on {date}.
Thank you! |
|
Subject: Your next recurring payment is due soon
Hi {name}, Heads up! In case there is no surcharge for the payment: Your next recurring payment of {amount_in_your_billing_currency} will be charged on {date}.
In case there is a surcharge for the payment: Your next recurring payment will be charged on {date}. Payment amount:{amount_in_your_billing_currency} Surcharge: {surcharge_percentage} Total amount: {total_amount}
Thank you! |
|
Subject: You made a payment for your plan
Hi {name}, You have successfully made a payment in the amount of {amount}. You have completed {number_of_payments_paid} recurring payments totaling {total_amount_paid}. You have {number_of_payments_left} recurring payments left. What’s next? Your next payment is scheduled for {next_payment_date}.
Thank you! |
|
Subject: Attention required: your recurring payment was unsuccessful
Hi {name}, We attempted to charge your card for your recurring payment, however, the transaction was unsuccessful. What’s next? We will try to charge again tomorrow. Please ensure to have sufficient funds.
Thank you! |
|
Optional (but highly recommended) Emails
-
Plan cancelled by payer
-
Plan cancelled by you
-
Plan completed
Subject: Your future recurring payments have been cancelled
Hi {name}, Your recurring payments have been cancelled on {date}.
Thank you! |
|
Subject: Your recurring payments have been cancelled
Hi {name}, Your recurring payments have been cancelled due to {reason}. (for example unsuccessful attempts to charge the card).
Total amount paid: {total_amount_paid} Remaining balance unpaid: {total_amount_left}
Thank you! |
|
Subject: Great news! Your recurring payments are complete
Hi {name}, Congratulations! All of your recurring payments are complete.
Here is the summary of your recurring payments: Total Number of payments: {number_of_payments} Total payment amount: {total_amount}
Thank you! |
|