Hungary
Basic information
Country code | HU | ||
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": "CH5604835012345678009","swift_bic": "CHBKPHMMXXX","currency": "EUR","country": "HU","account_holder": {"first_name": "John","last_name": "Smith","address_line1": "99 Windsor Road","address_city": "Budapest","country_code": "HU","billing_address": {"address_line1": "99 Windsor Road","country_code": "HU","address_city": "Budapest"}}}