www.gov.scot Open in urlscan Pro
2600:9000:206f:2800:1d:bd19:1e40:93a1  Public Scan

Submitted URL: https://www2.gov.scot/About/Government/online-payments
Effective URL: https://www.gov.scot/payment/
Submission: On November 22 via manual from GB — Scanned from GB

Form analysis 3 forms found in the DOM

GET /search/

<form action="/search/" role="search" class="ds_site-search__form" method="GET">
  <label class="ds_label  visually-hidden" for="site-search">Search</label>
  <div id="autocomplete-status" class="visually-hidden"></div>
  <div class="ds_input__wrapper  ds_input__wrapper--has-icon">
    <input type="hidden" name="cat" value="sitesearch">
    <input aria-autocomplete="list" aria-expanded="false" aria-owns="autocomplete-suggestions-large" autocomplete="off" class="ds_input  ds_site-search__input  js-autocomplete-input" haspopup="true" id="site-search" name="q" placeholder="Search"
      required="" type="search" value="" data-form="searchinput-site-search">
    <button type="submit" class="ds_button  ds_button--icon-only  js-site-search-button" data-button="button-search">
      <span class="visually-hidden">Search</span>
      <svg class="ds_icon" aria-hidden="true" role="img">
        <use href="/webfiles/1700061612007/assets/images/icons/icons.stack.svg#search"></use>
      </svg>
    </button>
    <div id="autocomplete-suggestions-large" class="ds_autocomplete__suggestions">
      <ol class="ds_autocomplete__suggestions-list" role="listbox" aria-labelledby="site-search-label"></ol>
    </div>
  </div>
</form>

POST

<form id="payment-form" method="post">
  <div id="error-summary" class="ds_error-summary  fully-hidden  flashable" aria-labelledby="error-summary-title" role="alert">
    <h2 class="ds_error-summary__title" id="error-summary-title">There is a problem</h2>
    <div class="error-summary-message"></div>
  </div>
  <div class="ds_question" data-threshold="80" data-module="ds-character-count">
    <label class="ds_label" for="orderCode">Payment Reference</label>
    <p class="ds_hint-text">Customer ID - invoice number</p>
    <p class="ds_question__error-message  fully-hidden" id="payment-ref-spaces" data-form="error-orderCode">Payment Reference cannot contain spaces</p>
    <input maxlength="64" class="ds_input" type="text" id="orderCode" name="orderCode" required="" data-form="textinput-orderCode">
  </div>
  <div class="ds_question">
    <label class="ds_label" for="amount">Amount</label>
    <p class="ds_question__error-message  fully-hidden" id="amount-min" data-form="error-amount">Amount cannot be less than £0.01</p>
    <p class="ds_question__error-message  fully-hidden" id="amount-max" data-form="error-amount">Amount cannot be more than £5000.00</p>
    <div class="ds_currency-wrapper" data-symbol="£">
      <input class="ds_input  ds_input--fixed-10" step="0.01" placeholder="0.00" type="number" id="amount" name="amount" min="0.01" max="5000.00" required="" data-form="numberinput-amount">
    </div>
  </div>
  <div class="ds_question">
    <label class="ds_label" for="description">Description</label>
    <p class="ds_hint-text">Please advise of reason for payment if non-invoiced item.</p>
    <textarea rows="2" class="ds_input" type="text" id="description" name="description" required="" data-form="textarea-description"></textarea>
  </div>
  <div class="ds_question">
    <label class="ds_label" for="email-address">Email address</label>
    <p class="ds_hint-text">Your email address for payment confirmation.</p>
    <p class="ds_question__error-message  fully-hidden" id="invalid-email" data-form="error-email-address">Email address is not in a valid format</p>
    <input class="ds_input" type="text" id="email-address" name="email" required="" data-form="textinput-email-address">
  </div>
  <button id="submit-payment" class="ds_button" name="submit" data-button="button-submit-payment">Submit payment</button>
</form>

