Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove potential ambiguity about who can sign up #690

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions source/recurring-payments.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,13 @@ title: Recurring payments
</p>

<p class="govuk-body">
If you are a beta service, you can take recurring payments from a user using GOV.UK Pay. The user consents to making recurring payments, enters into an ‘agreement’ with
your service, and provides their payment details. The agreement allows you to take further payments without the user interacting with your service again.
Using GOV.UK&nbsp;Pay, you can take recurring payments from a user. The user consents to making recurring payments, enters into an ‘agreement’ with your service, and
provides their payment details. The agreement allows you to take further payments without the user interacting with your service again.
</p>

<p class="govuk-body">
Your service has
<%=
link_to 'additional responsibilities', 'https://docs.payments.service.gov.uk/recurring_payments/#1-understand-what-your-service-is-responsible-for', class: 'govuk-link'
%>
<%= link_to 'more responsibilities', 'https://docs.payments.service.gov.uk/recurring_payments/#1-understand-what-your-service-is-responsible-for', class: 'govuk-link' %>
when taking recurring payments. You’re responsible for:
</p>
<ul class="govuk-list govuk-list--bullet">
Expand Down