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

Update getstarted.html.erb #715

Closed
wants to merge 3 commits into from
Closed
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
13 changes: 8 additions & 5 deletions source/getstarted.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -132,21 +132,19 @@ title: Get started
You must have a Payment Service Provider (PSP) to process the payments taken using GOV.UK Pay. However, there is no procurement work required to obtain a PSP.
This saves you time and money, and you’re not locked into a long-term contract.
</p>
<p class="govuk-body">There are 2 PSP options available:</p>
<p class="govuk-body">The PSP you'll use depends on the type of organisation you work for:</p>

<ol class="psp-list">
<li>
<h3 class="govuk-heading-s">1. Use GOV.UK&nbsp;Pay's Payment Service Provider, Stripe</h3>
<p class="govuk-body">
Stripe is available to any public sector organisation to use. Account set up is quick and easy, and you can start taking payments immediately.
Local authorities and police will use Stripe. Account set up is quick and easy, and you can start taking payments immediately.
<%= link_to 'Create an account', 'https://selfservice.payments.service.gov.uk/register/email-address', class: 'govuk-link' %>
to get started.
</p>
</li>
<li>
<h3 class="govuk-heading-s">2. Use Government Banking’s Payment Service Provider, Worldpay</h3>
<p class="govuk-body">
If you are a central government or health sector organisation, you can instead sign up to use the Government Banking contract. Account set up for the Government
Central government, NHS or arm's length bodies will use Worldpay. You will need to sign up to use the Government Banking contract. Account set up for the Government
Banking contract takes 4 to 6 weeks.
<%=
mail_to '[email protected]',
Expand All @@ -159,6 +157,11 @@ title: Get started
for more information.
</p>
</li>
<li>
<p class="govuk-body">
Further education colleges may be able to use GOV.UK Pay if they are not an 'enterprise' as described in the <%= link_to 'Subsidy Control Act 2022', 'https://www.legislation.gov.uk/ukpga/2022/23/enacted', class: 'govuk-link' %>. Contact us to confirm if you're eligible.
</p>
</li>
</ol>

<p class="govuk-body">
Expand Down
Loading