accountId

Synopsis The admin account’s unique identifier.
Where used

/accounts/{accountId} URL component

/contributions request

An admin account is the employer’s account within The People’s Pension and is used for day-to-day administration, including submitting employee data and paying money into the Scheme.

If there’s more than one payroll being operated by the same employer (eg a weekly and monthly payroll), a separate admin account is needed for each. This enables the correct employee data to be submitted for each separate payroll. This is used to differentiate your accounts in Online Services.

Each admin account has a unique account number. The admin account number can be found on the top right of Online Services, once logged in.

Data type

String

Constraints/format

At the current time the account identifier is a numeric value, but you should not depend on this. You should accept any string up to 36 characters in length.

Example

...
"id": "86543",
...

or

...
"accountId": "86543",
...

depending on context.

Related errors

H/B01 – Account number is incorrect

H/P01 – User does not have permission to process account

See also

accountName