Tokenization : Emails to Your Payer
How do I get the correct address for sending the emails?
Even if you pre-filled the payer information with an email address, your payer might have changed it when filling out the form.
If you are handling emails yourself, you need to ensure you have the correct email address for the payer.
There are different ways to check if you have the correct email address for the payer:
-
With
Elements :
You get the email address returned in the response after confirming a Checkout Session.
-
With the
Flywire API:
You can look the email address up via the API by Getting Details about a Payment
-
If you are using callbacks, you can also find the email address in the callbacks for the payment, see Payment Status Notifications.
Note for callbacks:
The payer information is not automatically included. Returning payer information is disabled by default and needs to be enabled by Flywire.
Please reach out to your Flywire contact if you require payer information to be returned.
Emails for Tokenization
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!
Attachments: Payment receipt |
|
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! |
|