Home / Issuing / Onboard Accounts

Onboard Authorized Users

Prerequisites

  1. A Highnote account
  2. An API key, the API Explorer or the dashboard
  3. An account holder with approved application
  4. Authorized users feature enabled by the Highnote Support team. Contact support@highnote.com to have this feature enabled.

Overview

Note: At this time, only commercial card products support authorized users.

On the Highnote platform, each authorized user is recognized as a separate entity. This means, for instance, that a business account holder can issue cards to various employees as authorized users. Regardless of whether these employees are associated with multiple cards under the same account or have a shared user profile in your system, each one is assigned a unique ID.

Authorized users allow you to add cardholders who don't require the same access level as the primary account holder. The capability differences between authorized users and account holders provide structure for many use cases. For more information on capabilities and use cases, see the Authorized users support guide.

Use Cases

For an overview of basic authorized user use cases, see the Authorized users support guide.

Another use case for authorized users involves commercial cards with categorized spending. This use case is more technical and requires using the API to pass specific financial account IDs. Configure this use case in the following way:

  1. Create individual financial accounts using a business account holder's application. Each financial account represents a different spending category. For example, you might have separate financial accounts for gas, groceries, and office supplies.
  2. Onboard authorized users under the business account holder.
  3. Open an application for the authorized user and pass the financialAccountId of the spend category financial account.
  4. Issue cards to authorized users.

In this use case, each authorized user must be onboarded individually. If authorized users need access to multiple spending categories, they must apply to each financial account separately. One authorized user account may have several applications, financial accounts, and cards; each representing a different spend category.

Onboard an Authorized User

Note: Authorized users must be at least 18 years old, and their first names must be at least one character.

Client tokens can be used when onboarding authorized users for enhanced security. For more information, see Client Tokens.

Before adding authorized users, you must onboard an account holder with an approved application. When creating a new authorized user, you will pass the accountHolderId to establish the relationship with the account holder. For extra security, you can generate a client token and tokenize authorized user information on your client before passing the data to Highnote.

When using the following mutation to create an authorized user, the following inputs are required:

  • name
  • email
  • phoneNumber
  • billingAddress
  • dateOfBirth

Open Application for Authorized User

After creating an authorized user, you must open an authorized user application and present your cardholder agreements. You can subscribe to notification events for updates on the application status.

Use the following mutation to open an authorized user application:

Issue Payment Card to Authorized User

Note: If you choose to issue physical cards, during card personalization, the authorized user's first and last name are required for line 1. For more information on issuing physical cards, see the Print Physical Cards guide.

Once an authorized user has an approved application, you can issue a payment card to the authorized user.

Use the following query to issue a payment card to an authorized user:

Find Authorized User

Once an authorized user has been created, you can find authorized details, including associated applications and payment cards. Use the following query to find authorized user details:

Provide Feedback

Was this content helpful?