Skip to content

Last updated: April 29, 2022

Basic information

Country code

IR

Supported currency

EUR

Scheme

SEPA:

  • Minimum amount (local currency): 0.01
  • Maximum amount (local currency): no maximum
  • Cut-off time: 11:30 GMT
  • Settlement: T+1 next day

Payment information

Example

1
{
2
"type": "bank_account",
3
"iban": "CH7709000000403458523",
4
"swift_bic": "BOPIPHMMXXX",
5
"currency": "EUR",
6
"country": "IE",
7
"account_holder": {
8
"first_name": "John",
9
"last_name": "Smith",
10
"address_line1": "123 Example St.",
11
"address_city": "Dooradoyle",
12
"country_code": "IE",
13
"billing_address": {
14
"address_line1": "123 Example St.",
15
"city": "Dooradoyle",
16
"country": "IE"
17
}
18
}
19
}