-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #654 from alphagov/BAU-recurring_payment_changes
PP-10909 recurring payment changes
- Loading branch information
Showing
7 changed files
with
59 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
source/images | ||
*.txt.erb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,19 +11,8 @@ title: Direct Debit | |
|
||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-l">Direct Debit on GOV.UK Pay</h1> | ||
<p class="govuk-body">Our Direct Debit private beta is currently paused, but we’re exploring options for another round.</p> | ||
<p class="govuk-body"> | ||
Contact | ||
<%= | ||
mail_to '[email protected]', | ||
'[email protected]', | ||
'data-click-events' => '', | ||
'data-click-category' => 'Content', | ||
'data-click-action' => 'Email link clicked', | ||
:class => 'govuk-link' | ||
%> | ||
with questions about Direct Debit or if you’re interested in taking Direct Debit payments on GOV.UK Pay. | ||
</p> | ||
<p class="govuk-body">You can now <%= link_to 'take recurring payments', 'recurring-payments', class: 'govuk-link' %> on GOV.UK Pay.</p> | ||
<p class="govuk-body">GOV.UK Pay will not be implementing Direct Debit in the near future.</p> | ||
</div> | ||
</div> | ||
</main> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
--- | ||
title: Recurring payments | ||
--- | ||
|
||
<div class="govuk-width-container"> | ||
<%= partial 'partials/breadcrumb.html.erb' %> | ||
|
||
<main id="main-content" class="govuk-main-wrapper" role="main"> | ||
<div class="govuk-grid-row"> | ||
<%= partial 'partials/features-sub-nav.html.erb', locals: { current_page: current_page.data.title } %> | ||
|
||
<div class="govuk-grid-column-two-thirds"> | ||
<h1 class="govuk-heading-l">Recurring payments</h1> | ||
|
||
<p class="govuk-body"> | ||
GOV.UK Pay is still developing recurring payments so this feature is only available to a limited number of services at the moment. | ||
<%= mail_to '[email protected]', 'Contact us', class: 'govuk-link' %> if you’re interested in taking 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. | ||
</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' | ||
%> | ||
when taking recurring payments. You’re responsible for: | ||
</p> | ||
<ul class="govuk-list govuk-list--bullet"> | ||
<li>managing the relationship between your service and users</li> | ||
<li>providing terms and conditions to users</li> | ||
<li>authenticating users</li> | ||
<li>getting and recording users’ consent for you to take recurring payments</li> | ||
<li>managing payment schedules</li> | ||
<li>telling users when you’re going to take or change payments</li> | ||
<li>letting users amend their recurring payments</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</main> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters