Skip to content

Last updated: April 29, 2022

Basic information

Country code

GB

Supported currency

GBP, EUR

Scheme

  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): 250,000
  • Cut-off time: 15:40 GMT
  • Settlement: T+0 same day
  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): no maximum
  • Cut-off time: N/A
  • Settlement: T+0 same day
  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): no maximum
  • Cut-off time: 11:30 GMT
  • Settlement: T+1 next day

Payment information

Example

1
{
2
"type": "bank_account",
3
"account_number": "12345678",
4
"bank_code": "050389",
5
"currency": "GBP",
6
"country": "GB",
7
"account_holder": {
8
"first_name": "John",
9
"last_name": "Smith",
10
"address_line1": "123 High St.",
11
"address_city": "London",
12
"country_code": "GB",
13
"billing_address": {
14
"address_line1": "123 High St.",
15
"country": "GB",
16
"city": "London",
17
"zip": "SW1A 1AA"
18
}
19
}
20
}