Skip to main content
POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
bankaccounts
/
us
{
    "OwnerAddress": {
        "AddressLine1": "The Oasis",
        "AddressLine2": "Rue des plantes",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75009",
        "Country": "FR"
    },
    "AccountNumber": "11696419",
    "ABA": "071000288",
    "DepositAccountType": "CHECKING",
    "OwnerName": "John Doe",
    "Tag": "custom meta",
}
  
{
    "OwnerAddress": {
        "AddressLine1": "The Oasis",
        "AddressLine2": "Rue des plantes",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75009",
        "Country": "FR"
    },
    "AccountNumber": "11696419",
    "ABA": "071000288",
    "DepositAccountType": "CHECKING",
    "UserId": "142036728",
    "OwnerName": "John Doe",
    "Type": "US",
    "Id": "150294885",
    "Tag": null,
    "CreationDate": 1661864955,
    "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.

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
Format: Digits onlyThe unique set of digits of the bank account.
ABA
string
required
Length: 9 charactersThe American Banking Association (ABA) routing number for US-type bank accounts.
DepositAccountType
string
Allowed values: CHECKING, SAVINGSThe deposit type for US-type bank accounts.
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
object
Information about the address of residence of the bank account owner.
AccountNumber
string
Format: Digits onlyThe unique set of digits of the bank account.
ABA
string
Length: 9 charactersThe American Banking Association (ABA) routing number for US-type bank accounts.
DepositAccountType
string
Returned values: CHECKING, SAVINGSThe deposit type for US-type bank accounts.
UserId
string
The unique identifier of the User (natural or legal) who owns the bank account.
OwnerName
string
Max. length: 255 charactersThe full name of the owner of the bank account. (Format: FirstName LastName)
Type
string
Returned values: IBAN, US, CA, GB, OTHERThe type of the bank account, indicating the country where the real-life account is registered
The values are:
  • IBAN – For accounts registered in countries that use IBAN 
  • US – For accounts registered in the United States 
  • CA – For accounts registered in Canada
  • GB – For accounts registered in the United Kingdom
  • OTHER – For accounts registered in countries that do not use IBAN (and are not US, CA, GB)
Id
string
Max length: 128 characters (see data formats for details)The unique identifier of the object.
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).
CreationDate
Unix timestamp
The date and time at which the object was created.
Active
boolean
Whether or not the Bank Account is active. Mangopay automatically sets this parameter to false if the bank account is closed or does not exist anymore.
{
    "OwnerAddress": {
        "AddressLine1": "The Oasis",
        "AddressLine2": "Rue des plantes",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75009",
        "Country": "FR"
    },
    "AccountNumber": "11696419",
    "ABA": "071000288",
    "DepositAccountType": "CHECKING",
    "UserId": "142036728",
    "OwnerName": "John Doe",
    "Type": "US",
    "Id": "150294885",
    "Tag": null,
    "CreationDate": 1661864955,
    "Active": true
}
{
    "OwnerAddress": {
        "AddressLine1": "The Oasis",
        "AddressLine2": "Rue des plantes",
        "City": "Paris",
        "Region": "Ile de France",
        "PostalCode": "75009",
        "Country": "FR"
    },
    "AccountNumber": "11696419",
    "ABA": "071000288",
    "DepositAccountType": "CHECKING",
    "OwnerName": "John Doe",
    "Tag": "custom meta",
}