From 42b98c91293cfdf7503b8ec4611f92cc95e08b00 Mon Sep 17 00:00:00 2001 From: Alan Maddrell Date: Wed, 3 Apr 2024 13:43:05 +0100 Subject: [PATCH 1/3] Add new section with example emails services can send to their users Add new section with example emails services can send to their users --- source/recurring_payments/index.html.md.erb | 121 ++++++++++++++++++++ 1 file changed, 121 insertions(+) diff --git a/source/recurring_payments/index.html.md.erb b/source/recurring_payments/index.html.md.erb index 35bc8684..e1f21cb3 100644 --- a/source/recurring_payments/index.html.md.erb +++ b/source/recurring_payments/index.html.md.erb @@ -320,6 +320,127 @@ You can [read more about using webhooks to automatically receive updates](/webho GOV.UK Pay have [mock card numbers for you to test your integration](/testing_govuk_pay/#mock-card-numbers), including a [mock card number for testing recurring payments](/testing_govuk_pay/#testing-recurring-payments-on-a-test-account). You can use this mock card number to set up an agreement with an initial payment, but further recurring payments will be declined. + +##Contacting your users + +Use these templates to write the emails you'll send your paying users when they set up or cancel agreements with your service. Change these as needed to make sense for your service. +###Agreement successfully set up first time + +The following email example is for when your user makes their first payment to set up the agreement for recurring payments. Replace all `{PLACEHOLDERS}` with text that is relevant to your service. + +``` +Subject: Payment confirmed: {SERVICE} + +You have paid £{AMOUNT} for {SERVICE / LICENCE / REPAYMENT / OTHER}. + +This means you can {FISH / DRIVE / OTHER}. {ADD A LINK HERE TO MORE INFORMATION, FOR EXAMPLE ABOUT WHAT THE SERVICE COVERS} + +{ADD THE NAME ON LICENCE AND OTHER DETAILS, IF APPLICABLE} + +You have also set up automatic card payments. You'll be charged {AMOUNT} every {MONTH / WEEK / YEAR} unless you cancel. + +Your next payment date is {DD MONTH YYYY}. + +We'll take a single payment on {FUTURE DATE} using these details: + +Card number: XXXX XXXX XXXX 4242 +Name: J BLOGGS +Expiry date: XX/20XX + +{THE FOLLOWING TEXT IS AN EXAMPLE OF HOW YOU MIGHT EXPLAIN HOW THE USER CAN CANCEL YOUR SERVICE } + +To cancel, call {PHONE NUMBER}. You’ll need {REFERENCE OR ACCOUNT NUMBER, IF APPLICABLE}. + +To cancel, {LOG INTO YOUR ACCOUNT / CLICK THIS LINK}. +``` +###Reminder of upcoming payment (card is not due to expire before payment taken) + +The following email example is for when you need to remind a user that you’ll be taking a recurring payment soon. Replace all `{PLACEHOLDERS}` with text that is relevant to your service. + +``` +Subject: Reminder: {SERVICE} + +Your {SERVICE / LICENCE / REPAYMENT / OTHER} will renew on {DATE} + +Your next payment for £{AMOUNT} is due on {DATE} + +You do not need to do anything. We’ll collect your payment on {DATE} from this card: + +Name on card: J BLOGGS +Card number: XXXX XXXX XXXX 1234 +Expiry date: XX/XXXX + +{THE FOLLOWING TEXT IS AN EXAMPLE OF HOW YOU MIGHT EXPLAIN HOW THE USER CAN CANCEL YOUR SERVICE} + +To cancel, call {PHONE NUMBER}. You’ll need {REFERENCE OR ACCOUNT NUMBER, IF APPLICABLE}. + +To cancel, {LOG INTO YOUR ACCOUNT / CLICK THIS LINK TO CANCEL}. +``` + +###Payment fails - card expired + +The following email example is for when you need to contact a user because their recurring payment failed due to an expired card. Replace all `{PLACEHOLDERS}` with text that is relevant to your service. + +``` +Subject: Payment failed: {SERVICE} + +We tried to take a payment of £{AMOUNT} for {SERVICE} but your card has expired. + +Name on card: J BLOGGS +Card number: XXXX XXXX XXXX 1234 +Expiry date: XX/XXXX + +To continue to receive this service and make more payments, {LOG IN / CALL NUMBER / CLICK THIS LINK / OTHER} and update your details. If you do not make a payment, we’ll {CANCEL} your {SERVICE} on {DATE / IMMEDIATELY}. +``` + +###Payment fails - other reason (for example insufficient funds) + +The following email example is for when you need to contact a user because their card was declined for a recurring payment. Replace all `{PLACEHOLDERS}` with text that is relevant to your service. + +``` +Subject: Payment failed: {SERVICE} + +We tried to take a payment of £{AMOUNT} for {SERVICE} but your card was declined. + +Name on card: J BLOGGS +Card number: XXXX XXXX XXXX 1234 +Expiry date: XX/XXXX + +To continue to receive this service and make more payments, {LOG IN / CALL NUMBER / CLICK THIS LINK / OTHER}. If you do not make a payment, we will cancel your {SERVICE} on {DATE / IMMEDIATELY}. +``` + +###Agreement cancelled - confirmation + +The following email example is for when a user cancels their agreement for recurring payments. Replace all `{PLACEHOLDERS}` with text that is relevant to your service. + +``` +Subject: Cancelled: {SERVICE} + +You have cancelled your {SERVICE}. + +We will not take any more payments. + +{REFUND DETAILS IF APPLICABLE}. +``` + +###Card is expired or will expire before upcoming payment (1 month before due) +``` +Subject: Card expired: {SERVICE} payment due soon + +Your next payment for £{AMOUNT} is due on {1 JANUARY 2025} but your saved payment card has expired. If you do not update your card, your payment may fail and {SOMETHING WILL HAPPEN, FOR EXAMPLE YOU WILL NOT BE LICENSED}. + +Current details: + +Name on card: J BLOGGS +Card number: XXXX XXXX XXXX 1234 +Expiry date: XX/XXXX + +You can {UPDATE YOUR CARD HERE} To cancel, call {PHONE NUMBER}. You’ll need {REFERENCE OR ACCOUNT NUMBER, IF APPLICABLE}. + +To cancel, {LOG INTO YOUR ACCOUNT / CLICK THIS LINK} +``` + + ## Reporting on recurring payments You can find information about agreements you’ve created in the GOV.UK Pay admin tool or through our API. From 47874c6680d1bace8bbc07b03f407493bb421e93 Mon Sep 17 00:00:00 2001 From: Alan Maddrell Date: Wed, 3 Apr 2024 14:18:27 +0100 Subject: [PATCH 2/3] Update source/recurring_payments/index.html.md.erb Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> --- source/recurring_payments/index.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/recurring_payments/index.html.md.erb b/source/recurring_payments/index.html.md.erb index e1f21cb3..c2aa0bdf 100644 --- a/source/recurring_payments/index.html.md.erb +++ b/source/recurring_payments/index.html.md.erb @@ -393,7 +393,7 @@ Expiry date: XX/XXXX To continue to receive this service and make more payments, {LOG IN / CALL NUMBER / CLICK THIS LINK / OTHER} and update your details. If you do not make a payment, we’ll {CANCEL} your {SERVICE} on {DATE / IMMEDIATELY}. ``` -###Payment fails - other reason (for example insufficient funds) +###Payment failed - other reason (for example insufficient funds) The following email example is for when you need to contact a user because their card was declined for a recurring payment. Replace all `{PLACEHOLDERS}` with text that is relevant to your service. From 66eb28ed1218f4d1b8a0dbd23b47185bed3bfa1e Mon Sep 17 00:00:00 2001 From: Alan Maddrell Date: Wed, 3 Apr 2024 14:18:33 +0100 Subject: [PATCH 3/3] Update source/recurring_payments/index.html.md.erb Co-authored-by: Nathan Driver <80888259+NathanD-GDS@users.noreply.github.com> --- source/recurring_payments/index.html.md.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/recurring_payments/index.html.md.erb b/source/recurring_payments/index.html.md.erb index c2aa0bdf..19d5d3aa 100644 --- a/source/recurring_payments/index.html.md.erb +++ b/source/recurring_payments/index.html.md.erb @@ -377,7 +377,7 @@ To cancel, call {PHONE NUMBER}. You’ll need {REFERENCE OR ACCOUNT NUMBER, IF A To cancel, {LOG INTO YOUR ACCOUNT / CLICK THIS LINK TO CANCEL}. ``` -###Payment fails - card expired +###Payment failed - card expired The following email example is for when you need to contact a user because their recurring payment failed due to an expired card. Replace all `{PLACEHOLDERS}` with text that is relevant to your service.