Switzerland
Basic information
Country code | CH | ||
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","swift_bic": "AUBKPHMM","iban": "CH7709000000403458523","currency": "EUR","country": "CH","account_holder": {"first_name": "John","last_name": "Smith","address_line1": "Via Luzzas 73","address_city": "Fiesch","country_code": "CH","billing_address": {"address_line1": "Via Luzzas 73","country": "CH","city": "Fiesch","zip": "3984"}}}