Israel
Basic information
Country code | IL | ||
Supported currency | ILS | ||
Scheme | International:
|
Payment information
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
optional enum |
Beneficiary name | The account holder's first and last name. |
required string |
required string | ||
Beneficiary address | The account holder's address. |
required string |
optional string | ||
required string | ||
optional string | ||
required enum, 2 characters
|
Bank details
You can use either account_number
, bank_code
and branch_code
, OR iban
and swift_bic
.
Account number | The account holder's account number. |
required string, 13 digits | ||
Bank code | The code of the account holder's bank. |
required string, 3 characters | ||
Branch code | The branch code of the account holder's bank. |
required string, 3 digits |
IBAN | The account holder's IBAN. |
optional string, ^[a-z0-9]23$ | ||
SWIFT BIC | The account holder's SWIFT BIC. |
optional string, ^[a-z]6[a-z0-9]2([a-z0-9]3)?$ |
Example
{"type": "bank_account","account_number": "12345678","bank_code": "050389","branch_code": "131","currency": "ILS","country": "IL","account_holder": {"first_name": "John","last_name": "Smith","address_line1": "91 Horseshoe Lane","address_city": "JERUSALEM","state": "Arkansas","country_code": "IL","billing_address": {"address_line1": "91 Horseshoe Lane","country": "IL","city": "JERUSALEM","zip": "72080"}},"customer": {"email": "example@checkout.com","name": "CKO Test IL/ILS"}}