Skip to content

Last updated: April 29, 2022

Basic information

Country code

IL

Supported currency

ILS

Scheme

International:

  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): 999,999
  • Cut-off time: 06:30 GMT
  • Settlement: T+0 same day

Payment information

Example

1
{
2
"type": "bank_account",
3
"account_number": "12345678",
4
"bank_code": "050389",
5
"branch_code": "131",
6
"currency": "ILS",
7
"country": "IL",
8
"account_holder": {
9
"first_name": "John",
10
"last_name": "Smith",
11
"address_line1": "123 Example St.",
12
"address_city": "JERUSALEM",
13
"country_code": "IL",
14
"billing_address": {
15
"address_line1": "123 Example St.",
16
"country": "IL",
17
"city": "JERUSALEM",
18
"zip": "72080"
19
}
20
},
21
"customer": {
22
"email": "john.smith@example.com",
23
"name": "CKO Test IL/ILS"
24
}
25
}