# Sweden ## Domestic Payment (same-day) ### Overview table tr td Available td Yes tr td code targetCurrency td Swedish Krona (SEK) tr td code countryCode td SE tr td Earliest Beneficiary Credit td same-day tr td Cut-Off Time (UK Time) td 11:15 tr td Decimal Places td 2 tr td Minimum code targetAmount td 0.01 tr td Maximum code targetAmount td 9999999.99 ### Submission data #### Bank Details There are two ways you can submit the bank details to make a payout to an account. Choose between: 1. via IBAN (recommended) | API field name | Required? | Field length | Description | | --- | --- | --- | --- | | `bankDetails.iban` | ✅ | 24 | Beneficiary iban. | | `bankDetails.swiftBic` | ✅ | 8 or 11 | The SWIFT BIC is the Bank Identification Code of the beneficiary bank. | | `bankDetails.bankName` | ✅ | Max 35 | Name of the beneficiary bank. | 1. via BBAN | API field name | Required? | Field length | Description | | --- | --- | --- | --- | | `bankDetails.beneficiaryAccountNumber` | ✅ | 15 | Beneficiary bank account number. | | `bankDetails.bankCode` | ✅ | 3 | Beneficiary bank code.Made up of the bank code and branch code. The first two digits are the bank code with the last four being the branch code. | | `bankDetails.bankName` | ✅ | Max 35 | Name of the beneficiary bank. | You can find additional information on the differences between IBAN and BBAN payments in our [coverage](/products/account-payouts/v2/coverage#iban-vs-bban) page. #### Personal Details Submit these details along the bank details: | API field name | Required? | Field length | Description | | --- | --- | --- | --- | | `parties.personalDetails.partyTypeCode` | ✅ | 4 | Type of the party.**Must be**:`PT03 (Beneficiary)` | | `parties.personalDetails.typeCode` | ✅ | 4 | Entity description code for the party.Available values:`PD01 (Company)``PD02 (Individual)` | | `parties.personalDetails.titleCode` | Conditional | 4 | Title code for the Individual (applicable when party entity type is "Individual").**Available values**:`TI01 (Ms)``TI02 (Miss)``TI03 (Mr)``TI04 (Mrs)``TI05 (Dr)``TI06 (Mx)``TI99 (Misc)` | | `parties.personalDetails.firstName` | Conditional | Max 50 | Beneficiary first name. Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.middleName` | ❌ | Max 50 | Beneficiary middle name. | | `parties.personalDetails.lastName` | Conditional | Max 50 | Beneficiary last name. Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.companyName` | Conditional | Max 140 | If the beneficiary is a company, this should be the full company name. Failure to provide the full name could result in delays and potential rejection of your payment. This must consist of 2 words, separated by a space. To whitelist any other naming format please contact your Relationship Manager. | | `parties.personalDetails.dateOfBirth` | ❌ | 10 | Beneficiary's date of birth in YYYY-MM-DD format. | | `parties.address.street` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) house number/name and street e.g. 1 Main Street. | | `parties.address.additionalAddressLine` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) address e.g. apartment no., unit, studio. | | `parties.address.city` | ❌ | Max 35 | Beneficiary's city or town of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.postCodeOrZipCode` | ❌ | Max 10 | Beneficiary's postal code or zip code of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.countryCode` | ❌ | 2 | Beneficiary's country of their residential (if payee is an individual) or registered (if payee is a company) address. Mandatory if any of the optional Beneficiary address details are provided. Enter the [2 character ISO 3166-1 standard country code](/products/reference/supported-countries-currencies#iso-country-codes) in your API request. | Important [Additional data](/products/account-payouts/v2/coverage/additionalinfo) is required if the requestor of the payout is a Payment Service Provider (PSP) or Money Service Business (MSB). ### Specific Account Identifier structure The Account Identifier is made up of two parts: the Clearing Code and the Account Number. The following banks require a specific Account Identifier structure: | Beneficiary Bank | Clearing Code and Account Number guidance | | --- | --- | | Den Danske Bank | If the Clearing Code starts with 12, 13 or 24, the combined length of the Clearing Code and Account Number must be exactly 11 digits in length. | | Nordea/PlusGirot Bank | The Clearing Code is exactly 4 digits in length.The Account Number must be either exactly 7 or 10 digits in length. | | Sparbanken Syd | If the Account Number is less than 10 digits, add zeros to the beginning of the Account Number until exactly 10 digits in length. | | Svenska Handelsbanken | The Clearing Code is exactly 4 digits in length.Enter the Account Number, which is exactly 9 digits in length. If less than 9 digits, add zeros before the Account Number until exactly 9 digits in length. | | Swedbank account | If the Clearing Code starts with 7, the combined length of the Clearing Code and Account Number must be exactly 11 digits in length.If less than 11 digits, then add zeros to the beginning of the Account Number until the combined length is exactly 11 digits in length.If the Clearing Code starts with 8, it is exactly 5 digits in length.If the combined length of the Clearing Code and Account Number is less than 15 digits, then add zeros to the beginning of the Account Number until the combined length is exactly 15 digits in length. | ## SEPA Payment (real-time) ### Overview table tr td Available td Yes tr td code targetCurrency td Euro (EUR) tr td code countryCode td SK tr td Earliest Beneficiary Credit td real-time tr td Cut-Off Time (UK Time) td N/A tr td Decimal Places td 2 tr td Minimum code targetAmount td 0.10 tr td Maximum code targetAmount td 100000.00 ### Submission data | API field name | Required? | Field length | Description | | --- | --- | --- | --- | | `bankDetails.iban` | ✅ | 24 | Beneficiary IBAN.The format the IBAN varies by country. See [Additional data](/products/account-payouts/v2/coverage/additionalinfo)for a list by country. | | `bankDetails.swiftBic` | ✅ | 8 or 11 | The SWIFT BIC is the Bank Identification Code of the beneficiary bank. | | `bankDetails.bankName` | ✅ | Max 35 | Name of the beneficiary bank. | | `parties.personalDetails.partyTypeCode` | ✅ | 4 | Type of the party.**Must be**:`PT03 (Beneficiary)` | | `parties.personalDetails.typeCode` | ✅ | 4 | Entity description code for the party.Available values:`PD01 (Company)``PD02 (Individual)` | | `parties.personalDetails.titleCode` | Conditional | 4 | Title code for the Individual.**Available values**:`TI01 (Ms)``TI02 (Miss)``TI03 (Mr)``TI04 (Mrs)``TI05 (Dr)``TI06 (Mx)``TI99 (Misc)` Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.firstName` | Conditional | Max 50 | Beneficiary first name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.middleName` | ❌ | Max 50 | Beneficiary middle name. | | `parties.personalDetails.lastName` | Conditional | Max 50 | Beneficiary last name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.companyName` | Conditional | Max 140 | Full name of the organization. Failure to provide the full name could result in delays and potential rejection of your payment. This must consist of 2 words, separated by a space. To whitelist any other naming format please contact your Relationship Manager. Mandatory if `parties.personalDetails.typeCode` is:`PD01 (Company)``PD03 (Institution)``PD04 (Government)``PD99 (Other)` | | `parties.personalDetails.dateOfBirth` | ❌ | 10 | Beneficiary's date of birth in YYYY-MM-DD format. | | `parties.address.street` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) house number/name and street e.g. 1 Main Street. | | `parties.address.additionalAddressLine` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) address e.g. apartment no., unit, studio. | | `parties.address.city` | ❌ | Max 35 | Beneficiary's city or town of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.postCodeOrZipCode` | ❌ | Max 10 | Beneficiary's postal code or zip code of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.countryCode` | ❌ | 2 | Beneficiary's country of their residential (if payee is an individual) or registered (if payee is a company) address. Mandatory if any of the optional Beneficiary address details are provided. Enter the [2 character ISO 3166-1 standard country code](/products/reference/supported-countries-currencies#iso-country-codes) in your API request. | Important [Additional data](/products/account-payouts/v2/coverage/additionalinfo) is required if the requestor of the payout is a Payment Service Provider (PSP) or Money Service Business (MSB). ## SEPA Payment (same-day) ### Overview table tr td Available td Yes tr td code targetCurrency td Euro (EUR) tr td code countryCode td SK tr td Earliest Beneficiary Credit td same-day tr td Cut-Off Time (UK Time) td 11:30 tr td Decimal Places td 2 tr td Minimum code targetAmount td 0.01 tr td Maximum code targetAmount td 9999999.99 ### Submission data | API field name | Required? | Field length | Description | | --- | --- | --- | --- | | `bankDetails.iban` | ✅ | 24 | Beneficiary IBAN. The format the IBAN varies by country. See [Additional data](/products/account-payouts/v2/coverage/additionalinfo)for a list by country. | | `bankDetails.swiftBic` | ✅ | 8 or 11 | The SWIFT BIC is the Bank Identification Code of the beneficiary bank. | | `bankDetails.bankName` | ✅ | Max 35 | Name of the beneficiary bank. | | `parties.personalDetails.partyTypeCode` | ✅ | 4 | Type of the party.**Must be**:`PT03 (Beneficiary)` | | `parties.personalDetails.typeCode` | ✅ | 4 | Entity description code for the party.Available values:`PD01 (Company)``PD02 (Individual)` | | `parties.personalDetails.titleCode` | Conditional | 4 | Title code for the Individual.**Available values**:`TI01 (Ms)``TI02 (Miss)``TI03 (Mr)``TI04 (Mrs)``TI05 (Dr)``TI06 (Mx)``TI99 (Misc)` Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.firstName` | Conditional | Max 50 | Beneficiary first name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.middleName` | ❌ | Max 50 | Beneficiary middle name. | | `parties.personalDetails.lastName` | Conditional | Max 50 | Beneficiary last name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.companyName` | Conditional | Max 140 | Full name of the organization. Failure to provide the full name could result in delays and potential rejection of your payment. This must consist of 2 words, separated by a space. To whitelist any other naming format please contact your Relationship Manager. Mandatory if `parties.personalDetails.typeCode` is:`PD01 (Company)``PD03 (Institution)``PD04 (Government)``PD99 (Other)` | | `parties.personalDetails.dateOfBirth` | ❌ | 10 | Beneficiary's date of birth in YYYY-MM-DD format. | | `parties.address.street` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) house number/name and street e.g. 1 Main Street. | | `parties.address.additionalAddressLine` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) address e.g. apartment no., unit, studio. | | `parties.address.city` | ❌ | Max 35 | Beneficiary's city or town of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.postCodeOrZipCode` | ❌ | Max 10 | Beneficiary's postal code or zip code of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.countryCode` | ❌ | 2 | Beneficiary's country of their residential (if payee is an individual) or registered (if payee is a company) address. Mandatory if any of the optional Beneficiary address details are provided. Enter the [2 character ISO 3166-1 standard country code](/products/reference/supported-countries-currencies#iso-country-codes) in your API request. | Important [Additional data](/products/account-payouts/v2/coverage/additionalinfo) is required if the requestor of the payout is a Payment Service Provider (PSP) or Money Service Business (MSB). ## International WIRE ### Overview table tr td Available td Yes tr td code targetCurrency td a Available WIRE currencies tr td code countryCode td SK tr td Earliest Beneficiary Credit td The estimated delivery time will vary by country and currency. tr td Cut-Off Time (UK Time) td a Currency specific tr td Decimal Places td 2 tr td Minimum code targetAmount td 0.01 tr td Maximum code targetAmount td 9999999.99 ### Submission data | API field name | Required? | Field length | Description | | --- | --- | --- | --- | | `bankDetails.iban` | Conditional | 24 | Beneficiary iban. See [Additional data](/products/account-payouts/v2/coverage/additionalinfo)for a list by country. | | `bankDetails.swiftBic` | ✅ | 8 or 11 | The SWIFT BIC is the Bank Identification Code of the beneficiary bank. | | `bankDetails.bankName` | ✅ | Max 35 | Name of the beneficiary bank. | | `parties.personalDetails.partyTypeCode` | ✅ | 4 | Type of the party.**Must be**:`PT03 (Beneficiary)` | | `parties.personalDetails.typeCode` | ✅ | 4 | Entity description code for the party.Available values:`PD01 (Company)``PD02 (Individual)` | | `parties.personalDetails.titleCode` | Conditional | 4 | Title code for the Individual.**Available values**:`TI01 (Ms)``TI02 (Miss)``TI03 (Mr)``TI04 (Mrs)``TI05 (Dr)``TI06 (Mx)``TI99 (Misc)` Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.firstName` | Conditional | Max 50 | Beneficiary first name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.middleName` | ❌ | Max 50 | Beneficiary middle name. | | `parties.personalDetails.lastName` | Conditional | Max 50 | Beneficiary last name. Full name should be provided (no initials). Mandatory if `parties.personalDetails.typeCode` is:`PD02 (Individual)` | | `parties.personalDetails.companyName` | Conditional | Max 140 | Full name of the organization. Failure to provide the full name could result in delays and potential rejection of your payment. This must consist of 2 words, separated by a space. To whitelist any other naming format please contact your Relationship Manager. Mandatory if `parties.personalDetails.typeCode` is:`PD01 (Company)``PD03 (Institution)``PD04 (Government)``PD99 (Other)` | | `parties.personalDetails.dateOfBirth` | ❌ | 10 | Beneficiary's date of birth in YYYY-MM-DD format. | | `parties.address.street` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) house number/name and street e.g. 1 Main Street. | | `parties.address.additionalAddressLine` | ❌ | Max 35 | Beneficiary's residential (if payee is an individual) or registered (if payee is a company) address e.g. apartment no., unit, studio. | | `parties.address.city` | ❌ | Max 35 | Beneficiary's city or town of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.postCodeOrZipCode` | ❌ | Max 10 | Beneficiary's postal code or zip code of their residential (if payee is an individual) or registered (if payee is a company) address. | | `parties.address.countryCode` | Conditional | 2 | Beneficiary's country of their residential (if payee is an individual) or registered (if payee is a company) address. Mandatory if any of the optional Beneficiary address details are provided. Enter the [2 character ISO 3166-1 standard country code](/products/reference/supported-countries-currencies#iso-country-codes) in your API request. | Important [Additional data](/products/account-payouts/v2/coverage/additionalinfo) is required if the requestor of the payout is a Payment Service Provider (PSP) or Money Service Business (MSB).