Bank Accounts
Create FPS bank account
Register a UK Faster Payments bank account for a client.
POST
Creates a new UK Faster Payments (FPS) bank account for the specified client. Supports both individual and business clients via mutually exclusive holder name fields. Requires an API key with access level 3 or higher.
Path parameters
Unique identifier of the client.
Body
Name of the bank.
User-friendly alias for the account.
Account holder’s first name. Required for individual clients; mutually exclusive with
business_name.Account holder’s last name. Required for individual clients; mutually exclusive with
business_name.Business name. Required for business clients; mutually exclusive with
bank_holder_first_name + bank_holder_last_name.UK bank sort code (6 digits).
UK bank account number (8 digits).
Account holder’s address with
street_line_1, street_line_2, city, postal_code, state, country.state uses ISO 3166-2 codes that identify country subdivisions in the format {COUNTRY}-{SUBDIVISION} (e.g., USA-CA for California).Response
Bank account identifier.
Company identifier.
Client identifier.
Bank name.
Account holder full name. For individual clients this is
bank_holder_first_name + bank_holder_last_name; for business clients this is business_name.Business name. Only present for business bank accounts.
User-friendly alias.
Payment rail.
FPS for UK accounts.Account currency.
GBP for FPS accounts.UK sort code.
UK account number.