<form id="feedbackForm">
  <input id="page-category" type="hidden" value="paymentform">
  <fieldset id="feedbacktype">
    <legend>Was this helpful?</legend>
    <div class="ds_field-group">
      <div class="ds_radio  ds_radio--small">
        <input type="radio" class="ds_radio__input" id="needsmetyes" name="feedbacktype" value="yes" data-form="radio-feedbacktype-needsmetyes">
        <label class="ds_radio__label" for="needsmetyes">Yes</label>
        <div class="ds_reveal-content">
          <div class="ds_question">
            <label class="ds_label" for="comments-yes">Your comments</label><br>
            <textarea rows="5" maxlength="250" class="ds_input" id="comments-yes" data-form="textarea-comments-yes"></textarea>
            <p>Your feedback helps us to improve this website. Do not give any personal information because we cannot reply to you directly.</p>
          </div>
          <button type="submit" class="ds_button  ds_no-margin" data-button="button-send-feedback">Send feedback</button>
        </div>
      </div>
      <div class="ds_radio  ds_radio--small">
        <input type="radio" class="ds_radio__input" id="needsmetno" name="feedbacktype" value="no" data-form="radio-feedbacktype-needsmetno">
        <label class="ds_radio__label" for="needsmetno">No</label>
        <div class="ds_reveal-content">
          <div class="ds_question">
            <label class="ds_label" for="reason-no">Choose a reason for your feedback</label>
            <div class="ds_select-wrapper">
              <select id="reason-no" class="ds_select js-has-tracking-event" data-form="select-reason-no">
                <option value="" selected="" disabled="" data-form="select-reason-no-null">Please select a reason</option>
                <option data-form="select-reason-no-it-wasnt-detailed-enough">It wasn't detailed enough</option>
                <option data-form="select-reason-no-its-hard-to-understand">It's hard to understand</option>
                <option data-form="select-reason-no-its-incorrect">It's incorrect</option>
                <option data-form="select-reason-no-it-needs-updating">It needs updating</option>
                <option data-form="select-reason-no-theres-a-broken-link">There's a broken link</option>
                <option data-form="select-reason-no-it-wasnt-what-i-was-looking-for">It wasn't what I was looking for</option>
                <option data-form="select-reason-no-other">Other</option>
              </select>
              <span class="ds_select-arrow" aria-hidden="true"></span>
            </div>
          </div>
          <div class="ds_question">
            <label class="ds_label" for="comments-no">Your comments</label><br>
            <textarea rows="5" maxlength="250" class="ds_input" id="comments-no" data-form="textarea-comments-no"></textarea>
            <p>Your feedback helps us to improve this website. Do not give any personal information because we cannot reply to you directly.</p>
          </div>
          <button type="submit" class="ds_button  ds_no-margin" data-button="button-send-feedback">Send feedback</button>
        </div>
      </div>
      <div class="ds_radio  ds_radio--small">
        <input type="radio" class="ds_radio__input" id="needsmetyesbut" name="feedbacktype" value="yesbut" data-form="radio-feedbacktype-needsmetyesbut">
        <label class="ds_radio__label" for="needsmetyesbut">Yes, but</label>
        <div class="ds_reveal-content">
          <div class="ds_question">
            <label class="ds_label" for="reason-yesbut">Choose a reason for your feedback</label>
            <div class="ds_select-wrapper">
              <select id="reason-yesbut" class="ds_select js-has-tracking-event" data-form="select-reason-yesbut">
                <option value="" selected="" disabled="" data-form="select-reason-yesbut-null">Please select a reason</option>
                <option data-form="select-reason-yesbut-it-needs-updating">It needs updating</option>
                <option data-form="select-reason-yesbut-theres-a-spelling-mistake">There's a spelling mistake</option>
                <option data-form="select-reason-yesbut-its-hard-to-understand">It's hard to understand</option>
                <option data-form="select-reason-yesbut-theres-a-broken-link">There's a broken link</option>
                <option data-form="select-reason-yesbut-other">Other</option>
              </select>
              <span class="ds_select-arrow" aria-hidden="true"></span>
            </div>
          </div>
          <div class="ds_question">
            <label class="ds_label" for="comments-yesbut">Your comments</label><br>
            <textarea rows="5" maxlength="250" class="ds_input" id="comments-yesbut" data-form="textarea-comments-yesbut"></textarea>
            <p>Your feedback helps us to improve this website. Do not give any personal information because we cannot reply to you directly.</p>
          </div>
          <button type="submit" class="ds_button  ds_no-margin" data-button="button-send-feedback">Send feedback</button>
        </div>
      </div>
    </div>
  </fieldset>
</form>

Text Content

 * Skip to main content
 * Accessibility help


INFORMATION

We use cookies to collect anonymous data to help us improve your site browsing
experience.

Click 'Accept all cookies' to agree to all cookies that collect anonymous data.
To only allow the cookies that make the site work, click 'Use essential cookies
only.' Visit 'Set cookie preferences' to control specific cookies.

Accept all cookies Use essential cookies only Set cookie preferences

Your cookie preferences have been saved. You can change your cookie settings at
any time.

Menu Menu
 * About
 * Topics
 * News
 * Publications
 * Statistics and research
 * Consultations
 * Blogs

Search

Search

 * About
 * Topics
 * News
 * Publications
 * Statistics and research
 * Consultations
 * Blogs

 1. Home


PAYMENTS

The Scottish Government receive payments from various bodies in respect of both
invoiced and non-invoiced items.

To enable us to identify your payment we require some information. It would be
helpful if you could complete the appropriate fields below before being
transferred to the Worldpay site where your payment details will be taken.

We accept DEBIT and CREDIT CARD payments with a value limit of £5,000. It should
be noted that the Scottish Government do not hold any personal or card details.

Contact
St Andrew's House
Regent Road
Edinburgh
EH1 3DG

Tel: 0131 244 7325

Email: online_payments@gov.scot


THERE IS A PROBLEM


Payment Reference

Customer ID - invoice number

Payment Reference cannot contain spaces

Amount

Amount cannot be less than £0.01

Amount cannot be more than £5000.00


Description

Please advise of reason for payment if non-invoiced item.

Email address

Your email address for payment confirmation.

Email address is not in a valid format

Submit payment


THERE IS A PROBLEM



Thanks for your feedback

Was this helpful?
Yes
Your comments


Your feedback helps us to improve this website. Do not give any personal
information because we cannot reply to you directly.

Send feedback
No
Choose a reason for your feedback
Please select a reason It wasn't detailed enough It's hard to understand It's
incorrect It needs updating There's a broken link It wasn't what I was looking
for Other
Your comments


Your feedback helps us to improve this website. Do not give any personal
information because we cannot reply to you directly.

Send feedback
Yes, but
Choose a reason for your feedback
Please select a reason It needs updating There's a spelling mistake It's hard to
understand There's a broken link Other
Your comments


Your feedback helps us to improve this website. Do not give any personal
information because we cannot reply to you directly.

Send feedback
Back to top


FOLLOW THE SCOTTISH GOVERNMENT

 * Facebook
 * Twitter
 * Flickr
 * YouTube
 * Instagram

 * Accessibility
 * Archive
 * Contact
 * Cookies
 * Crown Copyright
 * Jobs and vacancies
 * Privacy

All content is available under the Open Government Licence v3.0, except for
graphic assets and where otherwise stated

© Crown Copyright