API Method for Creating Bank Accounts

This is just a quick update regarding a new Bank Account Creation method we’ve added to the API.

Full schema along with request / response examples can be located here:

https://api.quickfile.co.uk/d/v1_2/Bank_CreateAccount

Bank Account IDs

In your request you will need to identify the corresponding ID for the relevant banking institution. Please use the following key to locate the appropriate ID or use “24 (other)” for non-matching entities.

 "Body": {
      "BankNameId": 24,
      ...
         }

2 Alliance Leicester
3 American Express
4 Bank of America
5 Bank of Ireland
27 Bank of Scotland
39 BankLine
33 Barclaycard Merchant Services
1 Barclays
35 Cater Allen
9 Co-Operative Bank
23 Current Account
31 E-PDQ (Barclaycard)
25 First Direct
36 GoCardless
32 Google Checkout
11 Halifax
40 Handelsbanken
12 HSBC
13 Lloyds Bank
14 Mastercard
15 MBNA
21 Metro Bank
37 Nationwide
16 Natwest
30 Payment Sense
17 PayPal
26 PayPal (Merchant Account)
18 RBS
29 SagePay
19 Santander
34 Streamline
38 Stripe
41 Tesco Bank
42 TSB
28 WorldPay
43 Yorkshire Bank

24 Other

Bank Account Types

There are a number of different bank account types that you can specify in the AccountType field. This will determine the sub-section the account will appear in the main bank account list.

    "Body": {
      ...
      "AccountType": "CURRENT",
      ...

The following values will be accepted here:

  • CURRENT
  • RESERVE
  • BUILDINGSOC
  • PETTY
  • CREDITCARD
  • LOAN
  • MERCHANT