POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
bankaccounts
/
other
{
    "OwnerAddress":{
        "AddressLine1":"The Oasis",
        "AddressLine2":"Rue des plantes",
        "City":"Paris",
        "Region":"Ile de France",
        "PostalCode":"75001",
        "Country":"FR"
    },
    "AccountNumber":"11696419",
    "BIC":"BNPAFRPP",
    "Country":"FR",
    "OwnerName":"Joe Blogs",
    "Tag":"custom meta",
}  
{
    "OwnerAddress":{
        "AddressLine1":"The Oasis",
        "AddressLine2":"Rue des plantes",
        "City":"Paris",
        "Region":"Ile de France",
        "PostalCode":"75001",
        "Country":"FR"
    },
    "AccountNumber":"11696419",
    "BIC":"BNPAFRPP",
    "Country":"FR",
    "UserId":"142036728",
    "OwnerName":"Joe Blogs",
    "Type":"OTHER",
    "Id":"150298347",
    "Tag":null,
    "CreationDate":1661866304,
    "Active":true
}  
Caution – Replaced by Recipients featureThe Bank Account object and endpoints have been replaced by the Recipients feature, which all platforms should integrate instead.Legacy active Bank Accounts (Active is true) have been migrated to the new feature and their data is retrievable via the GET View a Recipient endpoint using the same BankAccountId. Read more about legacy bank account migration.
Note – Only for countries that don’t use IBANOnly use the OTHER type if the account is registered in a country that doesn’t use IBAN and isn’t GB, US, or CA (for which you should use the dedicated type).
Note – Additional information may be requiredOTHER-type bank accounts may require additional information depending on the country. Additional precisions per country (if applicable), are given below.For accounts registered in: 
  • Australia – Provide the BIC in the BIC field. In the IBAN field, combine the 6-digit Bank State Branch (BSB) number and the account number.

Path parameters

UserId
string
required
The unique identifier of the User (natural or legal) who owns the bank account.

Body parameters

OwnerAddress
object
required
Information about the address of residence of the bank account owner.
AccountNumber
string
required
Max. length 35, min. length 5; alphanumeric characters only.The unique number of the bank account.
BIC
string
required
The BIC (international identifier of the bank) for IBAN or OTHER-type bank accounts.The BIC can have one of the two following formats:
  • BIC8 – 8-character BIC (AAAABBCC)
  • BIC11 – 11-character BIC (AAAABBCCDDD)
In which:
  • AAAA represents the bank code: 4 characters defining the bank
  • BB represents the country code: 2 characters forming the country ISO code (ISO 3166 format)
  • CC represents the location code: 2 localization characters (alphabetical or numeric) to distinguish banks from the same country
  • DDD represents the branch code: 3 characters used to define the branch of the bank (sometimes replaced with XXX)
Country
string
required
The country in which the bank account is registered.
OwnerName
string
required
Max. length: 255 charactersThe full name of the owner of the bank account. (Format: FirstName LastName)
Tag
string
Max. length: 255 charactersCustom data that you can add to this object.
For bank accounts, you can use this parameter to identify the bank account by currency or usage (personal or professional for instance).

Responses

{
    "OwnerAddress":{
        "AddressLine1":"The Oasis",
        "AddressLine2":"Rue des plantes",
        "City":"Paris",
        "Region":"Ile de France",
        "PostalCode":"75001",
        "Country":"FR"
    },
    "AccountNumber":"11696419",
    "BIC":"BNPAFRPP",
    "Country":"FR",
    "UserId":"142036728",
    "OwnerName":"Joe Blogs",
    "Type":"OTHER",
    "Id":"150298347",
    "Tag":null,
    "CreationDate":1661866304,
    "Active":true
}  
{
    "OwnerAddress":{
        "AddressLine1":"The Oasis",
        "AddressLine2":"Rue des plantes",
        "City":"Paris",
        "Region":"Ile de France",
        "PostalCode":"75001",
        "Country":"FR"
    },
    "AccountNumber":"11696419",
    "BIC":"BNPAFRPP",
    "Country":"FR",
    "OwnerName":"Joe Blogs",
    "Tag":"custom meta",
}