Denmark
Basic information
If you want the recipient to be paid instantly, we recommend including “preferred_network”: “instant”
in your request. If the recipient’s bank does not accept SEPA Instant, or the destination amount is above 100,000.00 EUR, we will automatically send the payout as EUR International Wire. Please note that if the preferred network is specified and the recipient bank does NOT support SEPA Instant, the payout will be rejected.
Country code | DK | ||
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": "IL812471574936472586435","swift_bic": "BOPIPHMMXXX","currency": "EUR","country": "DK","account_holder": {"first_name": "John","last_name": "Smith","address_line1": "99 Windsor Road","address_city": "Copenhagen","country_code": "DK","billing_address": {"address_line1": "99 Windsor Road","country_code": "DK","address_city": "Copenhagen"}}}