Home / Concepts/ Product Verticals

Commercial Charge

Overview

Your Card Product will define the required Application fields for credit risk underwriting and identity verification. These checks must pass in order to onboard Commercial Charge Account Holders.

Commercial Charge Card Products allow you to issue lines of credit to your customers. The COMMERCIAL_CREDIT_PAY_IN_FULL product does not charge interest and requires your customers to pay their statement balance in full by the due date each billing cycle.

Credit Card Products not backed by an Account Holder’s secured deposit will require you or a debt facility to provide sufficient capital based on the lines of credit extended to your customers.

commercialChargeUnsecured.gif

Create a Commercial Charge Card Product

In the Test Environment, you can create a Commercial Charge Card Product from the Highnote Dashboard or with the createCardProduct mutation in the Highnote GraphQL API. When creating your Credit Card Product, you’ll want to select COMMERCIAL_CREDIT_PAY_IN_FULL as the vertical.

Find Product Funding Financial Account

For Commercial Charge Products, you can simulate a deposit into your Product Funding Account in the Test Environment. These funds will be used to allocate credit lines to your Account Holder's Financial Accounts. Simulating deposits does not require you to connect an external bank account. To deposit funds, you’ll first need to find your Product Funding Financial Account ID.

Fund Your Product Funding Financial Account

With your Product Funding’s Financial Account ID, you can now simulate a deposit via WIRE. Afterward, you will be able to set the credit limit for the Account Holder’s Financial Account, once issued.

The memo field can be used to display what typically appears on a given transfer. In the Live Environment, you won’t have the ability to control the memo field as there are specific guidelines on how WIRE and ACH appear to an Account Holder.

The SimulateDeposit API will set the Available Credit for your Commercial Credit Product Funding Account.

Create a Business Account Holder

You can create a Business Account Holder from both the Highnote Dashboard and GraphQL API. When creating an Account Holder, there are optional, creditRiskAttribute fields which you may want to provide as inputs to a credit application. annualRevenue is one optional field which can be collected on an Account Holder to be used in your application credit decisioning and simulate application credit decisions in the Test Environment.

Open an Application

Once you have created a Business Account Holder, you can open an Application to onboard them to your Card Product.

Opening an Application triggers the identity verification checks and any applicable credit policies necessary for your Card Product. Your Card Product will define the required Application fields for identity verification and credit risk underwriting. These checks must pass in order to onboard the Account Holder. To create the Application you will need the cardProductId and accountHolderId.

To simulate credit line assignments or Adverse Actions reasons on your Credit Card Product in the Test Environment, you need to include specific annualRevenue on the Account Holder before creating a Card Application. See the “Simulate Credit Line Assignment” and “Simulate Adverse Action Declines” for more information.

Simulate Verification Status

The Test Environment does not run KYB (Know Your Business) and KYC (Know Your Customer) checks on Applications. When testing, you can simulate Application failures under a variety of scenarios by creating Account Holders with specific attribute values. The simulation will produce Tags associated with the application decision and provide information as to why an Application outcome was APPROVED, IN_REVIEW, or DENIED.

Simulate Credit Line Assignment

To simulate credit line assignments, please avoid using failure values as mentioned in the Simulate Verification Status guide that would result in the application being declined. In order to receive a credit line assignment in the response, the application must be simulated for approval. If the annualRevenue provided does not match any of the input values mentioned in the guide, the default credit limit for an approved application will be $1,000.

When it comes to Credit Card Products, your credit policy may permit assigning a credit limit dynamically for an approved Application. To test different credit line assignments on an APPROVED Application response, you can open an Application on a Credit Card Product in the Test Environment. Simply provide specified values on the annualRevenue input while creating a Business Account Holder. The annualRevenue value will be used when creating an Application for the Card Product for the Business Account Holder.

The following table shows the Credit Line assignment for different annualRevenue values in the Test Environment: |:---|:---|:---| | annualRevenue | $1,000,000 | $1,000 | annualRevenue | $10,000,000 | $10,000 | annualRevenue | $100,000,000 | $100,000

Simulate Credit Adverse Action Decline

For Credit Card Products, regulation requires you to provide Adverse Action (AA) reason(s) to the Account Holder within a specified timeframe when an extension of credit is DENIED. Adverse Action reasons are assigned and associated with each rule within your Product's credit policy and are populated based on the rules which failed in the credit decision. For example, if your credit policy has a rule that the Annual Business Revenue provided in the application must be greater than a specified amount, the application may be DENIED with the AA reason of "Income insufficient for the amount of credit requested."

Opening an Application on a Credit Card Product in the Test environment allows you to test various Adverse Action reasons on a DENIED response by providing specified values on the legalBusinessName and/or annualRevenue inputs when creating the Business Account Holder. The annualRevenue and legalBusinessNamevalues will be used when you create an Application for the Card Product for the Business Account Holder.

In the Live environment, a DENIED Application may have 1 or many associated AA reasons which must be provided to the customer.

FieldValueAdverse Action Response
annualRevenue$1.00 INSUFFICIENT_INCOME Income insufficient for the amount of credit requested
annualRevenue$2.00DELINQUENT_CREDIT_OBLIGATIONS Delinquent past or present credit obligations
annualRevenue$5.00INSUFFICIENT_INCOME DELINQUENT_CREDIT_OBLIGATIONS
legalBusinessNameDECLINEUNABLE_TO_VERIFY_IDENTITY Unable to verify identity

