v1

latestOpenAPI 3.1.02026-07-26290133.2 KB

Beneficiary Required Details

Get the details required to create a beneficiary depending on the beneficiary type, currency and country.

get/beneficiary-required-details

Query parameters

bankAccountCountrystring required

Two-letter ISO 3166-1 alpha-2 country code where the beneficiary account is held. e.g. GB

bankAccountCurrencystring required

Three-letter ISO 4217 currency code in which the beneficiary account is held. e.g. EUR

beneficiaryTypestring required

Type of the beneficiary.<br>CORPORATE, RETAIL

Response

200

paymentTypestring

Example response

[
  {
    "paymentType": "SEPA",
    "requiredFieldsList": [
      {
        "fieldName": "BANK_ACCOUNT_COUNTRY",
        "display": true,
        "required": true,
        "expression": "^.{2}"
      }
    ]
  }
]