Bank accounts
Create a GB Bank Account
POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
bankaccounts
/
gb
Path parameters
UserId
string
requiredThe unique identifier of the User (natural or legal) who owns the bank account.
Body parameters
OwnerAddress
object
requiredInformation about the address of residence of the bank account owner.
AccountNumber
string
requiredLength: 8 digits
The unique set of digits of the bank account.
SortCode
string
requiredThe 6-digit sort code, assigned to UK financial institutions, for GB-type bank accounts.
OwnerName
string
requiredMax. length: 255 characters
The full name of the owner of the bank account. (Format: FirstName LastName)
Tag
string
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
Was this page helpful?