Overview
User management
- Users
- User regulatory status
- User e-money
User verification
- User data format
- KYC documents
- UBO declarations
Wallets
- User wallets
- Client wallets
Cards
- Card registrations
- Cards
- Metadata
- Card validations
Card pay-ins
- Direct card pay-ins
- Recurring card pay-ins
- Preauthorizations
- Deposit preauthorizations
- Web card pay-ins
Banking pay-ins
- Bank wires
- Virtual IBAN
- Direct debits
- Web direct debits
APM pay-ins
- Apple Pay
- Bancontact
- BLIK
- Giropay
- Google Pay
- iDEAL
- Klarna
- MB WAY
- Multibanco
- Payconiq
- PayPal
- Satispay
- Swish
- TWINT
Transfers
- Transfers
Refunds
- Refunds
Disputes
- Disputes
- Dispute documents
- Repudiations
- Dispute settlement
Payouts
FX conversions
- Conversion rates
- Quotes
- Conversions
Transactions
- Transactions
Helpers
- API responses
- Country authorizations
- Webhooks
- Events
- Reports
Platform account
- Client
- Dashboard permissions
Create a US Bank Account
{
"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
}
Path parameters
The unique identifier of the User (natural or legal) who owns the bank account.
Body parameters
Information about the address of residence of the bank account owner.
Max. length: 255 characters
The first line of the address.
Max. length: 255 characters
The second line of the address.
Max. length: 255 characters
The city of the address.
Max. length: 255 characters
The region of the address. This field is optional except if the Country
is US, CA, or MX.
Max. length: 255 characters
The postal code of the address. The postal code can contain the following characters: alphanumeric, dashes, and spaces.
The country of the address.
Format: Digits only
The unique set of digits of the bank account.
Length: 9 characters
The American Banking Association (ABA) routing number for US-type bank accounts.
Allowed values: CHECKING
, SAVINGS
The deposit type for US-type bank accounts.
Max. length: 255 characters
The full name of the owner of the bank account. (Format: FirstName LastName)
Max. length: 255 characters
Custom 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
Information about the address of residence of the bank account owner.
Max. length: 255 characters
The first line of the address.
Max. length: 255 characters
The second line of the address.
Max. length: 255 characters
The city of the address.
Max. length: 255 characters
The region of the address. This field is optional except if the Country
is US, CA, or MX.
Max. length: 255 characters
The postal code of the address. The postal code can contain the following characters: alphanumeric, dashes, and spaces.
Format: Two-letter country code (ISO 3166-1 alpha-2 format)
The country of the address.
Format: Digits only
The unique set of digits of the bank account.
Length: 9 characters
The American Banking Association (ABA) routing number for US-type bank accounts.
Returned values: CHECKING
, SAVINGS
The deposit type for US-type bank accounts.
The unique identifier of the User (natural or legal) who owns the bank account.
Max. length: 255 characters
The full name of the owner of the bank account. (Format: FirstName LastName)
Returned values: IBAN
, US
, CA
, GB
, OTHER
The 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 IBANUS
– For accounts registered in the United StatesCA
– For accounts registered in CanadaGB
– For accounts registered in the United KingdomOTHER
– For accounts registered in countries that do not use IBAN (and are not US, CA, GB)
The unique identifier of the object.
Max. length: 255 characters
Custom 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).
The date and time at which the object was created.
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",
}
Was this page helpful?
{
"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
}