Romania
Basic information
Country code | RO | ||
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, 21 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 address. |
required string |
OPTIONAL string | ||
required string | ||
OPTIONAL string | ||
required enum, 2 characters
|
Bank details
IBAN | The account holder's IBAN. |
required string, 21 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": "IL620108000000099999999","swift_bic": "BOPIPHMMXXX","currency": "EUR","country": "RO","account_holder": {"first_name": "John","last_name": "Smith","address_line1": "99 Windsor Road","address_city": "Bucharest","country_code": "RO","billing_address": {"address_line1": "99 Windsor Road","country_code": "RO","address_city": "Bucharest"}}}