Czech Republic
Basic information
Country code | CZ | ||
Supported currency | EUR | ||
Scheme | SEPA:
|
Payment information
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
required enum |
Beneficiary name | The account holder's first and last name. |
required string |
required string | ||
Beneficiary address | The account holder's address. |
optional string |
optional string | ||
optional string | ||
optional string | ||
required enum, 2 characters
|
Bank details
IBAN | The account holder's IBAN. |
required string, 20 characters | ||
SWIFT BIC | The account holder's SWIFT BIC. |
required STRING, ^[A-Z]6[A-Z0-9]2([A-Z0-9]3)?$ |
Beneficiary information
Beneficiary type | The type of account holder. Set this to |
required enum |
Beneficiary name | The account holder's company name. |
required string |
Beneficiary address | The account holder's adress. |
required string |
optional string | ||
required string | ||
optional string | ||
required enum, 2 characters
|
Bank details
IBAN | The account holder's IBAN. |
required string, 20 characters | ||
SWIFT BIC | The account holder's SWIFT BIC. |
required STRING, ^[A-Z]6[A-Z0-9]2([A-Z0-9]3)?$ |
Example
{"type": "bank_account","iban": "IE70AIBK93006732013730","swift_bic": "BOPIPHMMXXX","currency": "EUR","country": "CZ","account_holder": {"first_name": "John","last_name": "Smith","address_line1": "99 Windsor Road","address_city": "Prague","country_code": "CZ","billing_address": {"address_line1": "99 Windsor Road","country_code": "CZ","address_city": "Prague"}}}