Issue a Financial Account

Financial Accounts hold the balance for Payment Cards. To create a new Financial Account pass the ID of a verified Application.

Financial Accounts have an externalId that allows you to tie the Financial Account to an entity in your system. If you do not pass in an externalId, Highnote will generate one.

Set and Update a Credit Limit

Setting or updating a credit limit is an asynchronous process with the Highnote team to ensure your ledger balances and validations are in check.

For Product verticals like Credit or Fleet, you can create a credit limit on your Account Holder's Financial Account based on your underwriting criteria, agreements, and product guidelines. The credit limit establishes a maximum spending limit for a given period, and authorizations exceeding the credit limit will be declined.

Once you have created a credit limit, you have the flexibility to update credit limits as you factor in new information, such as changes in your customers' financial situations.

As part of this feature, Highnote tracks the total credit extended to your Account Holders' Financial Accounts and ensures the extended credit does not exceed your Card Product’s limits.

You can use the following mutation to set and update a credit limit:

Issue a Payment Card

Once you have created and funded a Financial Account, you can issue a Payment Card. All Payment Cards start as a virtual card, and can later be ordered as a physical card.

Create Physical Card Order

You may only submit one order for a given Payment Card. If the order is canceled or fails, you may try again for the same card. However, if an order is successful and you need another Physical Card, you will need to issue a new Payment Card.

Once you have issued a Payment Card you can create an order for a Physical Card. When ordering a Physical Card, you can ship to the Account Holder's address on file or specify a different shipping address.

Physical Card orders require:

  • Card Personalization Details
  • Shipping Address
  • Requested Ship Date
  • Shipping Method and Signature Requirements

Use the following mutation to create a Physical Card order:

Display Payment Card Data

Selecting the number or cvv fields requires that you are PCI compliant.

Highnote recommends using the Card Viewer SDK to securely display payment card data and and reduce PCI burden.

To display the primary account number (PAN) and CVV to users, you can fetch them from the API by adding number and cvv to the selection set.

Scheduled Repayments

Recurring payments (or automatic payments) and one-time payments are used for Card Products which require a payment to be made by the Account Holder on a regular cadence. You’ll need to provide your Account Holders with the ability to make payments towards their outstanding or statement balance.

To schedule a repayment, an Account Holder must connect a verified, external bank account. Highnote has partnered with Plaid and Finicity as secure options for your Account Holders to verify and link their external accounts. Once linked, Account Holders can seamlessly transfer funds (via ACH) between the Highnote Financial Account and the external bank account. Prior to creating a payment schedule, you learn how to test connecting an external account via Plaid or Finicity from the Connect External Accounts Guide.

Create Recurring Payment Schedule

A Recurring Payment schedule can be set on a monthly frequency so that your customer’s can schedule payments on their due date each month or on a customized calendar day. Recurring payment schedules are based on a point-in-time balance, such as Outstanding Balance, and the ACH transfer amount will be calculated on the scheduled date.

Create One-Time Payment Schedule

A Recurring Payment schedule can be set on a monthly frequency so that your customer’s can schedule payments on their due date each month or on a customized calendar day. Recurring payment schedules are based on a point-in-time balance, such as Outstanding Balance, and the ACH transfer amount will be calculated on the scheduled date.

Billing Statements

Highnote provides the data necessary to create a statement for a Financial Account, which you can leverage to populate your own statement template and provide to your customers.

Generate a Billing Statement

Billing statement data is created on Financial Accounts and becomes available at the end of a billing cycle. For Credit Card products, the billing period end date may vary across Financial Accounts on your portfolio. Statement data is typically available within 48 hours of a billing period end date.

You can query the latest billing statement data for a Financial Account to generate the Account’s statement in the latestClosedStatement. Billing statements will only include posted transactions and the associated balances for a given billing period. Transactions for the Financial Account’s current billing period and their next, upcoming due date can be found in the currentOpenStatement.

When there is a balance due on the Financial Account, the currentAmountDue will be updated based on credits (e.g. payments, refunds) to the Financial Account between the billing period end date and the due date. You’ll need to reference the type of CreditPayInFullCardFinancialAccountStatementSnapshot to retrieve the current amount due, based on your Card Product. You can present this balance to your customer outside of the statement itself so they are informed on the remaining amount owed since their last statement was generated.

Simulate a Billing Statement

In the Test Environment, you can end a Financial Account’s billing period early so you can simulate a billing period’s statement without waiting for the billing period to end.

The new period must be at least 60 seconds in the future, and if the periodBoundary is not supplied, the statement endPeriod will be set to 60 seconds in the future.

Roll Over a Billing Statement

In the Test Environment, you can roll over a Financial Account’s billing period to the next billing cycle so you can simulate ending and starting a new billing cycle for a Financial Account. Rolling over to the next billing period allows you test and view how the statement data for a closed billing period is calculated without waiting until the actual calendar day for the billing period to close.

For more information on generating or searching for billing statements, see our Billing Statements Guide.

Expand your Integration

Once you've completed the basics of setting up your card product, you can expand and test your integration further:

Provide Feedback

Was this content helpful?