Enum

An Enum (Enumeration) type is a special kind of scalar that is restricted to a particular set of allowed values.

__DirectiveLocation

A Directive can be adjacent to many parts of the GraphQL language, a __DirectiveLocation describes one such possible adjacencies.

Output:ENUM

Enum Values

QUERY

Location adjacent to a query operation.

MUTATION

Location adjacent to a mutation operation.

SUBSCRIPTION

Location adjacent to a subscription operation.

FIELD

Location adjacent to a field.

FRAGMENT_DEFINITION

Location adjacent to a fragment definition.

FRAGMENT_SPREAD

Location adjacent to a fragment spread.

INLINE_FRAGMENT

Location adjacent to an inline fragment.

VARIABLE_DEFINITION

Location adjacent to a variable definition.

SCHEMA

Location adjacent to a schema definition.

SCALAR

Location adjacent to a scalar definition.

OBJECT

Location adjacent to an object type definition.

FIELD_DEFINITION

Location adjacent to a field definition.

ARGUMENT_DEFINITION

Location adjacent to an argument definition.

INTERFACE

Location adjacent to an interface definition.

UNION

Location adjacent to a union definition.

ENUM

Location adjacent to an enum definition.

ENUM_VALUE

Location adjacent to an enum value definition.

INPUT_OBJECT

Location adjacent to an input object type definition.

INPUT_FIELD_DEFINITION

Location adjacent to an input object field definition.

__TypeKind

An enum describing what kind of type a given __Type is.

Output:ENUM

Enum Values

SCALAR

Indicates this type is a scalar.

OBJECT

Indicates this type is an object. fields and interfaces are valid fields.

INTERFACE

Indicates this type is an interface. fields, interfaces, and possibleTypes are valid fields.

UNION

Indicates this type is a union. possibleTypes is a valid field.

ENUM

Indicates this type is an enum. enumValues is a valid field.

INPUT_OBJECT

Indicates this type is an input object. inputFields is a valid field.

LIST

Indicates this type is a list. ofType is a valid field.

NON_NULL

Indicates this type is a non-null. ofType is a valid field.

AccountClosureBlocker

All the possible states that could prevent a FinancialAccount from being closed.

Output:ENUM

Enum Values

ACCOUNT_BALANCE_PAYABLE

The account holder has funds remaining on their FinancialAccount and money is due to the account holder. Required ledgers on the account must be $0 for the FinancialAccount to close.

ACCOUNT_BALANCE_RECEIVABLE

The account holder has funds remaining on their FinancialAccount and money is owed by the account holder. Required ledgers on the account must be $0 for the FinancialAccount to close.

SCHEDULED_TRANSFER

There is a scheduled ElectronicFundsTransfer on the account. The ElectronicFundsTransfer could be either a one time transfer or a recurring transfer.

PENDING_TRANSFER

The FinancialAccount has a pending ElectronicFundsTransfer in progress. Accounts can be closed when all transfers are in a terminal state, such as PROCESSED or FAILED.

PENDING_AUTHORIZATION

There is a pending authorization on the FinancialAccount. At least one of the 'AUTH', 'DEPOSIT_AUTH', 'REFUND_AUTH', or 'FEE_AUTH' Ledgers has a non zero balance.

ACTIVE_PAYMENT_CARD

The FinancialAccount has an active PaymentCard. All PaymentCards associated with the FinancialAccount should have a PaymentCardStatus of SUSPENDED or CLOSED.

NO_EXTERNAL_FINANCIAL_ACCOUNT

There is no ExternalFinancialAccount available to transfer funds out to. The owner of the FinancialAccount must have at least one value in its externalFinancialAccounts field.

This is currently only supported for USPersonAccountHolder and USBusinessAccountHolder type owners.

RISK_HOLD

There is a risk hold on an ElectronicFundsTransfer associated with this FinancialAccount. The 'RISK_HOLD' Ledger has a non-zero balance.

OPEN_LINE_OF_CREDIT

The line of credit for this FinancialAccount has not been closed. The 'ACCOUNT_HOLDER_CREDIT_LIMIT' Ledger has a non-zero balance.

PAYROLL_ADVANCE_PAYABLE

The FinancialAccount has an outstanding payroll advance. There is a nonzero balance on the PAYROLL_ADVANCE_PAYABLE ledger.

ACTIVE_SCRA

The FinancialAccount has an active Servicemembers Civil Relief Act notice.

ACTIVE_MLA

The FinancialAccount has an active Military Lending Act notice.

AccountHolderApplicationStatusCode

High-level account holder application states.

Output:ENUM

Enum Values

DENIED

The application was denied.

APPROVED

The application was approved.

PENDING

The application is currently being processed.

IN_REVIEW

The application requires further review.

CLOSED

The application was closed.

AccountHolderProvisioningStatus

Represents the different statuses that an account holder provisioning process can be in, from initiation to completion.

Each status reflects a specific stage of the process, including potential error handling and review.

Output:ENUM

Enum Values

INITIATED

The provisioning process has been initiated but has not yet started.

IN_PROGRESS

The provisioning process is currently in progress.

ERROR

An error occurred during the provisioning process. Further action may be required to resolve the issue.

COMPLETED

The provisioning process has been successfully completed.

REJECTED

The provisioning process has been rejected due to an issue encountered during processing, preventing its completion.

AccountHolderProvisioningWorkflowActionStatus

Represents the different statuses that an account holder provisioning process can be in, from initiation to completion.

Each status reflects a specific stage of the process, including potential error handling and review.

Output:ENUM

Enum Values

INITIATED

The provisioning process has been initiated but has not yet started.

IN_PROGRESS

The provisioning process is currently in progress.

ERROR

An error occurred during the provisioning process. Further action may be required to resolve the issue.

COMPLETED

The provisioning process has been successfully completed.

NOT_EXECUTED

The action was part of the provisioning process but was not executed.

AccountHolderRiskVerificationStatusCode

High-level account holder risk verification states.

Output:ENUM

Enum Values

DENIED

The account holder was denied. See the results of the risk verification for more details.

PASSED

The account holder passed the risk verification requirements.

PENDING

The account holder is currently being verified.

IN_REVIEW

The account holder is currently undergoing manual review.

AccountHolderVerificationResultCode

The verification attempt results.

Output:ENUM

Enum Values

DEVICE_WARNING

The account holder's device has been previously flagged for fraudulent activity.

FRAUD_REVIEW

The account holder is being reviewed.

SSN_WARNING

The social security number has been previously flagged for fraudulent activity.

SSN_MISKEY

The account holder's social security number may have been accidentally miskeyed.

DOB_MISKEY

The account holder's date of birth may have been accidentally miskeyed.

EMAIL_WARNING

The account holder's email has previously been found to be part of previous fraudulent activity.

ADDRESS_WARNING

The account holder's address has previously been found to be part of previous fraudulent activity.

FRAUD_RISK

The account holder has been previously reported for fraud and has repeated fraudulent activity. This is a high risk warning.

FRAUD_WARNING

The account holder's data provided has resulted in suspected fraudulent activity. This is a medium risk warning.

DENIED_FRAUD

The account holder may be verified but was denied due to fraudulent activity.

DENIED_KYC

The account holder could not be verified with the information provided.

FOREIGN_DEVICE

The account holder's device has not been used in the past.

WATCHLIST_WARNING

The account holder is currently on an active watchlist.

BUSINESS_NAME_MISMATCH

The business name provided does not match a registered business name (Applicable to Business Onboarding).

BUSINESS_NAME_MATCH

The business name provided matches a registered business name (Applicable to Business Onboarding).

FEIN_DOCUMENT_REQUIRED

The business must provide a document to verify their employer identification number (Applicable to Business Onboarding).

ADDRESS_MATCH

The account holder's address was able to be verified.

ADDRESS_MISMATCH

The account holder's address could not be verified as provided.

DOB_MATCH

The account holder's date of birth was able to be verified.

DOB_MISMATCH

The date of birth provided does not match the date of birth of the account holder.

NAME_MATCH

The account holder's name was able to be verified.

NAME_MISMATCH

The name provided does not match any known names for the account holder.

SSN_MATCH

The account holder's social security number was able to be verified.

SSN_MISMATCH

The account holder's social security number could not be verified as provided.

PHONE_MATCH

The account holder's phone number was able to be verified.

PHONE_MISMATCH

The phone number provided does not match any known phone numbers for the account holder.

FEIN_MATCH

The business' provided employer identification number matches their registered employer identification number (Applicable to Business Onboarding).

FEIN_MISMATCH

The business' provided employer identification number does not match their registered employer identification number (Applicable to Business Onboarding).

WATCHLIST_HIT

The account holder is currently on an active watchlist.

HIGH_ABUSE_SCORE

High probability of synthetic fraud.

HIGH_THEFT_SCORE

High probability of third party fraud.

MEDIUM_ABUSE_SCORE

Moderate probability of synthetic fraud.

MEDIUM_THEFT_SCORE

Moderate probability of third party fraud.

LOW_ABUSE_SCORE

Low probability of synthetic fraud.

LOW_THEFT_SCORE

Low probability of third party fraud.

KYC_FRAUD_PASS

The account holder's data has been verified and is not associated with prior fraudulent activity.

KYC_WARNING

The account holder's data was unable to be fully verified.

REPRESENTATIVE_MATCH

The primary authorized person is verified as representative of the business.

REPRESENTATIVE_MISMATCH

The primary authorized person could not be verified as representative of the business.

OFAC_MATCH

The business data was found to be listed in the Treasury's OFAC list.

BUSINESS_VERIFICATION_SCORE_FAILED

The overall verification score for the business was below the passing limit.

BUSINESS_VERIFICATION_SCORE_PASSED

The business data was verified and overall verification score was above the passing.

SOS_MATCH

The business has an active and registered Secretary of State (SOS) filing. The business address provided matches the Secretary of State (SOS) registration address.

SOS_MISMATCH

The business could not be verified with the Secretary of State (SOS).

SOS_INACTIVE

The business has registered with the Secretary of State (SOS), but does not have an active filing.

SOS_ACTIVE

The business has an active registration with the Secretary of State (SOS).

SOS_UNKNOWN

The business' registration with the Secretary of State (SOS) has been flagged or the filing status is unknown

SSN_MULTI_IDENTITY

The Social Security Number provided is associated with multiple identities.

AccountHolderVerificationStatusCode

High-level account holder verification states.

Output:ENUM

Enum Values

DENIED

The account holder was denied. See the results of the verification for more details.

PASSED

The account holder passed the verification requirements.

PENDING

The account holder is currently being verified.

AccountHolderVerificationStatusReasonCode

The specific reason for being in an account holder verification state.

Output:ENUM

Enum Values

DENIED

The account holder was denied. See the results of the verification for more details.

PASSED

The account holder passed the verification requirements.

PENDING

The account holder is currently being verified.

REVIEW_REQUIRED

A manual review of the account holder is required to continue the verification process.

IN_REVIEW

The account holder is currently being reviewed.

KBA_REQUIRED

The account holder is required to answer automated questions to complete verification.

DOCUMENT_UPLOAD_REQUIRED

Documents are needed to verify the account holder.

IDENTITY_UPDATE_REQUESTED

An identity update has been requested to correct the information provided on the application.

AccountingDirection

Represents the direction funds are moving in an accounting context.

Output:ENUM

Enum Values

DEBIT

Indicates a debit. The money is moving out of an account.

CREDIT

Indicates a credit. The money is moving into an account.

AchHoldStatus

The hold status of an ACH.

Output:ENUM

Enum Values

NO_HOLDS

ACH Transaction is not on hold.

ON_HOLD

ACH Transaction is on hold.

HOLD_REMOVED

ACH Transaction had a hold but it has been removed.

AchHoldType

The hold type of an ACH.

Output:ENUM

Enum Values

UNSPECIFIED

UNSPECIFIED

RISK

ACH Transaction is on hold or had a hold because it was flagged for risk review

AchTransferPurpose

The purpose of the AchTransfer.

Output:ENUM

Enum Values

SECURED_DEPOSIT

The AchTransfer is a secured deposit.

REPAYMENT

The AchTransfer is a card balance repayment.

PAYROLL

The AchTransfer is a payroll transfer.

DEPOSIT

The AchTransfer is a deposit to a Highnote FinancialAccount.

WITHDRAWAL

The AchTransfer is a withdrawal from a Highnote FinancialAccount.

MERCHANT_PAYOUT

The AchTransfer is a merchant payout.

MERCHANT_DISBURSEMENT

The AchTransfer is a disbursement from a network settlement to a merchant account.

AchTransferSign

The impact of the AchTransfer on the Highnote FinancialAccount.

Output:ENUM

Enum Values

POSITIVE

The AchTransfer yields an increase of funds on the Highnote FinancialAccount.

NEGATIVE

The AchTransfer yields an decrease of funds on the Highnote FinancialAccount.

ACHTransferStatus

Status of an integrator initiated ACH transfer that has been generated by Highnote.

Output:ENUM

Enum Values

INITIATED

A transfer request has been initiated.

PROCESSING

The transfer is processing at Highnote and at the bank, but funds are not available yet.

PROCESSED

The transfer has successfully been processed by the bank and funds are available.

CANCELED

You requested to cancel the transfer.

FAILED

The transfer failed. Additional details are available in ACHTransferStatusCode.

RETURNED

The transfer has been returned by the bank.

AchTransferStatusFailureReason

Additional details regarding a FAILED or RETURNED AchTransfer.

Output:ENUM

Enum Values

INTERNAL_ERROR

There is an internal error with the transfer.

INSUFFICIENT_FUNDS_IN_HIGHNOTE_ACCOUNT

R01 - This was a debit from an account at Highnote which did not have enough funds.

INSUFFICIENT_FUNDS_IN_EXTERNAL_ACCOUNT

R01 - This was a debit from an en external account did not have enough funds.

HIGHNOTE_ACCOUNT_CLOSED

R02 - The Highnote FinancialAccount has been closed.

EXTERNAL_ACCOUNT_CLOSED

R02 - The external account has been closed.

HIGHNOTE_ACCOUNT_NOT_FOUND

R03 - No matching Highnote FinancialAccount was found.

EXTERNAL_ACCOUNT_NOT_FOUND

R03 - No matching external account was found.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

R11 - The account does not have the required payroll advance feature enabled.

PAYROLL_EMPLOYER_ADVANCE_FEATURE_NOT_ENABLED

R11 - The account does not have the required payroll employer advance feature enabled.

SECURE_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required secure card feature enabled.

CORPORATE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required corporate bank account feature enabled.

ACCOUNTS_DO_NOT_BELONG_TO_SAME_PRODUCT

R11 - The fromFinancialAccount and toFinancialAccount do not belong to the same product.

HIGHNOTE_ACCOUNT_FROZEN

R16 - The Highnote FinancialAccount is frozen.

EXTERNAL_ACCOUNT_FROZEN

R16 - The external financial account is frozen.

AMOUNT_FIELD_ERROR

R19 - There is an error in the amount field.

AUTHORIZATION_REVOKED_BY_CUSTOMER

R07 - The Authorization was revoked by Customer.

DUPLICATE_ENTRY

R24 - The RDFI received a duplicate entry for the same transaction.

IMPROPER_EFFECTIVE_ENTRY_DATE

R18 - Has an Improper Effective entry date.

INVALID_HIGHNOTE_ACCOUNT_NUMBER

R04 - The Highnote FinancialAccount has an invalid account number.

INVALID_EXTERNAL_ACCOUNT_NUMBER

R04 - The external financial account has an invalid account number.

INVALID_COMPANY_ID_NUMBER

R21 - Has an Invalid Company ID Number.

INVALID_INDIVIDUAL_ID_NUMBER

R22 - Has an Invalid Individual ID Number.

NON_TRANSACTION_ACCOUNT

R20 - Is a Non Transactional Account.

PAYMENT_STOPPED

R08 - The Payment was stopped.

RETURNED_PER_ODFI_REQUEST

R06 - Funds were returned per ODFI Request.

TRANSACTION_NOT_AUTHORIZED_BY_ACCOUNT_HOLDER

R29 - The Transaction was not Authorized By Account Holder.

UNAUTHORIZED_IMPROPER_INELIGIBLE_OR_INCOMPLETE_TRANSACTION

R10 - Is an Unauthorized, Improper, Ineligible, or Incomplete Transaction.

UNCOLLECTED_FUNDS

R09 - Transaction represents Uncollected Funds.

UNAUTHORIZED_CONSUMER_DEBIT_USING_CORPORATE_SEC_CODE

R05 - Is an Unauthorized Debit to Consumer Account Using Corporate SEC Code.

COMMERCIAL_CREDIT_PAY_IN_FULL_FEATURE_NOT_ENABLED

R11 - The account does not have the required commercial pay in full account feature enabled.

CREDIT_LIMIT_NOT_SET_ON_ACCOUNT

R11 - The credit limit is not set on the account.

ENTRY_NOT_IN_ACCORDANCE_WITH_TERMS_OF_AUTHORIZATION

R11 - The transfer is not in accordance with the terms of the authorization.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_LOAD_LIMIT

R11 - The transfer amount exceeds the maximum program load limit.

ACH_LOAD_NOT_ALLOWED_BY_PROGRAM

R11 - Loading funds via ACH is not supported.

TRANSFER_AMOUNT_IS_NEGATIVE_OR_ZERO

R11 - The transfer amount is negative or zero.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_RELOAD_LIMIT

R11 - The transfer amount exceeds the maximum program reload limit.

TRANSFER_AMOUNT_BELOW_MIN_PROGRAM_RELOAD_LIMIT

R11 - The transfer amount is below the minimum program reload limit.

ORIGINATED_ACH_UNLOAD_NOT_SUPPORTED_ON_PRODUCT

R11 - The program does not support ACH origination.

FLEET_FEATURE_NOT_ENABLED

R11 - The account does not have the required fleet feature enabled.

PRODUCT_FUNDING_FEATURE_NOT_ENABLED

R11 - The account does not have the required product funding feature enabled.

FUNDING_CARD_NOT_SUPPORTED

R11 - The account does not have the required funding card feature enabled.

FILE_RECORD_EDIT_CRITERIA

R17 - The transaction contains invalid fields initiated under questionable circumstances

BRANCH_SOLD_TO_ANOTHER_DFI

R12 - The receiving financial institution was acquired by another financial institution

INVALID_ACH_ROUTING_NUMBER

R13 - The provided ACH routing number is invalid.

REPRESENTATIVE_PAYEE_DECEASED_OR_UNABLE_TO_CONTINUE_IN_THAT_CAPACITY

R14 - The representative payee is deceased or unable to continue in that capacity.

BENEFICIARY_OR_ACCOUNT_HOLDER_DECEASED

R15 - The beneficiary or account holder is deceased.

CREDIT_ENTRY_REFUSED_BY_THE_RECEIVER

R23 - The receiver has refused the credit entry.

ADDENDA_ERROR

R25 - The addenda record is invalid.

MANDATORY_FIELD_ERROR

R26 - A mandatory field is invalid.

TRACE_NUMBER_ERROR

R27 - The trace number provided is invalid.

ROUTING_NUMBER_CHECK_DIGIT_ERROR

R28 - The routing number provided contains an invalid check digit.

RDFI_NOT_A_PARTICIPANT_IN_CHECK_TRUNCATION_PROGRAM

R30 - The RDFI does not participate in check truncation program.

PERMISSIBLE_RETURN_ENTRY

R31 - The corporate receiver authorized the return of the entry.

RDFI_NON_SETTLEMENT

R32 - The RDFI is not able to settle the transaction.

RETURN_OF_XCK_ENTRY

R33 - The RDFI is returning an XCK (destroyed check) entry.

LIMITED_PARTICIPATION_DFI

R34 - The RDFI’s participation in the ACH system is limited.

RETURN_OF_IMPROPER_DEBIT_ENTRY

R35 - The transaction is an improper debit entry according to NACHA rules.

RETURN_OF_IMPROPER_CREDIT_ENTRY

R36 - The transaction is an improper credit entry according to NACHA rules.

SOURCE_DOCUMENT_PRESENTED_FOR_PAYMENT

R37 - The source document for the transaction was presented for payment.

STOP_PAYMENT_ON_SOURCE_DOCUMENT

R38 - A stop payment was placed on the source document of the transaction.

IMPROPER_SOURCE_DOCUMENT_OR_SOURCE_DOCUMENT_PRESENTED_FOR_PAYMENT

R39 - The source document for the transaction is invalid.

RETURN_OF_ENR_ENTRY_BY_FEDERAL_GOVERNMENT_AGENCY

R40 - The ENR entry is being returned by federal government agency.

INVALID_TRANSACTION_CODE

R41 - The transaction code provided is invalid.

ROUTING_NUMBER_OR_CHECK_DIGIT_ERROR

R42 - The routing number or check digit is invalid.

INVALID_DFI_ACCOUNT_NUMBER

R43 - The DFI account number provided is invalid.

INVALID_INDIVIDUAL_ID_NUMBER_OR_IDENTIFICATION_NUMBER

R44 - The individual ID number or identification number provided is invalid.

INVALID_INDIVIDUAL_NAME_OR_COMPANY_NAME

R45 - The individual name or company name provided is invalid.

INVALID_REPRESENTATIVE_PAYEE_INDICATOR

R46 - The representative payee indicator is invalid.

DUPLICATE_ENROLLMENT

R47 - The RDFI received a duplicate enrollment for the same transaction.

STATE_LAW_AFFECTING_RCK_ACCEPTANCE

R50 - State law prohibits the RDFI from accepting RCK entries.

ITEM_RELATED_TO_RCK_ENTRY_IS_INELIGIBLE_OR_RCK_ENTRY_IS_IMPROPER

R51 - The item is ineligible for RCK processing; the required notice was not provided.

STOP_PAYMENT_ON_ITEM_RELATED_TO_RCK_ENTRY

R52 - The receiver requested a stop payment on the item.

ITEM_AND_RCK_ENTRY_PRESENTED_FOR_PAYMENT

R53 - Both the item and the ACH entry have been presented for payment.

MISROUTED_RETURN

R61 - The RDFI is returning an entry that was misrouted to them.

ERRONEOUS_OR_REVERSING_DEBIT

R62 - Funds cannot be pulled from receiving account.

DUPLICATE_RETURN

R67 - The RDFI received a duplicate return for the same transaction.

UNTIMELY_RETURN

R68 - The return was received after the deadline.

FIELD_ERRORS

R69 - The entry contains multiple errors.

PERMISSIBLE_RETURN_ENTRY_NOT_ACCEPTED_OR_RETURN_NOT_REQUESTED_BY_ODFI

R70 - The RDFI chose not to accept a permissible return entry or the return was not requested by the ODFI.

MISROUTED_DISHONORED_RETURN

R71 - The dishonored return entry was misrouted.

UNTIMELY_DISHONORED_RETURN

R72 - The dishonored return entry was received after the deadline.

TIMELY_ORIGINAL_RETURN

R73 - The RDFI received a timely original return entry.

CORRECTED_RETURN

R74 - The RDFI is returning a corrected entry.

RETURN_NOT_A_DUPLICATE

R75 - The return entry is not a duplicate of an earlier return.

NO_ERRORS_FOUND

R76 - No errors were found in the return entry.

NON_ACCEPTANCE_OF_R62_DISHONORED_RETURN

R77 - The RDFI does not accept R62 dishonored return entries.

IAT_ENTRY_CODING_ERRORS

R80 - The IAT entry was coded incorrectly.

NON_PARTICIPANT_IN_IAT_PROGRAM

R81 - The RDFI does not participate in the IAT program.

INVALID_FOREIGN_RECEIVING_DFI_IDENTIFICATION

R82 - The foreign receiving DFI identification is invalid.

FOREIGN_RECEIVING_DFI_UNABLE_TO_SETTLE

R83 - The foreign receiving DFI is unable to settle the transaction.

ENTRY_NOT_PROCESSED_BY_GATEWAY

R84 - The entry was not processed by the gateway.

INCORRECTLY_CODED_OUTBOUND_INTERNATIONAL_PAYMENT

R85 - The outbound international payment was coded incorrectly by the ODFI.

CREDIT_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required credit card feature enabled.

DEBIT_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required debit card feature enabled.

REPAYMENT_ACCOUNT_NOT_PRESENT_ON_PRODUCT

R86 - Repayment account not present on product

HIGHNOTE_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required Highnote account feature enabled.

TRANSFER_NOT_SUPPORTED_ON_PRODUCT

R11 - The product does not support transfer between provided accounts.

NON_VERIFIED_BANK_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required non-verified bank account feature enabled.

VERIFIED_BANK_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required verified bank account feature enabled.

DDA_FEATURE_NOT_ENABLED

R11 - The account does not have the required DDA feature enabled.

PREPAID_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required prepaid card feature enabled.

SECURED_CREDIT_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required secured credit card feature enabled.

POINT_REWARDS_FEATURE_NOT_ENABLED

R11 - The account does not have the required points rewards feature enabled.

NEGATIVE_BALANCE_RESERVE_FEATURE_NOT_ENABLED

R11 - The account does not have the required negative balance reserve feature enabled.

PRODUCT_RESERVE_FEATURE_NOT_ENABLED

R11 - The account does not have the required product reserve feature enabled.

DIRECT_MERCHANT_SETTLEMENT_FEATURE_NOT_ENABLED

R11 - The account does not have the required direct merchant settlement feature enabled.

REPAYMENT_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required repayment account feature enabled.

CARD_FUNDING_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required card funding account feature enabled.

REVOLVING_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required revolving card feature enabled.

CHARGE_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required charge card feature enabled.

COMMERCIAL_CREDIT_PAY_IN_FULL_CREDIT_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required credit pay in full credit card feature enabled.

JIT_FEATURE_NOT_ENABLED

R11 - The account does not have the required JIT feature enabled.

PARTIAL_FUNDING_FEATURE_NOT_ENABLED

R11 - The account does not have the required partial funding feature enabled.

PREPRINTED_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required preprinted card feature enabled.

INCOME_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required income account feature enabled.

ACH_CAPABLE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not support ACH.

BALANCE_CONSTRAIN_FEATURE_NOT_ENABLED

R11 - The account does not have the required balance constraint feature enabled.

PRODUCT_SECURED_DEPOSIT_ACCOUNT_NOT_ENABLED

R11 - The account does not have the required product secured deposit feature enabled.

SECURED_DEPOSIT_ACCOUNT_NOT_ENABLED

R11 - The account does not have the required secured deposit feature enabled.

FUNDING_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required funding account feature enabled.

TRANSACTION_REJECTED_BY_PARTNER_BANK

R11 - The transfer was rejected by the originating partner bank.

ACHTransferStatusReasonCode

Additional details regarding a FAILED or RETURNED transfer.

Output:ENUM

Enum Values

INTERNAL_ERROR

There is an internal error with the transfer.

INSUFFICIENT_FUNDS_IN_HIGHNOTE_ACCOUNT

R01 - This was a debit from an account at Highnote which did not have enough funds.

INSUFFICIENT_FUNDS_IN_EXTERNAL_ACCOUNT

R01 - This was a debit from an en external account did not have enough funds.

HIGHNOTE_ACCOUNT_CLOSED

R02 - The Highnote account has been closed.

EXTERNAL_ACCOUNT_CLOSED

R02 - The external account has been closed.

HIGHNOTE_ACCOUNT_NOT_FOUND

R03 - No matching Highnote account was found.

EXTERNAL_ACCOUNT_NOT_FOUND

R03 - No matching external account was found.

CURRENCY_MISMATCH_WITH_HIGHNOTE_ACCOUNT

The amount of the transfer does not match the currency of the Highnote account.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

R11 - The account does not have the required payroll advance feature enabled.

PAYROLL_EMPLOYER_ADVANCE_FEATURE_NOT_ENABLED

R11 - The account does not have the required payroll employer advance feature enabled.

SECURE_CARD_FEATURE_NOT_ENABLED

R11 - The account does not have the required secure card feature enabled.

CORPORATE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

R11 - The account does not have the required corporate bank account feature enabled.

TRANSFER_AMOUNT_EXCEEDING_MAX_LOAD_LIMIT

R11 - The transfer exceeds maximum the load limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_RELOAD_LIMIT

R11 - The transfer exceeds the maximum reload limit.

TRANSFER_AMOUNT_BELOW_MIN_RELOAD_LIMIT

R11 - The transfer amount is below the minimum amount to reload.

ACH_LOAD_NOT_SUPPORTED

R11 - Loading funds via ACH is not supported by this program.

ACCOUNTS_DO_NOT_BELONG_TO_SAME_PRODUCT

R11 - The fromFinancialAccount and toFinancialAccount do not belong to the same product.

ACCOUNT_FROZEN

R16 - The account is frozen.

AMOUNT_FIELD_ERROR

R19 - There is an error in the amount field.

AUTHORIZATION_REVOKED_BY_CUSTOMER

R07 - The Authorization was revoked by Customer.

DUPLICATE_ENTRY

R24 - Resulted in a Duplicate Entry.

IMPROPER_EFFECTIVE_ENTRY_DATE

R18 - Has an Improper Effective entry date.

INVALID_ACCOUNT_NUMBER

R04 - Has an Invalid Account Number.

INVALID_COMPANY_ID_NUMBER

R21 - Has an Invalid Company ID Number.

INVALID_INDIVIDUAL_ID_NUMBER

R22 - Has an Invalid Individual ID Number.

NON_TRANSACTION_ACCOUNT

R20 - Is a Non Transactional Account.

PAYMENT_STOPPED

R08 - The Payment was stopped.

RETURNED_PER_ODFI_REQUEST

R06 - Funds were returned per OFDI Request.

TRANSACTION_NOT_AUTHORIZED_BY_ACCOUNT_HOLDER

R29 - The Transaction was not Authorized By Account Holder.

UNAUTHORIZED_IMPROPER_INELIGIBLE_OR_INCOMPLETE_TRANSACTION

R10 - Is an Unauthorized, Improper, Ineligible, or Incomplete Transaction.

UNCOLLECTED_FUNDS

R09 - Transaction represents Uncollected Funds.

UNAUTHORIZED_CONSUMER_DEBIT_USING_CORPORATE_SEC_CODE

R05 - Is an Unauthorized Debit to Consumer Account Using Corporate SEC Code.

ENTRY_NOT_IN_ACCORDANCE_WITH_TERMS_OF_AUTHORIZATION

R11 - The transfer is not in accordance with the terms of the authorization.

AchTransferType

The type of the AchTransfer.

Output:ENUM

Enum Values

PUSH

The AchTransfer is a push transfer. This means pushing funds from the originating financial institution to the receiving financial institution.

PULL

The AchTransfer is a pull transfer. This means pulling funds from the receiving financial institution to the originating financial institution.

AcquiringPaymentCardBrand

The brand which the payment card belongs to.

Output:ENUM

Enum Values

UNKNOWN

The payment card brand is unknown.

VISA

The payment card belongs to the Visa brand.

MASTERCARD

The payment card belongs to the Mastercard brand.

AMERICAN_EXPRESS

The payment card belongs to the American Express brand.

DISCOVER

The payment card belongs to the Discover brand.

JCB

The payment card belongs to the JCB brand.

DINERS_CLUB

The payment card belongs to the Diners Club brand.

UNIONPAY

The payment card belongs to the UnionPay brand.

MAESTRO

The payment card belongs to the Maestro brand.

AcquiringPaymentInitiator

Enum representing the different ways that a payment has been initiated.

Output:ENUM

Enum Values

CUSTOMER_INITIATED_VIA_WEB

The payment method was submitted to the merchant on the web.

CUSTOMER_INITIATED_VIA_MAIL_ORDER_OR_TELEPHONE_ORDER

The payment method was submitted to the merchant over mail order, or telephone.

CUSTOMER_INITIATED_RECURRING_FIRST

The payment method was submitted to the merchant with an agreement to store the payment method for recurring payments.

MERCHANT_INITIATED_TRANSACTION_UNSCHEDULED

The merchant is using a customer's stored payment method and the payment is unscheduled.

An example of when to use this would be reloading a balance or collecting payment after conditions have been met to take payment.

MERCHANT_INITIATED_TRANSACTION_RECURRING

The merchant is using a customer's stored payment method and the payment is recurring.

An example of this is paying for a subscription.

AddressComponent

Possible address components.

Output:ENUM

Enum Values

STREET_ADDRESS

The number and street of the address.

EXTENDED_ADDRESS

Additional data about the address, e.g. apartment or unit number.

LOCALITY

The locality of the address, e.g. town or city.

REGION

A region for the address, e.g. state or province.

POSTAL_CODE

The postal code of the address.

COUNTRY_CODE_ALPHA_3

The country code where the address resides.

AdverseActionCode

Reasons behind adverse actions for credit underwriting.

Output:ENUM

Enum Values

INSUFFICIENT_INCOME

Income insufficient for the amount of credit requested

DELINQUENT_CREDIT_OBLIGATIONS

Delinquent past or present credit obligations

UNABLE_TO_VERIFY_IDENTITY

Unable to verify the Account Holder's identity.

UNABLE_TO_VERIFY_INCOME

Unable to verify applicant’s income

COLLECTIONS

Collections action or judgment

BANKRUPTCY

Bankruptcy

LIEN_POSITION

Does not meet lien position requirement

UNACCEPTED_BUSINESS_INDUSTRY

We do not offer credit to this industry

MIN_CREDIT_SCORE

Applicant credit score does not meet the minimum score requirements

HIGH_UTILIZATION

High credit utilization ratio

RECENT_CREDIT_APPLICATIONS

Too many recent credit applications

MIN_YEARS_INCORPORATION

Does not meet the minimum length of business incorporation

INCOMPLETE_IDENTITY_INFORMATION

Incomplete company or owners’ identity information

LIMITED_CREDIT_EXPERIENCE

Applicant has limited credit references or history

EXCESSIVE_DEBT_OBLIGATIONS

Applicant has excessive debt obligations

UNABLE_TO_VERIFY_EMPLOYMENT

Unable to verify applicant's employment

LENGTH_OF_EMPLOYMENT

Length of employment is limited or unstable

LENGTH_OF_RESIDENCE

Length of time at residence is limited or unstable

RECENT_CREDIT_ACCOUNTS

Too many accounts opened recently

UNABLE_TO_VERIFY_CREDIT_REFERENCES

Unable to verify applicant's credit references

WITHDRAWN

The account holder has withdrawn their card product application

EXCESSIVE_OBLIGATIONS_TO_INCOME

The cardholder has excessive payment obligations in relation to their income.

DECEASED

The cardholder is deceased.

AdverseActionCodeInput

Inputs values for possible reasons for behind adverse actions for credit underwriting.

Output:ENUM

Enum Values

INSUFFICIENT_INCOME

Income insufficient for the amount of credit requested

DELINQUENT_CREDIT_OBLIGATIONS

Delinquent past or present credit obligations

UNABLE_TO_VERIFY_IDENTITY

Unable to verify the Account Holder's identity.

UNABLE_TO_VERIFY_INCOME

Unable to verify applicant’s income

COLLECTIONS

Collections action or judgment

BANKRUPTCY

Bankruptcy

LIEN_POSITION

Does not meet lien position requirement

UNACCEPTED_BUSINESS_INDUSTRY

We do not offer credit to this industry

MIN_CREDIT_SCORE

Applicant credit score does not meet the minimum score requirements

HIGH_UTILIZATION

High credit utilization ratio

RECENT_CREDIT_APPLICATIONS

Too many recent credit applications

MIN_YEARS_INCORPORATION

Does not meet the minimum length of business incorporation

INCOMPLETE_IDENTITY_INFORMATION

Incomplete company or owners’ identity information

LIMITED_CREDIT_EXPERIENCE

Applicant has limited credit references or history

EXCESSIVE_DEBT_OBLIGATIONS

Applicant has excessive debt obligations

UNABLE_TO_VERIFY_EMPLOYMENT

Unable to verify applicant's employment

LENGTH_OF_EMPLOYMENT

Length of employment is limited or unstable

LENGTH_OF_RESIDENCE

Length of time at residence is limited or unstable

RECENT_CREDIT_ACCOUNTS

Too many accounts opened recently

UNABLE_TO_VERIFY_CREDIT_REFERENCES

Unable to verify applicant's credit references

WITHDRAWN

The account holder has withdrawn their card product application

EXCESSIVE_OBLIGATIONS_TO_INCOME

Applicant has excessive payment obligations in relation to their income

AdvertisingMethod

Methods for advertising a business.

Output:ENUM

Enum Values

INTERNET

Internet

WORD_OF_MOUTH

Word of mouth

MASS_DIRECT_MAIL

Mass/Direct mail

TELEMARKETING

Telemarketing

CATALOG_PUBLICATIONS

Catalog and/or publications

YELLOW_PAGES

Yellow pages

ApplicationDenialReason

Application denial reasons.

Output:ENUM

Enum Values

DENIED_DUE_TO_APPLICATION_INACTIVITY

The Application was denied due to the inability to decision on the Application within the timeframe as defined in the cardholder agreement due to missing information.

DENIED_DUE_TO_OTHER

The Application was denied due to other factors.

ApplicationDocumentReviewReason

"Possible reasons for an AccountHolderApplicationDocument's ApplicationDocumentUploadStatus"

Output:ENUM

Enum Values

INCORRECT_DOCUMENT

The document uploaded does not meet the necessary business or person verification requirements

EXPIRED_DOCUMENT

The document uploaded is outdated or expired.

ILLEGIBLE_DOCUMENT

The document uploaded is blurry or uneasy to read.

PARTIAL_DOCUMENT

The document uploaded is not a full or complete document - there may be missing information.

UNACCEPTABLE_DOCUMENT

The document uploaded could not have its authenticity verified.

DUPLICATE_DOCUMENT

The document uploaded is a duplicate of a previously uploaded document.

BLANK_DOCUMENT

The document uploaded is a blank document.

ApplicationDocumentUploadSessionStatus

A status for an applicant's document upload session

Output:ENUM

Enum Values

CREATED

The document upload session is created but has not been initiated.

EXPIRED

A session has expired due to inactivity. A session can result in an expired state if it is never transitioned to submitted. Files can no longer be attached to the application's document upload session.

**Note: ** This is a terminal state.

SUBMITTED

A review has been submitted by a Highnote Agent and the review of the files are complete. A decision has been made for the application's status.

**Note: ** This is a terminal state.

ApplicationDocumentUploadStatus

A status for a document uploaded by the applicant

Output:ENUM

Enum Values

UPLOADED

The document has been uploaded by the applicant

IN_REVIEW

The document is in review by a Highnote Agent

APPROVED

The document has been approved by a Highnote Agent

DENIED

The document has been denied by a Highnote Agent

ATMLocationBrand

Brands of different ATM providers.

Output:ENUM

Enum Values

MONEY_PASS

An ATM that is powered by Money Pass.

ATMLocationFeature

Features available at an ATM Location.

Output:ENUM

Enum Values

OPEN_24_HOURS

The ATM is open 24 hours a day.

DEPOSIT_AVAILABLE

The ATM can accept monetary deposits.

ACCESSIBLE

The ATM is accessible.

AttachedLevel

The Attached Level.

Output:ENUM

Enum Values

UNSPECIFIED

UNSPECIFIED

PLATFORM

PLATFORM

PRODUCT

PRODUCT

CARD

CARD

ACCOUNT

ACCOUNT

AuthorizedUserApplicationStatusCode

High-level authorized user application states.

Output:ENUM

Enum Values

DENIED

The application was denied.

APPROVED

The application was approved.

PENDING

The application is currently being processed.

IN_REVIEW

The application requires further review.

CLOSED

The application was closed.

AVSResponseCode

Code representing the result of AVS address verification

Output:ENUM

Enum Values

NOT_PERFORMED

The check was not performed.

Typically, this happens when an address is provided on the authorization, but we are unable to locate the same value in our vault.

NOT_PROVIDED

The address was not provided during authorization.

NO_MATCH

The address provided on the authorization did not match an address on file for the Cardholder.

MATCH

The address provided on the authorization matched the address on file for the Cardholder.

BalanceType

Plan and statement entries are based on specific balance type.

Output:ENUM

Enum Values

PURCHASE

Plan and statement entries are based on the PURCHASE balance Type.

BankAccountType

Type of bank accounts.

Output:ENUM

Enum Values

CHECKING

Checking bank account.

SAVINGS

Saving bank account.

BankName

The possible bank names.

Output:ENUM

Enum Values

SUTTON_BANK

The value representing Sutton Bank.

BankVerificationProvider

The provider that Highnote uses to verify bank accounts.

Output:ENUM

Enum Values

UNSPECIFIED

UNSPECIFIED

SIMULATED

SIMULATED

PLAID

PLAID

FINICITY

FINICITY

PLAID_RESELLER

PLAID_RESELLER

BusinessAccountHolderClientTokenPermission

Permissions for a BusinessAccountHolder Client Token

Output:ENUM

Enum Values

READ_BUSINESS_ACCOUNT_HOLDER_DETAILS

Read the business account holder information.

Setting this permission will allow visibility to the account holder's information.

BusinessAccountHolderIdentityUpdateType

The type of identifying information which has been modified in a BusinessAccountHolderIdentityUpdatedEvent.

Output:ENUM

Enum Values

EMPLOYER_IDENTIFICATION_NUMBER

The employer identification number was modified.

LEGAL_BUSINESS_NAME

The legal business name was modified.

BILLING_ADDRESS

The billing address was modified.

ANNUAL_REVENUE

The annual revenue was modified.

BusinessAssociatedPersonIdentityUpdateType

The type of identifying information which has been modified in a BusinessAuthorizedPersonIdentityUpdatedEvent or BusinessUltimateBeneficialOwnerIdentityUpdatedEvent.

Output:ENUM

Enum Values

FULL_LEGAL_NAME

The full legal name was modified.

HOME_ADDRESS

The home address was modified.

SOCIAL_SECURITY_NUMBER

The social security number was modified.

DATE_OF_BIRTH

The date of birth was modified.

BusinessCustomerInteractionMethod

A method of customer interaction

Output:ENUM

Enum Values

ONLINE

An eCommerce business with a website selling goods/services.

IN_PERSON

A business selling goods/services at a physical location.

MOBILE

A business selling goods/services via an Android or iOS app.

MAIL_ORDER_TELEPHONE_ORDER

A business selling goods/services through mail or telephone orders.

BusinessEntityType

The type of business entity

Output:ENUM

Enum Values

PUBLIC

A publicly traded company

PRIVATE

A privately held company

GOVERNMENT

A government organization

BusinessMetricAttributeSortedDirection

Sort types of the metric returned in response.

Output:ENUM

Enum Values

ASCENDING

Ascending order.

DESCENDING

Descending order.

BusinessPlanOperatingGoodsAndServiceCategory

Good and/or service provided by the business.

Output:ENUM

Enum Values

AGRICULTURAL_SERVICES

Offers farm management services or participates in farming operations.

CONTRACTED_SERVICES

Provides general or specialized construction, publishing, or printing services.

TRAVEL

Offers products and services related to booking and providing travel experiences such as flights, hotels, and rental vehicles.

TRANSPORTATION_SERVICES

Provides consumer, commercial, and medical transportation services for Passengers and Cargo.

UTILITY_SERVICES

Constructs or operates public and private utilities such as electricity, phone service, and Internet service.

RETAIL_OUTLET_SERVICES

Sells products or services for business-to-business, wholesale, or business-to-consumer markets.

CLOTHING_STORES

Sells clothing, footwear, accessories, or clothing-related services.

MISCELLANEOUS_STORES

A broad range of products and services such as home goods, appliances, musical instruments, computers, marketing, or medical supplies.

BUSINESS_SERVICES

Provides products and services that enable other businesses such as printing, cleaning, software development, or consulting.

PROFESSIONAL_SERVICES_OR_MEMBERSHIP_ORGANIZATIONS

Provides medical, dental, and vision services as well as hospitals and clinics.

GOVERNMENT_SERVICES

Provides products and services related to government and legal organizations and operations.

CHARITABLE_ORGANIZATIONS

Provides products and services related to charity

BusinessPlanOperatingModelType

Describes conditions on how the business operates.

Output:ENUM

Enum Values

PHYSICAL_GOODS_SOLD

Whether the business sells physical goods.

SEASONAL_BUSINESS

Whether the business is seasonal.

FORWARD_COMMITMENT

Whether the business has a forward commitment for delivery of sale.

BusinessStructure

Business Type.

Output:ENUM

Enum Values

CORPORATION

Corporation.

PARTNERSHIP

Partnership.

SOLE_PROPRIETORSHIP

Sole Proprietorship.

NON_PROFIT

Non profit.

LLC

Limited Liability Company (LLC).

PRIVATE_CORPORATION

A private corporation

PUBLIC_CORPORATION

A publicly traded corporation

BusinessTitle

Authorizing officer's business title.

Output:ENUM

Enum Values

PRESIDENT

President.

VICE_PRESIDENT

Vice President.

TREASURER

Treasurer.

OWNER

Owner.

CEO

Chief Executive Officer.

CFO

Chief Financial Officer.

COO

Chief Operating Officer.

CalculatedTransferAmountType

The way the amount to be transferred is calculated

Output:ENUM

Enum Values

OUTSTANDING_BALANCE

Indicates that the amount to be transferred is the outstanding balance on the account

OUTSTANDING_STATEMENT_BALANCE

Indicates that the amount to be transferred is the remaining balance due on the latest statement billing period

MINIMUM_PAYMENT

Indicates that the amount to be transferred is the minimum payment due on the latest statement billing period

CardArtDocumentType

The type of card art document

Output:ENUM

Enum Values

PHYSICAL_FRONT_OF_CARD

The card art document is a front image of a Physical Card

PHYSICAL_BACK_OF_CARD

The card art document is a back image of a Physical Card

DIGITAL_FRONT_OF_CARD

The card art document is a front image of a Digital Card

DIGITAL_BACKGROUND

The card art is the background image of a Digital Card

DIGITAL_LOGO

The card art is the logo image of a Digital Card

DIGITAL_ICON

The card art is the icon image of a Digital Card

VIRTUAL_FRONT_OF_CARD

The card art document is a front image of a Virtual Card

VIRTUAL_THREE_DS_VERIFICATION_LOGO

The card logo for 3DS verification

CardDataInputCapability

The capabilities of the terminal to read card data.

Output:ENUM

Enum Values

CAPABILITY_UNKNOWN

The terminal’s PAN entry capability is unknown.

MANUAL_NO_TERMINAL

The PAN was entered manually, and the terminal was not used.

MAGNETIC_STRIPE

The terminal supports reading the PAN via the card’s magnetic stripe.

BARCODE_OR_QR_CODE

The terminal supports reading the PAN via barcode or QR code.

OCR

The terminal supports reading the PAN via Optical Character Recognition.

INTEGRATED_CIRCUIT_CARD

The terminal supports reading the PAN via the Integrated Circuit Card (ICC - chip).

KEY_ENTERED

The terminal supports keyed entry of the PAN.

CONTACTLESS_ONLY_SUPPORTED

The terminal supports reading the PAN via the card’s contactless chip only. The terminal does not support reading the PAN via the card’s contact chip.

FILE

The terminal supports file reading, but does not supporting reading card data.

CONTACTLESS_READ_VIA_MAG_STRIPE_RULES

The terminal only supports reading the PAN via the magnetic stripe’s contactless method.

CONTACTLESS_READ_VIA_CHIP_RULES

The terminal only supports reading the PAN via the card chip’s contactless method.

MAG_STRIPE_READER_AND_KEY_ENTRY

The terminal supports reading the PAN from the magnetic stripe or keyed entry of the PAN only.

MAG_STRIPE_READER_AND_EMV_ICC

The terminal supports an Integrated Circuit Card (ICC) and can read the PAN via the card’s contact chip, magnetic stripe, or contactless chip.

MAG_STRIPE_READER_AND_KEY_ENTRY_AND_EMV_ICC

The terminal supports reading the PAN from the magnetic stripe or the card’s chip only and keyed entry of the PAN.

SECURE_CARDLESS_ENTRY

Secure Cardless Entry.

CardDigitalWalletTokenState

States of a card digital wallet token.

Output:ENUM

Enum Values

REQUESTED

The initial state of the card digital wallet token. The card digital wallet token is not yet available for use.

ACTIVE

The card digital wallet token has been provisioned and is available for transaction use.

SUSPENDED

The card digital wallet token has been blocked from transaction use and action may be required by the account holder. Card digital wallet token can be suspended by the Issuer, Program owner, or Account holder.

TERMINATED

The card digital wallet token has been deleted and is no longer available for transaction use.

CardDigitalWalletTokenStateReason

A reason for a card digital wallet token state transition.

Output:ENUM

Enum Values

ACTIVATION_METHOD

Account holder successfully authenticated with an activation method (activation code by text message, email, Issuer mobile application, etc.) prior to activation.

CUSTOMER_SERVICE_AGENT

Account holder called customer agent for verification.

DEVICE_LOST

Device was reported as lost.

DEVICE_STOLEN

Device was reported as stolen.

FRAUDULENT_TRANSACTIONS

Fraudulent transactions have been reported by Highnote or the account holder.

DEVICE_FOUND

A lost or stolen device has been found or recovered.

NON_FRAUDULENT_TRANSACTIONS

After reviewing transaction history, the account holder or Highnote confirmed that there were no fraudulent transactions.

ACCOUNT_CLOSED

Account holder account closed.

ACCOUNT_HOLDER_DELETED

Account holder has been deleted.

NETWORK_INITIATED

State changed based on Card Network request.

OTHER

Any other reason for the card digital wallet token state change.

CardFormFactor

Whether a card is (or will be) VIRTUAL or PHYSICAL.

Output:ENUM

Enum Values

VIRTUAL

A card which can only be used through virtual channels.

PHYSICAL

A card which is issued physically and can be used across multiple channels.

CardProductApplicationOfferCategory

The offer category of an AccountHolderCardProductApplicationOffer

Output:ENUM

Enum Values

SECURED_CREDIT

A Secured Credit type offer

UNSECURED_CREDIT

An Unsecured Credit type offer

CardProductApplicationOfferStatus

The status of an AccountHolderCardProductApplicationOffer

Output:ENUM

Enum Values

ACCEPTED

The offer has been extended and Accepted by the Applicant

OPEN

The offer has not been extended or decisioned yet

REJECTED

The offer has been rejected by the Applicant

DISQUALIFIED

The offer has been disqualified and cannot be extended to the Applicant

EXTENDED

The offer has been extended to the Applicant

EXPIRED

The offer has expired

CardProductVertical

The product vertical for a card.

Output:ENUM

Enum Values

AP_INVOICE_AUTOMATION

Cards issued to pay for invoices.

COMMERCIAL_PREPAID

Cards issued for commercial prepaid products.

EARNED_WAGE_ACCESS

Cards issued to provide people with advances for earned wages.

FLEET

Cards issued to provide fleet commercial cards.

GENERAL_PURPOSE_RELOADABLE

Cards issued to provide people with general reloadable cards.

SECURED_COMMERCIAL_CREDITDeprecated

Cards issued to provide secured deposited funded cards.

The SECURED_COMMERCIAL_CREDIT CardProductVertical is deprecated. Please use COMMERCIAL_CREDIT instead. Please reach out to Highnote support with any questions.

COMMERCIAL_DEBIT

Cards issued to provide commercial debit.

CONSUMER_PREPAID

Cards issued to provide consumer prepaid.

COMMERCIAL_CREDIT_PAY_IN_FULL

Cards issued to proved commercial credit pay in full.

PAYROLL

Cards issued for payroll products.

COMMERCIAL_CREDIT

Cards issued to provide commercial credit.

CONSUMER_CREDIT

Cards issued to provide consumer credit.

ACQUIRING

This CardProduct supports acquiring.

This CardProduct cannot be used with issuance, and would result in a validation error if it is.

CardProfileBankStatus

Payment Card Profile Bank Status

Output:ENUM

Enum Values

PENDING

Bank Status is PENDING

READY_FOR_REVIEW

Bank Status is ready for review

IN_REVIEW

Bank Status is in review

APPROVED

Bank Status is approved

CardProfilePaymentNetworkStatus

Physical Card Profile Payment Network Status

Output:ENUM

Enum Values

PENDING

Network Status is PENDING

READY_FOR_REVIEW

Network Status is ready for review

IN_REVIEW

Network Status is in review

APPROVED

Network Status is approved

CardProfileSetIntent

Card Profile Set Intent

Output:ENUM

Enum Values

PHYSICAL

Intended to issue Physical cards

DIGITAL

Intended to issue Digital cards

VIRTUAL

Intended to issue Virtual cards

CardProfileSetNetwork

Card Profile Set Network

Output:ENUM

Enum Values

VISA

Card Profile Set Network is VISA

MASTERCARD

Card Profile Set Network is MASTERCARD

CardProfileSetStatus

Card Profile Set states

Output:ENUM

Enum Values

PENDING

Card Profile Set Status is PENDING

READY_FOR_REVIEW

Card Profile Set Status is ready for review

IN_REVIEW

Card Profile Set Status is in review

APPROVED

Card Profile Set Status is approved

INACTIVE

Card Profile Set Status is inactive

CardProfileStatus

Card Profile states.

Output:ENUM

Enum Values

APPROVED

The profile was approved.

PENDING

The profile is currently being processed.

IN_REVIEW

The profile requires further review.

READY_FOR_REVIEW

The profile is ready for review.

INACTIVE

The profile is inactive.

CardProfileVendorStatus

Physical Card Profile Vendor Status

Output:ENUM

Enum Values

PENDING

Vendor Status is PENDING

READY_FOR_REVIEW

Vendor Status is ready for review

IN_REVIEW

Vendor Status is in review

APPROVED

Vendor Status is approved

CardTransactionProcessingType

The transaction processing type for a card event

Output:ENUM

Enum Values

GOODS_AND_SERVICES

Goods and services. Category: DEBIT.

CASH

Cash. Category: DEBIT.

ADJUSTMENT_DEBIT

Adjustment. Category: DEBIT.

GOODS_AND_SERVICES_WITH_CASH_DISBURSEMENT

Goods and services with cash disbursement. Category: DEBIT.

NON_CASH_FINANCIAL_FOR_FUNDING

Non-cash financial for funding. Category: DEBIT.

QUASI_CASH_AND_SCRIP

Quasi-Cash and scrip. Category: DEBIT.

FUNDS_WITHDRAWAL_FOR_ELECTRONIC_PURSE

Funds withdrawal for electronic purse. Category: DEBIT.

PAYMENT_TO_ANOTHER_PARTY

Payment to another party. Category: DEBIT.

PAYMENT_DEBIT

Payment debit (P2P). Category: DEBIT.

RETURNS

Returns. Category: CREDIT.

DEPOSITS

Deposits/Deposit payments. Category: CREDIT.

ADJUSTMENT_CREDIT

Adjustment. Category: CREDIT.

PAYMENT_FROM_THIRD_PARTY

Payment from third party. Category: CREDIT.

PAYMENT_CREDIT

Payment credit (P2P). Category: CREDIT.

PAYMENT_ENCLOSED

Payment enclosed. Category: CREDIT.

AVAILABLE_FUNDS_INQUIRY

Available funds inquiry. Category: INQUIRY_SERVICE.

BALANCE_INQUIRY

Balance inquiry. Category: INQUIRY_SERVICE.

ACCOUNT_VERIFICATION

Account Verification. Category: INQUIRY_SERVICE.

CARDHOLDER_ACCOUNTS_TRANSFER

Cardholder accounts transfer. Category: TRANSFER_PAYMENT_TRANSFER_SERVICE.

PIN_UNBLOCK

PIN Unblock. Category: PRIVATE_USE.

PIN_CHANGE

PIN change. Category: PRIVATE_USE.

NOTIFICATION_TO_BANK

Notification to bank. Category: PRIVATE_USE.

LOAD_OF_PREPAID_OR_STORED_VALUE_CARD

Load funds onto a prepaid card. Category: CREDIT.

FEE_COLLECTION_DEBIT

Used to collect miscellaneous fees. Category: DEBIT.

ORIGINAL_CREDIT

Enables funds to be credited to account numbers for a purpose other than refunding a purchase. Category: CREDIT.

FUNDS_DISBURSEMENT_CREDIT

Used to remit miscellaneous fees. Category: CREDIT.

ATM_MINI_STATEMENT

Request to provide transaction history by ATM. Category: INQUIRY_SERVICE.

ELIGIBILITY_INQUIRY

Eligibility inquiry. Category: INQUIRY_SERVICE.

CardUsage

Whether a card is (or will be) MULTI_USE or SINGLE_USE.

Output:ENUM

Enum Values

MULTI_USE

Cards which can be used more than once.

SINGLE_USE

Cards which can only be used once.

ChargebackExternalNetworkType

The external network type of the chargeback.

Output:ENUM

Enum Values

NGOM

Mastercard network

CheckPaymentDocumentType

The type of CheckPayment document.

Output:ENUM

Enum Values

ACCOUNT_HOLDER_SIGNATURE

A signature of the account holder.

CheckPaymentEventType

The current event type of the check.

Output:ENUM

Enum Values

FUNDING_PENDING

The check has been initiated and is pending funding.

FUNDING_STARTED

The check funding has been initiated.

FUNDING_COMPLETED

The check has been funded and is pending disbursement.

FUNDING_DISBURSED

The funds have been disbursed to external accounts.

PENDING_SHIPMENT

The check has been printed and is pending shipment.

SHIPPED

The check has been shipped.

COMPLETED

The check has been delivered, and cashed or deposited.

VOIDED

The check has been voided.

FAILED

The check has failed. The reason for the failure is included in the event.

REVERSAL_INITIATED

The check has been reversed due to voiding or failure.

REVERSAL_COMPLETED

The check reversal has been completed.

PRINTED

The check has been printed.

PAID

The check has been paid out.

PROCESSING_BY_HIGHNOTE

The check is processing by Highnote.

PENDING_PROCESSING_BY_HIGHNOTE

The check is pending processing by Highnote.

PROCESSED_BY_HIGHNOTE

The check has been processed by Highnote.

ON_RISK_HOLD

The check has been put on hold for risk assessment.

CheckPaymentFailureReason

The reason for the check failure, if applicable.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The check failed due to insufficient funds.

ACCOUNT_CLOSED

The check failed due to a closed account.

PAYMENT_STOPPED

The check failed due to a stop payment request.

INVALID_ADDRESS

The check failed due to the address being invalid.

FINANCIAL_ACCOUNT_NOT_ENABLED_FOR_CHECK_PAYMENTS

The check failed due since the FinancialAccount is not enabled for checks.

INTERNAL_ERROR

The check failed due to a Highnote internal error.

UNKNOWN

The check failed due to an unknown reason. Contact Highnote support for more information.

RISK

The check failed due to a risk assessment.

CheckPaymentShippingTime

Enum representing the shipping time for a physical check.

Output:ENUM

Enum Values

STANDARD

Standard mail.

CERTIFIED

Certified mail.

EXPEDITED

Expedited mail.

OVERNIGHT

Overnight mail.

CheckPaymentStatus

The status of the check.

Output:ENUM

Enum Values

PENDING

The check is started and pending completion.

FAILED

An event has occurred that has caused the check to fail. Check the CheckPayment.failureReason field for more information.

COMPLETE

The check has been completed.

CheckPaymentType

The type of the check: digital or physical.

Output:ENUM

Enum Values

PHYSICAL

A physical check.

ClientTokenUsage

Options for how the client token can be used

Output:ENUM

Enum Values

UNTIL_EXPIRATION

The client token can be repeatedly used until its expiration date.

SINGLE_USE

The client token can only be used once. Once used, the client token is no longer valid.

Note:

In the event of a failure to process the request, the client token will be invalidated.

CollaborativeAuthorizationEndpointStatus

The status of a CollaborativeAuthorizationEndpoint.

Output:ENUM

Enum Values

PENDING_VERIFICATION

The CollaborativeAuthorizationEndpoint has not yet been verified. Events will not be delivered.

ACTIVE

The CollaborativeAuthorizationEndpoint has been verified and events are being delivered.

DEACTIVATED

The CollaborativeAuthorizationEndpoint has been manually deactivated or Highnote has detected an error delivering events.

ACTIVATION_FAILED

The CollaborativeAuthorizationEndpoint was unable to be verified.

CollaborativeAuthorizationResponseCode

The possible values for a transaction Authorization Response in the Collaborative Authorization flow.

Output:ENUM

Enum Values

APPROVED

Transaction approved

DECLINEDDeprecated

Transaction declined

Deprecated in favor of more granular response codes

PARTIAL_AMOUNT_APPROVED

Transaction approved for partial amount

INSUFFICIENT_FUNDS

Transaction declined due to insufficient funds

EXCEEDS_LIMIT

Transaction declined because the amount exceeded the transaction limit

EXCEEDS_FREQUENCY

Transaction declined because the transaction exceeded the frequency limit

INVALID_MERCHANT

Transaction declined because transaction will not be allowed at this merchant. Use this code for merchants that will never be allowed.

RESTRICTED_CARDDeprecated

Transaction declined because card was used in a restricted region or country

Deprecated in favor of `RESTRICTED_LOCATION`

SUSPECTED_FRAUD

Transaction declined due to suspected fraudulent activity

CASHBACK_LIMIT_EXCEEDED

Transaction declined because the transaction exceeded the cashback limit

RESTRICTED_LOCATION

Transaction declined because the use of the card is restricted in the region or country where the transaction occurs

CARD_NOT_PRESENT_AT_POS

Transaction declined because Card Not Present transactions such as eCommerce are not permitted as a fraud prevention measure

MANUAL_KEY_ENTERED_AT_POS

Transaction declined because manually entering card details is not permitted as a fraud prevention measure

BLOCKED_CARD

Transaction declined due to special condition - new card not activated or card is temporarily blocked

INVALID_DRIVER

Transaction declined because the cardholder is not a recognized driver

INVALID_VEHICLE

Transaction declined because the cardholder did not provide a recognized vehicle number

INVALID_ID

Transaction declined because the cardholder did not provide a recognized ID number

INVALID_LOCATION

Transaction declined because the cardholder attempted a transaction outside of their defined working area

INVALID_TRANSACTION

Transaction declined because it failed a partner defined special condition

INVALID_PURCHASE_TIME

Transaction declined because it occurred outside allowed hours

INVALID_MERCHANT_CATEGORY_CODE

Transaction declined because transaction will not be allowed at this MerchantCategory. Use this code for categories that will never be allowed.

DUPLICATE_TRANSACTION

Transaction declined because it was a duplicate of a previous transaction

PROHIBITED_SELFPAY

Transaction declined because the merchant appears to be the cardholder

RESTRICTED_MERCHANT

Transaction declined because transactions are currently blocked for the merchant.

RESTRICTED_MERCHANT_CATEGORY_CODE

Transaction declined because transactions are currently blocked for the merchant category code.

TIMEOUT

System did not receive Collaborative Authorization response within the allotted time

Note: This response code is not meant to be returned by the Collaborative Authorization Partner. It is used by Highnote to indicate a Timeout occurred during Collaborative Authorization

ERROR

Collaborative Authorization response resulted in an error

Note: This response code is not meant to be returned by the Collaborative Authorization Partner. It is used by Highnote to indicate an Error occurred during Collaborative Authorization

CollaborativeAuthorizationStandIn

Determines whether transactions are approved or declined in the case of a timeout during collaborative authorization.

Output:ENUM

Enum Values

APPROVE

Transactions should be approved if Subcriber does not respond to collaborative authorization request.

DECLINE

Transactions should be declined if the Subscriber does not respond to collaborative authorization request.

ComputeRegion

Available regions to persist data.

Output:ENUM

Enum Values

USA

EUROPE

ASIA

CreateScheduledTransferClientTokenPermission

Permissions for a CreateScheduledTransfer Client Token

Output:ENUM

Enum Values

CREATE_SCHEDULED_TRANSFER

Setting this permission will enable creation of a scheduled transfer.

CreditBalanceType

The type of balance this CreditPlan applies to. For example, PURCHASE, CASH_ADVANCE, INSTALLMENT, or BALANCE_TRANSFER.

Output:ENUM

Enum Values

PURCHASE

CASH_ADVANCE

INSTALLMENT

BALANCE_TRANSFER

CreditBureau

Credit Bureaus

Output:ENUM

Enum Values

EXPERIAN

Experian

CreditCardProductFeature

Type of credit card product feature.

Output:ENUM

Enum Values

REVOLVING

Revolving credit.

CHARGE

Charge credit.

CreditDecisionResult

A result from a credit decision.

Output:ENUM

Enum Values

RECENT_INQUIRIES

The cardholder has recent inquiries that exceed the set threshold.

RECENT_BANKRUPTCY

The cardholder has had a bankruptcy discharged or dismissed recently.

ACTIVE_BANKRUPTCY

The cardholder has an active bankruptcy.

RECENT_CHARGE_OFF

The cardholder has had an account charge off recently.

RECENT_DELINQUENCY

The cardholder has had a delinquent account recently.

CURRENT_DEBT_OBLIGATIONS

The cardholder has current debt obligations that exceed the set threshold. *Note This attribute is deprecated and will be removed in a future release. Please refer to the EXCESSIVE_DEBT_OBLIGATIONS.

MLA_ELIGIBLE

The cardholder is eligible for Military Lending Act (MLA) privileges.

CREDIT_REPORT_FRAUD_ALERT

The cardholder has placed a fraud alert on their credit report.

CREDIT_REPORT_FREEZE

The cardholder has placed a freeze on their credit report.

EXCESSIVE_DEBT_OBLIGATIONS

The cardholder has current debt obligations that exceed the set threshold.

DELINQUENT_CREDIT_OBLIGATIONS

The cardholder has credit obligations that are delinquent.

RECENT_CREDIT_APPLICATIONS

The cardholder has applied for lines of credit a number of times that exceed the set threshold.

RECENT_CREDIT_ACCOUNTS

The cardholder has opened lines of credit a number of times that exceed the set threshold.

BANKRUPTCY

The cardholder has filed for bankruptcy in the past.

MIN_CREDIT_SCORE

The cardholder does not meet the minimum credit score requirement.

INSUFFICIENT_INCOME

The cardholder does not meet the minimum income requirement.

LIMITED_CREDIT_EXPERIENCE

The cardholder has limited credit references or history

EXCESSIVE_OBLIGATIONS_TO_INCOME

The cardholder has excessive payment obligations in relation to their income.

COLLECTIONS

The cardholder has had a tradeline sent to collections in the past.

AGE_OF_OLDEST_TRADELINE

The age of the oldest tradeline in the cardholders's credit report is too recent.

CURRENT_DELINQUENT_CREDIT_OBLIGATIONS

The cardholder currently has delinquent tradelines.

CURRENT_DELINQUENT_CREDIT_OBLIGATIONS_30

The cardholder currently has tradelines more than 30 days delinquent.

CURRENT_DELINQUENT_CREDIT_OBLIGATIONS_90

The cardholder currently has tradelines more than 90 days delinquent.

DECEASED

The cardholder is deceased.

FORECLOSURE

The cardholder has a foreclosure on their credit report.

HIGH_CREDIT_CARD_UTILIZATION

The cardholder has high credit card utilization.

HIGH_DEBT_TO_INCOME

The cardholder has a high debt-to-income ratio.

HIGH_REVOLVING_CREDIT_CARD_UTILIZATION

The cardholder has high revolving credit card utilization.

NO_CREDIT_HISTORY

The cardholder has no credit history.

NUMBER_OF_OPEN_ACCOUNTS

The cardholder has too many open accounts.

PAST_CHARGE_OFFS

The cardholder has tradeline chargeoffs on their credit report.

PAST_DELINQUENT_CREDIT_OBLIGATIONS

The cardholder has had delinquent tradelines in the past.

CreditInstallmentEligibilityStatusForTransactionEvent

Possible status values for installment eligibility for a TransactionEvent.

Output:ENUM

Enum Values

ELIGIBLE

Indicates that the TransactionEvent meets the Amount range for at least one active CreditPlan of CreditBalanceType INSTALLMENT, and that the TransactionEvent has not yet been converted into an InstallmentAgreement.

NOT_ELIGIBLE

Indicates that either the TransactionEvent does not have an Amount within range for an active CreditPlan of CreditBalanceType INSTALLMENT, or the TransactionEvent has already been converted into an InstallmentAgreement.

CreditLimitChangeRequestFailureReason

Possible reasons for a CreditLimitChangeRequestStatus of FAILED.

Output:ENUM

Enum Values

NSF

OTHER

CreditLimitChangeRequestor

Possible requestors of CreditLimitChangeRequest.

Output:ENUM

Enum Values

CUSTOMER

SUBSCRIBER

CreditLimitChangeRequestStatus

Possible CreditLimitChangeRequest statuses.

Output:ENUM

Enum Values

INITIATED

APPROVED

DENIED

CLOSED

PENDING

FAILED

CreditLimitChangeRequestType

Types of CreditLimitChangeRequest.

Output:ENUM

Enum Values

INCREASE

DECREASE

CreditPlanStatus

The status of the CreditPlan. For example, ACTIVE, INACTIVE, or DEPRECATED.

Output:ENUM

Enum Values

ACTIVE

INACTIVE

DEPRECATED

CreditPlanTemplateStatus

The status of the CreditPlanTemplate. For example, ACTIVE, INACTIVE, or DEPRECATED.

Output:ENUM

Enum Values

ACTIVE

INACTIVE

DEPRECATED

CreditPlanType

The type of CreditPlan. For example, STANDARD or PROMOTIONAL.

Output:ENUM

Enum Values

STANDARD

PROMODeprecated

Please use PROMOTIONAL

PROMOTIONAL

CreditRepaymentMethod

The methods available to repay a credit balance. For example, ACH.

Output:ENUM

Enum Values

ACH

MANUAL_ADJUSTMENT

FEE_ADJUSTMENT

INTEREST_ADJUSTMENT

REWARD_BALANCE

CreditRepaymentType

Whether the Credit Repayment decreases the owed balance (a CREDIT) or increases the owed balance (a DEBIT).

Output:ENUM

Enum Values

CREDIT

DEBIT

CreditStatementCyclePeriod

Whether statement cycles are WEEKLY or MONTHLY.

Output:ENUM

Enum Values

WEEKLY

MONTHLY

CreditStatementGracePeriodType

Whether the grace period is FLOATING or FIXED.

Output:ENUM

Enum Values

FLOATING

FIXED

CreditUnderwritingVerificationReviewStatusReasonCode

Reasons for CreditUnderwritingVerification to be IN_REVIEW status.

Output:ENUM

Enum Values

AWAITING_FRAUD_ALERT_REVIEW

The account holder has placed a fraud alert on their credit report. Their application data must be verified by phone.

AWAITING_CREDIT_REPORT_TO_BE_UNFROZEN

The account holder has placed a freeze on their credit report. Their report must be unfrozen in order to process an application.

CVVResponseCode

Code representing the result of CVV (security code) verification

Output:ENUM

Enum Values

NOT_PERFORMED

The CVV (or similar) check was not performed. Typically this will occur if we are unable to locate the same value in our vault.

NO_MATCH

The CVV provided on the authorization did not match the CVV on file for the card.

MATCH

The CVV provided on the authorization did match an CVV on file for the card.

NOT_ON_CARD

Returned when the card on file does not have a CVV.

NOT_PROVIDED

Returned when the CVV is not provided on the authorization

DeliveryAttemptStatus

Indicates whether a delivery attempt was successful, failed or skipped.

Output:ENUM

Enum Values

SUCCESS

The delivery attempt was successful with a 200 OK response

FAILURE

The delivery attempt was unsuccessful with a non 200 OK response

SKIPPED

The delivery attempt was skipped because the target was deactivated

DepositProcessingNetwork

The list of Processing Networks that can be utilized for a deposit

Output:ENUM

Enum Values

UNKNOWN

Unknown Processing Network

ACCEL

Accel Processing Network

ACCEL_CARD_FREE_CASH

Accel Card Free Cash Processing Network

ACCEL_NEBRASKA

Accel Nebraska Processing Network

ACCEL_NO_PIN

Accel No Pin Processing Network

ACCEL_SURCHARGE_FREE

Accel Surcharge Free Processing Network

AMERICAN_EXPRESS_ATM

American Express ATM Processing Network

AFFN

AFFN Processing Network

AFFN_HIGH_TICKET_POS

AFFN High Ticket POS Processing Network

AFFN_LOW_TICKET_POS

AFFN Low Ticket POS Processing Network

AFFN_RECIPROCAL

AFFN Reciprocal Processing Network

ALLPOINT_NETWORK

Allpoint Processing Network

CIRRUS_ATM

Cirrus ATM Processing Network

CIRRUS_EUROPE_ACQUIRED_DUAL_MESSAGE

Cirrus Europe Acquired Dual Message Processing Network

CREDIT_UNION_COOPERATIVE_ATM

Credit Union Cooperative ATM Processing Network

CULIANCE

Culinace Processing Network

CULIANCE_CUHERE_PROGRAM

Culinace Cuhere Processing Network

CULIANCE_CUHERE_MONEYPASS_RECIPROCAL

Culinace Cuhere MoneyPass Reciprocal Processing Network

CULIANCE_CUHERE_PRESTO_PUBLIX

Culinace Cuhere Presto Processing Network

CULIANCE_NYCE_RECIPROCAL

Culince Nyce Reciprocal Processing Network

CULIANCE_PINLESS_LOW_VALUE_POS

Culinace Pinless Low Value POS Processing Network

EBT_PROGRAMS

EBT Processing Network

INTERLINK

Interlink Processing Network

MAESTRO

Maestro Processing Network

MAESTRO_EUROPE_ACQUIRER_DUAL_MESSAGE

Maestro Europe Acquirer Dual Message Processing Network

MASTERCARD_ATM

Mastercard ATM Processing Network

MASTERCARD_SINGLE_MESSAGE_SYSTEM

Mastercard Single Message Processing Network

MASTERCARD_DUAL_MESSAGE_AUTHORIZATION_SYSTEM

Mastercard Dual Message Processing Network

MONEY_PASS

MoneyPass Processing Network

MONEY_PASS_ATM_NEBRASKA

MoneyPass ATM Nebraska Processing Network

MONEY_PASS_ATM_STAR

MoneyPass ATM Star Processing Network

NYCE

NYCE Processing Network

NYCE_AFFN_RECIPROCAL

NYCE AFFN Reciprocal Processing Network

NYCE_CROSS_BORDER

NYCE Cross Border Processing Network

NYCE_CULIANCE_RECIPROCAL

NYCE Culiance Reciprocal Processing Network

NYCE_ECOMMERCE

NYCE Ecommerce Processing Network

NYCE_INTERNATIONAL_RECIPROCAL_GROUP1

NYCE International Reciprocal Group 1 Processing Network

NYCE_INTERNATIONAL_RECIPROCAL_GROUP2

NYCE International Reciprocal Group 2 Processing Network

NYCE_PINLESS_POS

NYCE Pinless POS Processing Network

NYCE_DIRECT_SETTLEMENT_LINK

NYCE Direct Settlement Link Processing Network

PLUS_ATM

Plus ATM Processing Network

PULSE

Pulse Processing Network

PULSE_ACCEL_RECIPROCAL

Pulse Accel Processing Network

PULSE_AFFN_RECIPROCAL

Pulse Affn Reciprocal Processing Network

PULSE_CANADA

Pulse Canada Processing Network

PULSE_MEXICO

Pulse Mexico Processing Network

PULSE_PAY_EXPRESS

Pulse Pay Express Processing Network

PULSE_SELECT

Pulse Select Processing Network

PULSE_DIRECT_SETTLEMENT_LINK

Pulse Direct Settlement Link Processing Network

SHAZAM

Shazam Processing Network

STAR

Star Processing Network

STAR_ACCESS

Star Access Processing Network

STAR_BC_CARD_KOREA_RECIPROCAL

Star BC Card Korea Reciprocal Processing Network

STAR_PUBLIX_PRESTO

Star Publix Presto Processing Network

STAR_RAPIDFLASH

Star Rapidflash Processing Network

STAR_SF

Star SF Processing Network

STAR_DIRECT_SETTLEMENT_LINK

Star Direct Settlement Link Processing Network

VISA_DIRECT_SETTLEMENT_LINK

Visa Direct Settlement Link Processing Network

VISA_SINGAPORE_DIRECT_SETTLEMENT_LINK

Visa Singapore Direct Settlement Link Processing Network

VISA

Visa Processing Network

VISA_DIRECT

Visa Direct Processing Network

PRIMARY_ROUTING_OR_GENERIC_FILE_UPDATE

Primary Routing or Generic File Update

NETS

NETS Processing Network

CU24

CU24 Processing Network

EBT_POS

EBT POS Processing Network

EBT_ATM

EBT ATM Processing Network

ALASKA_OPTION

Alaska Option Processing Network

DISCOVER_ATM

Discover ATM Processing Network

DigitalWalletProvider

Digital Wallet Provider

Output:ENUM

Enum Values

APPLE_PAY

Apple Pay

GOOGLE_PAY

Google Pay

SAMSUNG_PAY

Samsung Pay

DigitalWalletTokenStatus

The status of a CardDigitalWalletToken.

Output:ENUM

Enum Values

REQUESTED

The CardDigitalWalletToken is requested and pending activation.

ACTIVE

The CardDigitalWalletToken is active and ready for use.

SUSPENDED

The CardDigitalWalletToken has been suspended and authorizations will fail until the CardDigitalWalletToken is ACTIVE again.

TERMINATED

The CardDigitalWalletToken has been terminated and all future authorizations will fail.

DigitalWalletTokenStatusChangeReason

The reason for a CardDigitalWalletToken status change.

Output:ENUM

Enum Values

ACTIVATION_METHOD

Cardholder successfully authenticated with an activation method.

CUSTOMER_SERVICE_AGENT

Cardholder called customer agent for verification.

DEVICE_LOST

Cardholder reported token device lost.

DEVICE_STOLEN

Cardholder reported token device stolen.

FRAUDULENT_TRANSACTIONS

Issuer or Cardholder reported fraudulent token transactions.

DEVICE_FOUND

Cardholder reported token device found.

NON_FRAUDULENT_TRANSACTIONS

Issuer or Cardholder reported no fraudulent token transactions.

ACCOUNT_CLOSED

Financial Account has been closed.

ACCOUNT_HOLDER_DELETED

Cardholder Account has been closed by issuer.

NETWORK_INITIATED

Network request.

OTHER

Other reason.

DirectDepositDetailClientTokenPermission

Permissions for a Direct Deposit Details Client Token

Output:ENUM

Enum Values

READ_RESTRICTED_DETAILS

Read accountNumber for Direct Deposit Details.

Setting this permission will allow using the token to query for a DirectDepositDetail and read its restrictedDetails property.

DisbursementTransferEventFailureReason

Additional details when the DisbursementTransferEvent status is failed.

Output:ENUM

Enum Values

UNSPECIFIED

The DisbursementTransferEvent failure reason is unspecified.

Contact Highnote support for more information.

INSUFFICIENT_FUNDS

The originating account of the FeeTransferEvent did not have enough funds to cover the requested amount.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

Payroll advance feature not enabled.

ACCOUNT_NOT_FOUND

The originating or receiving account was not found.

CURRENCY_MISMATCH

The originating and receiving account have different currency.

ACCOUNT_CLOSED

The originating or receiving account is closed.

PAYROLL_EMPLOYER_ADVANCE_FEATURE_NOT_ENABLED

Payroll employer advance feature not enabled.

NOT_AN_ORGANIZATION_OWNED_ACCOUNT

The originating or receiving account does not belong to the organization.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_LOAD_LIMIT

Transfer amount exceeds allowed max program load limit.

ACH_LOAD_NOT_ALLOWED_BY_PROGRAM

Ach load is not allowed by program.

TENANT_ID_NOT_PROVIDED

Tenant Id is not provided.

ORGANIZATION_ID_NOT_PROVIDED

Organization not provided.

ACCOUNT_NOT_PROVIDED

The originating or receiving account not provided.

IDEMPOTENCY_KEY_NOT_PROVIDED

Idempotency Key not provided.

TRANSFER_AMOUNT_IS_NEGATIVE_OR_ZERO

Transfer amount is negative or zero.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_RELOAD_LIMIT

Transfer amount exceeds allowed max program reload limit.

ACCOUNTS_DO_NOT_BELONG_TO_SAME_PRODUCT

The originating and receiving account do not belong to same product.

SECURE_CARD_FEATURE_NOT_ENABLED

Secured card feature is not enabled on account.

CORPORATE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

Corporate bank account feature is not enabled.

REWARD_POINT_FEATURE_NOT_ENABLED

Reward point feature not enabled.

TRANSFER_AMOUNT_BELOW_MIN_PROGRAM_RELOAD_LIMIT

Transfer amount below program minimum reload limit.

TRANSACTION_ID_NOT_PROVIDED

Transaction Id not provided.

DDA_FEATURE_NOT_ENABLED

Dda feature is not enabled on account.

ORIGINATED_ACH_UNLOAD_NOT_SUPPORTED_ON_PRODUCT

Originated ach unload not supported on product

FLEET_FEATURE_NOT_ENABLED

Fleet card feature is not enabled on account.

PRODUCT_FUNDING_FEATURE_NOT_ENABLED

Product funding feature is not enabled on account.

FUNDING_CARD_NOT_SUPPORTED

Product funding feature is not enabled on account.

DEBIT_CARD_FEATURE_NOT_ENABLED

Debit card feature is not enabled on account.

ACCOUNT_NOT_ACTIVE

The originating or receiving account is not active.

PREPAID_CARD_FEATURE_NOT_ENABLED

Prepaid card feature is not enabled on account.

FUNDING_ACCOUNT_FEATURE_NOT_ENABLED

Funding account feature is not enabled on account.

CASH_FUND_OUT_NOT_SUPPORTED_ON_PRODUCT

Cash fund out not supported on product.

CREDIT_CARD_FEATURE_NOT_ENABLED

Credit card feature is not enabled on account.

COMMERCIAL_CREDIT_PAY_IN_FULL_FEATURE_NOT_ENABLED

Commercial credit Pay In Full card feature is not enabled on account.

CREDIT_LIMIT_NOT_SET_ON_ACCOUNT

The originating account does not have credit limit set.

NOT_ENOUGH_BALANCE_TO_REDUCE_CREDIT_LIMIT

The originating account does not have enough balance to reduce credit limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_CARD_BALANCE

Transfer amount exceeding maximum program card balance.

TRANSFER_NOT_SUPPORTED_ON_PRODUCT

Transfer is not supported on product.

CARD_FUNDING_FEATURE_NOT_ENABLED

Card funding feature not enabled on account.

TRANSFER_CONDITION_SAME_PRIMARY_ACCOUNT_HOLDER_NOT_SATISFIED

Accounts do not have same primary account holder.

TRANSFER_AMOUNT_EXCEEDING_MAX_AGGREGATE_CREDIT_DISTRIBUTION_AMOUNT

The requested amount exceeds the maximum aggregate credit distribution amount.

INVALID_DISBURSEMENT_AMOUNT

The amount specified for the disbursement is invalid.

MERCHANT_SETTLEMENT_FEATURE_NOT_ENABLED

Merchant settlement is not enabled on this account.

DisbursementTransferEventStatus

Status of the DisbursementTransferEvent.

Output:ENUM

Enum Values

UNSPECIFIED

The DisbursementTransferEvent status is unspecified.

Contact Highnote support for more information.

PENDING

The DisbursementTransferEvent status is pending.

COMPLETED

The DisbursementTransferEvent status is completed.

FAILED

The DisbursementTransferEvent status is failed.

DisbursementTransferEventType

The event type for the DisbursementTransferEvent.

Output:ENUM

Enum Values

UNSPECIFIED

The DisbursementTransferEvent type is unspecified.

Contact Highnote support for more information.

DISBURSEMENT_PAYMENT

The DisbursementTransferEvent type is a payment event.

DISBURSEMENT_PLATFORM_FEE

The DisbursementTransferEvent type is for a platform fee.

DISBURSEMENT_INTERCHANGE_FEE

The DisbursementTransferEvent type is for an interchange fee.

DISBURSEMENT_NETWORK_FEE

The DisbursementTransferEvent type is for a network fee.

DISBURSEMENT_PAYABLE

The DisbursementTransferEvent type is a payable event.

DistanceUnit

A unit of distance measurement.

Output:ENUM

Enum Values

MILE

A British imperial unit and US customary unit of distance.

KILOMETER

A unit of distance in the metric system.

DocumentCategoryType

A categorization of an uploaded document

Output:ENUM

Enum Values

PRIMARY_DOCUMENT_TYPE

A primary document

SECONDARY_DOCUMENT_TYPE

A secondary document

SUPPORTING_DOCUMENT_TYPE

A supporting document type

DocumentType

Document types that can be uploaded for identity verification.

Output:ENUM

Enum Values

SOCIAL_SECURITY_CARD

A social security card

BIRTH_CERTIFICATE

A birth certificate

US_MILITARY_RECORD_OF_SERVICE

A document representing a record of service in the US military

MARRIAGE_CERTIFICATE

A certificate of marriage

DIVORCE_DECREE

A certificate of a divorce

STATE_ISSUED_PERMIT

A state issued permit

STATE_ISSUED_BENEFIT_CARD

A state issued benefit card

US_TAX_FORM

A tax form from the United States

W2

A W2 or Income tax form

FORM_1099

A collection of tax forms documenting different types of payments made by an individual or a business that typically isn't your employer

FORM_5498

A form submitted by the trustee or issuer of your individual retirement arrangement (IRA) to report contributions, including any catch-up contributions, required minimum distributions (RMDs), and the fair market value (FMV) of the account

FORM_1098

A report on mortgage interest (including points, defined later) of $600 or more you received during the year in the course of your trade or business from an individual, including a sole proprietor

CERTIFICATE_OF_CITIZENSHIP

A document confirming citizenship

MEDICARE_CARD

A document representing the medicare card

COURT_ORDER_FOR_LEGAL_NAME_CHANGE

A legal name change document provided by the court

MUNICIPAL_ID

An identification card issued by a municipality

DRIVERS_LICENSE

A document permitting a person to drive a motor vehicle.

The driver's license must be unexpired and valid.

The document must show the driver's full name and full physical address. The address cannot be associated to a PO Box or CMRA.

PASSPORT

An official document issued by a government, certifying the holder's identity and citizenship and entitling them to travel under its protection to and from foreign countries

STATE_ISSUED_ID

A State ID Card is a government issued form of identification containing personal and biometric information, that allows its holder to prove their identity and citizenship.

STATE_US_MILITARY_ARMED_FORCES_ID

An identification document issued by the United State of America Military Armed Forces

STATE_US_PERMANENT_RESIDENT_CARD

An permanent resident card issued by the United State of America

STATE_CONSULAR_IDENTIFICATION_CARD

A document that many consulates issue to identify the citizens of their country who reside abroad

STATE_US_BORDER_CROSSING_CARD

An identity document used by nationals of Mexico to enter the United States.

STATE_US_EMPLOYMENT_AUTHORIZATION_CARD

An identity document indicating the right to employment within the United States of America.

STATE_TRIBAL_ID

Tribal identification cards are issued by tribes as proof of your enrollment and membership in the tribe

UTILITY_BILL

A utility bill is a monthly statement of the amount a household or business owes for essential services or utilities.

The utility bill must be dated within the last 60 days.

The document must show the biller's full name and full physical address. The address cannot be associated to a PO Box or CMRA.

PHONE_BILL

A phone bill is an account or bill for the charges for a telephone and line and for calls made from it

CABLE_BILL

A cable bill is an account or bill for the charges for access to paid television.

INTERNET_BILL

An internet bill is an account or bill for the charges for access to internet.

BANK_STATEMENT

A printed record of the balance in a bank account and the amounts that have been paid into it and withdrawn from it, issued periodically to the holder of the account.

The bank statement must be dated within the last 60 days.

The document must show the account holder's full name and full physical address. The address cannot be associated to a PO Box or CMRA.

STATEMENT_401K

A summary of the investments in a 401k retirement account

BROKERAGE_STATEMENT

The official document for complete information pertaining to your brokerage account's value, holdings, and activity

LIFE_INSURANCE

An insurance document related to an insurance policy on the life of the policy holder

HEALTH_INSURANCE

An insurance document related to an insurance policy on the health of the policy holder

AUTO_INSURANCE

An insurance document related to an insurance policy on an automobile

PAY_STUB

A document issued by an employer to pay an employee for services rendered.

LEASE_AGREEMENT

A contractual arrangement calling for the user to pay the owner for use of property.

The lease agreement must be current and valid.

The document must show the user's full name and full physical address. The address cannot be associated to a PO Box or CMRA.

ARTICLES_OF_INCORPORATION

Articles of incorporation for a business

**Note: ** To be used only for a business account holder type

NON_PROFIT_501_C3

Non Profit 501c3 charter for a business

**Note: ** To be used only for a business account holder type

FEDERAL_EMPLOYER_IDENTIFICATION_NUMBER

Federal Employer Identification Number

**Note: ** To be used only for a business account holder type

SOLE_PROPRIETOR_SOCIAL_SECURITY_CARD

Identification Document representing a social security card

**Note: ** A social security for a business is only accepted for business' that are sole proprietorships.

OPERATING_AGREEMENT

A key document used by limited liability companies (LLCs) to outline the business' financial and functional decisions including rules, regulations, and provisions.

**Note: ** To be used only for a business account holder type

PARTNERSHIP_AGREEMENT

A legal document that dictates the way a business is run and details the relationship between each partner

**Note: ** To be used only for a business account holder type

CERTIFICATE_OF_GOOD_STANDING

A document indicating that the business has filed all reports and fees with the Secretary of State's office. It serves as proof, or evidence, that the entity exists and is authorized to transact business in the state

**Note: ** To be used only for a business account holder type

IRS_ISSUED_TAX_RETURN

A business tax return, indicating taxes filed for the filing year, proving the business is current with IRS filing requirements.

**Note: ** To be used only for a business account holder type

TRUST_AGREEMENT

An estate planning document that allows the business to transfer ownership of its assets to a third party.

**Note: ** To be used only for a business account holder type

BUSINESS_LICENSE

Permits issued by government agencies that allow individuals or companies to conduct business within the government's geographical jurisdiction.

**Note: ** To be used only for a business account holder type

BUSINESS_REGISTRATION

Business registration issued by the Secretary of State.

The business registration must be current and active within the State where the Business operates.

The document must show the business name and full physical address.

**Note: ** To be used only for a business account holder type

FORM_CP_575

IRS Form CP-575 - Confirmation of Federal Employer Identification Number letter.

**Note: ** To be used only for a business account holder type

TAX_ID_APPLICATION

Confirmation of application submission - Tax ID Number.

**Note: ** To be used only for a business account holder type

PRISON_ID

The identification card and associated number used by the State or Federal entity to track an inmate

PRISON_RELEASE_PAPERWORK

All certified document(s) granted to applicant at the time of discharge from a correctional institution

CERTIFICATE_OF_RELEASE_OR_DISCHARGE_FROM_ACTIVE_DUTY

A military record indicating an individuals release or dischage from active duty

VETERAN_AFFAIRS_BENEFITS_LETTER

A VA award letter is issued by the Department of Veterans Affairs (VA) when a decision has been made regarding a veteran's claim for benefits. Specifically, this letter indicates a veteran's disability rating(s) along with the corresponding amount of monthly compensation.

IRS_ISSUED_FEDERAL_TAX_RETURN

A federal tax returrn issued by United States of America Internal Revenue Service.

IRS_ISSUED_STATE_TAX_RETURN

A state tax return issued by a state in the United States.

DIGITAL_BACKGROUND

The card art is the background image of a Digital Card

DIGITAL_FRONT_OF_CARD

The card art document is a front image of a Digital Card

DIGITAL_ICON

The card art is the icon image of a Digital Card

DIGITAL_LOGO

The card art is the logo image of a Digital Card

PHYSICAL_BACK_OF_CARD

The card art document is a back image of a Physical Card

PHYSICAL_FRONT_OF_CARD

The card art document is a front image of a Physical Card

VIRTUAL_FRONT_OF_CARD

The card art document is a front image of a Virtual Card

VIRTUAL_THREE_DS_VERIFICATION_LOGO

The card art document for 3DS Verification Logo

ACCOUNT_HOLDER_SIGNATURE

The signature of the account holder

DocumentUploadClientTokenPermission

Permissions for a Document Upload Client Token

Output:ENUM

Enum Values

MANAGE_DOCUMENT_UPLOAD_SESSION

Manage the lifecycle of a document upload session.

Setting this permission will allow the using the token to start and end the session. Additionally, the client will be allowed to initiate file uploads for the specified session in the token.

DocumentUploadLinkStatusCode

A status representing a file upload

Output:ENUM

Enum Values

PENDING

The upload link has been created and is waiting for a file to be uploaded

IN_PROGRESS

A file upload is currently in progress and is being processed

COMPLETED

A file upload completed successfully and has been securely stored in the document store

FAILED

A file upload has failed due to server communication and needs to be retried

DENIED

A file upload has been denied due to malicious content or malware present in the file

DocumentUploadSessionStatusCode

A status code representing the state of the document upload session

Output:ENUM

Enum Values

CREATED

The document upload session is created, but has not been initiated

INITIATED

The document upload session has been initiated and files can now be uploaded to the session

IN_PROGRESS

A session has started and a file upload request has been initiated.

SUBMITTED

A session has ended. Files can no longer be uploaded to the session.

EXPIRED

A session has expired due to inactivity. A session can result in an expired state if it is never transitioned to submitted. Files can no longer be uploaded to the session.

EarnRuleType

Method of Earning for Rewards Rule.

Output:ENUM

Enum Values

PER_TRANSACTION_SPEND_AMOUNT

Earning points on a per transaction basis.

ElectronicFundTransferSource

Electronic fund transfer type used for fund movement.

Output:ENUM

Enum Values

WIRE

Transfer funds using wire transfer

EmploymentStatus

The types of employment status.

Output:ENUM

Enum Values

EMPLOYED

The person account holder is currently employed by an employer.

SELF_EMPLOYED

The person account holder is currently self-employed.

RETIRED

The person account holder is not employed and currently retired.

STUDENT

The person account holder is not employed and currently a student.

UNEMPLOYED

The person account holder is not employed.

OTHER

The person account holder has another employment status.

ExternalBankAccountDetailClientTokenPermission

Permissions for a Direct Deposit Details Client Token

Output:ENUM

Enum Values

READ_RESTRICTED_DETAILS

Read accountNumber for Direct Deposit Details.

Setting this permission will allow using the token to query for a DirectDepositDetail and read its restrictedDetails property.

ExternalFinancialAccountStatus

The status of a ExternalFinancialAccount.

Output:ENUM

Enum Values

ACTIVE

The ExternalFinancialAccount is active and in good standing.

CLOSED

The ExternalFinancialAccount is Closed.

This is a terminal state and cannot be reversed.

ExternallyInitiatedACHHoldStatus

Hold status of an ACH integrator initiated transaction

Output:ENUM

Enum Values

UNSPECIFIED

The hold status is unspecified

NO_HOLDS

The ACH Transaction is not on hold

ON_HOLD

The ACH Transaction is currently on hold

HOLD_REMOVED

The ACH Transaction had a hold but it has been removed

ExternallyInitiatedACHStatus

Status of an externally initiated ACH transfer that has been sent to Highnote by a partner bank.

Output:ENUM

Enum Values

PENDING

The transfer has been received by Highnote, but cannot be processed yet as the effective date is in the future.

PROCESSING

The transfer is processing at Highnote, but funds are not available yet.

PROCESSED

The transfer has successfully been processed by Highnote.

FAILED

The transfer failed. More details are available in ExternallyInitiatedACHStatusReasonCode.

RETURNED

The transfer has been returned to the bank that initiated it. More details are available in ExternallyInitiatedACHStatusReasonCode.

REVERSED

The transfer has been returned to the bank that initiated it.

CANCELED

The transfer has been canceled by Highnote. This status is rare and typically indicates the transfer was received in error.

ExternallyInitiatedACHStatusReasonCode

Additional details regarding a FAILED or RETURNED transfer.

Output:ENUM

Enum Values

INTERNAL_ERROR

There is an internal error with the transfer.

INSUFFICIENT_FUNDS

This was a debit from an account at Highnote which did not have enough funds.

ACCOUNT_CLOSED

The Highnote account was closed.

ACCOUNT_NOT_FOUND

The Highnote account could not be found.

CURRENCY_MISMATCH

The currency of the transfer did not match the currency of the Highnote account.

TRANSFER_AMOUNT_EXCEEDING_MAX_LOAD_LIMIT

The transfer exceeds the maximum load limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_RELOAD_LIMIT

The transfer exceeds the maximum reload limit.

TRANSFER_AMOUNT_BELOW_MIN_RELOAD_LIMIT

The transfer amount is below the minimum amount to reload.

ACH_LOAD_NOT_SUPPORTED

Loading funds via ACH is not supported.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

The account does not have the required payroll advance feature enabled.

PAYROLL_EMPLOYER_ADVANCE_FEATURE_NOT_ENABLED

The account does not have the required payroll employer advance feature enabled.

CORPORATE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

The account does not have the required corporate bank account feature enabled.

ACCOUNTS_DO_NOT_BELONG_TO_SAME_PRODUCT

R11 - The fromFinancialAccount and toFinancialAccount do not belong to the same product.

ACCOUNT_FROZEN

R16 - The account is frozen.

AMOUNT_FIELD_ERROR

R19 - There is an error in the amount field.

AUTHORIZATION_REVOKED_BY_CUSTOMER

R07 - The Authorization was revoked by Customer.

DUPLICATE_ENTRY

R24 - Resulted in a Duplicate Entry.

IMPROPER_EFFECTIVE_ENTRY_DATE

R18 - Has an Improper Effective entry date.

INVALID_ACCOUNT_NUMBER

R04 - Has an Invalid Account Number.

INVALID_COMPANY_ID_NUMBER

R21 - Has an Invalid Company ID Number.

INVALID_INDIVIDUAL_ID_NUMBER

R22 - Has an Invalid Individual ID Number.

NON_TRANSACTION_ACCOUNT

R20 - Is a Non Transactional Account.

PAYMENT_STOPPED

R08 - The Payment was stopped.

RETURNED_PER_ODFI_REQUEST

R06 - Funds were returned per OFDI Request.

TRANSACTION_NOT_AUTHORIZED_BY_ACCOUNT_HOLDER

R29 - The Transaction was not Authorized By Account Holder.

UNAUTHORIZED_IMPROPER_INELIGIBLE_OR_INCOMPLETE_TRANSACTION

R10 - Is an Unauthorized, Improper, Ineligible, or Incomplete Transaction.

UNCOLLECTED_FUNDS

R09 - Transaction represents Uncollected Funds.

UNAUTHORIZED_CONSUMER_DEBIT_USING_CORPORATE_SEC_CODE

R05 - Is an Unauthorized Debit to Consumer Account Using Corporate SEC Code.

COMMERCIAL_CREDIT_PAY_IN_FULL_FEATURE_NOT_ENABLED

R11 - The account does not have the required commercial pay in full account feature enabled.

CREDIT_LIMIT_NOT_SET_ON_ACCOUNT

R11 - The credit limit is not set on the account.

ENTRY_NOT_IN_ACCORDANCE_WITH_TERMS_OF_AUTHORIZATION

R11 - The transfer is not in accordance with the terms of the account.

ExternallyInitiatedTransferType

Transaction Type of an externally initiated ACH transfer.

Output:ENUM

Enum Values

CREDIT_FUNDS

Credit Funds

DEBIT_FUNDS

Debit Funds

PAYROLL

Payroll

ExternalMoneyMovementTransactionEventStatus

The status of the ExternalMoneyMovementTransactionEvent.

Output:ENUM

Enum Values

INITIATED

The ExternalMoneyMovementTransactionEvent has been initiated.

PROCESSING

The ExternalMoneyMovementTransactionEvent is processing.

PROCESSED

The ExternalMoneyMovementTransactionEvent has been processed.

FAILED

The ExternalMoneyMovementTransactionEvent has failed. See failureReason for more information.

ExternalMoneyMovementTransactionEventStatusFailureReason

The reason for a ExternalMoneyMovementTransactionEvent failure.

Output:ENUM

Enum Values

UNSPECIFIED

The reason for the failure is unspecified, contact Highnote support for more information.

INSUFFICIENT_FUNDS

The source account of the transfer did not have enough funds to cover the requested amount.

ACCOUNT_NOT_FOUND

The source or receiving account was not found.

IDEMPOTENCY_KEY_NOT_PROVIDED

Idempotency Key not provided.

TRANSFER_AMOUNT_IS_NEGATIVE_OR_ZERO

Transfer amount is negative or zero.

INVALID_ACCOUNT_NUMBER

The account number provided was invalid.

ExternalMoneyMovementTransactionEventType

The type of an ExternalMoneyMovementTransactionEvent.

Output:ENUM

Enum Values

PAYOUT

Indicates a payout event.

PLATFORM_FEE

Indicates a platform fee event.

ExternalMoneyMovementTransactionStatus

The status of a ExternalMoneyMovementTransaction

Output:ENUM

Enum Values

UNSPECIFIED

The payment status is unspecified. Contact Highnote support for more information.

INITIATED

The payment has been initiated.

PENDING

The payment is pending.

COMPLETED

The payment has been completed.

FAILED

The payment has been failed.

ExternalMoneyMovementTransactionStatusReasonCode

The possible reasons a ExternalMoneyMovementTransaction could fail.

Output:ENUM

Enum Values

UNSPECIFIED

The reason for the failure is unspecified, contact Highnote support for more information.

INSUFFICIENT_FUNDS

The source account of the transfer did not have enough funds to cover the requested amount.

ACCOUNT_NOT_FOUND

The source or receiving account was not found.

IDEMPOTENCY_KEY_NOT_PROVIDED

Idempotency Key not provided.

TRANSFER_AMOUNT_IS_NEGATIVE_OR_ZERO

Transfer amount is negative or zero.

INVALID_ACCOUNT_NUMBER

The account number provided was invalid.

ExternalMoneyMovementTransactionType

The type of an ExternalMoneyMovementTransaction.

Output:ENUM

Enum Values

PAYOUT

Indicates a payout.

PLATFORM_FEE

Indicates a platform fee.

FeeChargeConditionDuration

The possible Fee Charge Condition accumulation durations.

Output:ENUM

Enum Values

NONE

Applies to all without aggregation.

DAY

Calendar day (UTC). Accumulated count/amount is reset each day.

WEEK

Calendar week, starting on Sunday (UTC). Accumulated count/amount is reset each week.

MONTH

Calendar month (UTC). Accumulated count/amount is reset each month.

YEAR

Calendar year (UTC). Accumulated count/amount is reset each year.

LIFETIME

Lifetime of the account. Accumulated count/amount is never reset.

FeeChargeOperator

The possible Fee Charge Condition operator types.

Output:ENUM

Enum Values

EQUAL

Equal

NOT_EQUAL

Not equal

GREATER_THAN

Greater than.

LESS_THAN

Less than.

GREATER_THAN_OR_EQUAL

Greater than or equal.

LESS_THAN_OR_EQUAL

Less than or equal.

BETWEEN

Between count/amount and maximumCount/maximumAmount inclusive.

FeeConditionAggregation

Type to which fee condition is attached.

Output:ENUM

Enum Values

ACCOUNT

Account.

PAYMENT_CARD

Payment Card.

FeedbackCode

A enum of FeedbackCode codes

Output:ENUM

Enum Values

OVERRIDE_RULE_RESULTS_TO_ACCEPTED

This code will tell the risk system to override the rule results.

OVERRIDE_RULE_RESULTS_TO_DENIED

This code will indicate that the override was denied.

FeeScheduleStatus

Fee schedule status.

Output:ENUM

Enum Values

PENDING

The fee schedule is pending. Pending status is when fee schedule activation date is in future.

ACTIVE

Fee schedule is active and currently applicable.

INACTIVE

The fee schedule is inactive and no longer applicable.

FeeTransferEventFailureType

The reasons a Fee Transfer Event could fail.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The originating account of the FeeTransferEvent did not have enough funds to cover the requested amount.

ACCOUNT_CLOSED

The originating or receiving account is closed.

ACCOUNT_NOT_FOUND

The originating or receiving account was not found.

CURRENCY_MISMATCH

The originating and receiving account have different currency.

NOT_AN_ORGANIZATION_OWNED_ACCOUNT

The originating or receiving account does not belong to the organization.

ORGANIZATION_ID_NOT_PROVIDED

Organization not provided.

ACCOUNT_NOT_PROVIDED

The originating or receiving account not provided.

IDEMPOTENCY_KEY_NOT_PROVIDED

Idempotency Key not provided.

TRANSFER_AMOUNT_IS_NEGATIVE_OR_ZERO

Transfer amount is negative or zero.

ACCOUNTS_DO_NOT_BELONG_TO_SAME_PRODUCT

The originating and receiving account do not belong to same product.

TRANSACTION_ID_NOT_PROVIDED

Transaction Id not provided.

ACCOUNT_NOT_ACTIVE

The originating or receiving account is not active.

CREDIT_LIMIT_NOT_SET_ON_ACCOUNT

The originating account does not have credit limit set.

NOT_ENOUGH_BALANCE_TO_REDUCE_CREDIT_LIMIT

The originating account does not have enough balance to reduce credit limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_CARD_BALANCE

Transfer amount exceeding maximum program card balance.

TRANSFER_NOT_SUPPORTED_ON_PRODUCT

Transfer is not supported on product.

CARD_FUNDING_FEATURE_NOT_ENABLED

Card funding feature not enabled on account.

TRANSFER_CONDITION_SAME_PRIMARY_ACCOUNT_HOLDER_NOT_SATISFIED

Accounts do not have same primary account holder.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

Payroll advance feature not enabled.

PAYROLL_EMPLOYER_ADVANCE_FEATURE_NOT_ENABLED

Payroll employer advance feature not enabled.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_LOAD_LIMIT

Fransfer amount exceeds allowed max program load limit.

ACH_LOAD_NOT_ALLOWED_BY_PROGRAM

Ach load is not allowed by program.

TENANT_ID_NOT_PROVIDED

Tenant Id is not provided.

TRANSFER_AMOUNT_EXCEEDING_MAX_PROGRAM_RELOAD_LIMIT

Transfer amount exceeds allowed max program reload limit.

SECURE_CARD_FEATURE_NOT_ENABLED

Secured card feature is not enabled on account.

CORPORATE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

Corporate bank account feature is not enabled.

REWARD_POINT_FEATURE_NOT_ENABLED

Reward point feature not enabled.

TRANSFER_AMOUNT_BELOW_MIN_PROGRAM_RELOAD_LIMIT

Transfer amount below program minimum reload limit.

DDA_FEATURE_NOT_ENABLED

Dda feature is not enabled on account.

ORIGINATED_ACH_UNLOAD_NOT_SUPPORTED_ON_PRODUCT

Originated ach unload not supported on product

FLEET_FEATURE_NOT_ENABLED

Fleet card feature is not enabled on account.

PRODUCT_FUNDING_FEATURE_NOT_ENABLED

Product funding feature is not enabled on account.

FUNDING_CARD_NOT_SUPPORTED

Product funding feature is not enabled on account.

DEBIT_CARD_FEATURE_NOT_ENABLED

Debit card feature is not enabled on account.

PREPAID_CARD_FEATURE_NOT_ENABLED

Prepaid card feature is not enabled on account.

FUNDING_ACCOUNT_FEATURE_NOT_ENABLED

Funding account feature is not enabled on account.

CASH_FUND_OUT_NOT_SUPPORTED_ON_PRODUCT

Cash fund out not supported on product.

CREDIT_CARD_FEATURE_NOT_ENABLED

Credit card feature is not enabled on account.

COMMERCIAL_CREDIT_PAY_IN_FULL_FEATURE_NOT_ENABLED

Commercial credit Pay In Full card feature is not enabled on account.

FeeTransferEventFeeActivityType

The possible fee types that can be charged.

Output:ENUM

Enum Values

ATM_WITHDRAWAL_IN_NETWORK_FEE

ATM withdrawal (in-network)

ATM_WITHDRAWAL_IN_NETWORK_INTERNATIONAL_FEE

ATM withdrawal (international, in-network)

ATM_WITHDRAWAL_OUT_OF_NETWORK_FEE

ATM withdrawal (out-of-network)

ATM_WITHDRAWAL_OUT_OF_NETWORK_INTERNATIONAL_FEE

ATM withdrawal (international)

ATM_DECLINE_FEE

ATM decline

ATM_DECLINE_INTERNATIONAL_FEE

ATM decline (international)

ATM_BALANCE_INQUIRY_IN_NETWORK_FEE

ATM balance inquiry (in-network)

ATM_BALANCE_INQUIRY_IN_NETWORK_INTERNATIONAL_FEE

ATM balance inquiry (international, in-network)

ATM_BALANCE_INQUIRY_OUT_OF_NETWORK_FEE

ATM balance inquiry (out-of-network)

ATM_BALANCE_INQUIRY_OUT_OF_NETWORK_INTERNATIONAL_FEE

ATM balance inquiry (international)

INTERNATIONAL_TRANSACTION_FEE

International transaction

INSTALLMENT_FEE

Credit Installment

PHYSICAL_CARD_REISSUE_FEE

Physical card reissue (new PAN)

EXPEDITED_PHYSICAL_CARD_FEE

Expedited physical card

MONTHLY_ACCOUNT_ANNIVERSARY_FEE

Monthly account anniversary fee

VIRTUAL_CARD_REISSUE_FEE

Virtual card reissue (new PAN)

RETURN_PAYMENT_FEE

Returned ACH origication

ACCOUNT_INITIATION_FEE

Account initiation

LATE_PAYMENT_FEE

Late Payment

CASH_BACK_POS_FEE

Cash back at point of sale terminal

CASH_BACK_OTC_FEE

Cash back at bank tell

ACCOUNT_INACTIVITY_FEE

Account inactivity

FeeTransferEventFeeActivityTypeInput

The possible fee types that can be charged.

Output:ENUM

Enum Values

ATM_WITHDRAWAL_IN_NETWORK_FEE

ATM withdrawal (in-network)

ATM_WITHDRAWAL_IN_NETWORK_INTERNATIONAL_FEE

ATM withdrawal (international, in-network)

ATM_WITHDRAWAL_OUT_OF_NETWORK_FEE

ATM withdrawal (out-of-network)

ATM_WITHDRAWAL_OUT_OF_NETWORK_INTERNATIONAL_FEE

ATM withdrawal (international)

ATM_DECLINE_FEE

ATM decline

ATM_DECLINE_INTERNATIONAL_FEE

ATM decline (international)

ATM_BALANCE_INQUIRY_IN_NETWORK_FEE

ATM balance inquiry (in-network)

ATM_BALANCE_INQUIRY_IN_NETWORK_INTERNATIONAL_FEE

ATM balance inquiry (international, in-network)

ATM_BALANCE_INQUIRY_OUT_OF_NETWORK_FEE

ATM balance inquiry (out-of-network)

ATM_BALANCE_INQUIRY_OUT_OF_NETWORK_INTERNATIONAL_FEE

ATM balance inquiry (international)

INTERNATIONAL_TRANSACTION_FEE

International transaction

INSTALLMENT_FEE

Credit Installment

PHYSICAL_CARD_REISSUE_FEE

Physical card reissue (new PAN)

EXPEDITED_PHYSICAL_CARD_FEE

Expedited physical card

MONTHLY_ACCOUNT_ANNIVERSARY_FEE

Monthly account anniversary fee

VIRTUAL_CARD_REISSUE_FEE

Virtual card reissue (new PAN)

RETURN_PAYMENT_FEE

Returned ACH origination

ACCOUNT_INITIATION_FEE

Account initiation

LATE_PAYMENT_FEE

Late Payment

CASH_BACK_POS_FEE

Cash back at point of sale terminal

CASH_BACK_OTC_FEE

Cash back at bank tell

ACCOUNT_INACTIVITY_FEE

Account inactivity

FeeTransferEventStatus

Status of the Fee Transfer Event.

Output:ENUM

Enum Values

PENDING

The Fee Transfer Event is pending.

COMPLETE

The Fee Transfer Event completed.

FAIL

The Fee Transfer Event failed. Additional details are available in failureReason.

FinancialAccountActivitySign

Whether the activity decreases or increases available cash or credit for the account.

Output:ENUM

Enum Values

NEGATIVE

The activity decreases available cash or credit.

POSITIVE

The activity increases available cash or credit.

FinancialAccountActivityType

Financial Account Activity Types to return

Output:ENUM

Enum Values

PAYMENT_CARD

Is the financial account activity a payment card type

EXTERNALLY_INITIATED_ACH

Is the financial account activity an externally initiated ACH

INTEGRATOR_INITIATED_ACH

Is the financial account activity an integrator initiated ACH

ACCOUNT_HOLDER_FEE

Is the financial account activity an account holder fee type

INTERNAL_TRANSFER

Is the financial account activity an internal transfer type

FinancialAccountAttribute

An Attribute of a FinancialAccount.

Account Attributes are used to signal specific capability restrictions and/or substatuses.

For more information on FinancialAccountAttribute please check the developer documentation.

Output:ENUM

Enum Values

PENDING_CLOSURE

The account is being processed for closure.

DELINQUENT

The account’s payment is delinquent and may be reported to the credit bureaus as such based on the number of days set on your card product.

DELINQUENT_SUSPENDED

The account is suspended for authorizations for excessive delinquency based on the number of days set on your card product.

CHARGE_OFF

The account is charged off and suspended for excessive delinquency based on the number of days set on your card product.

ACH_RISK_HOLD

The account is under investigation for unusual electronic funds transfer activity.

SUSPECTED_FRAUD

The account is under investigation for suspected fraud.

OFAC_WARNING

The account is under investigation for a potential OFAC match.

ACCOUNT_TAKEOVER

The account is under investigation for potential account takeover.

IDENTITY_THEFT

The account is under investigation for potential identity theft.

PROGRAM_OWNER_INITIATED_SUSPENSION

The account is suspended due to program owner initiated suspension.

CLOSED_WITH_BALANCE

The account has been closed with an outstanding balance payable and repayment is required.

FinancialAccountAttributeReason

The reason for a FinancialAccountAttribute.

Output:ENUM

Enum Values

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_UNSPECIFIED

The FinancialAccount is being suspended due to unspecified reason.

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_SUSPECTED_FRAUD

The FinancialAccount is being suspended due to suspected fraud.

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_DELINQUENCY

The FinancialAccount is being suspended due to delinquency.

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_ACH_RETURNS

The FinancialAccount is being suspended due to related ACH transfer returns.

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_ACCOUNT_HOLDER_REQUEST

The FinancialAccount is being suspended due to account holder request.

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_LOST_OR_STOLEN_CARD

The FinancialAccount is being suspended due to lost or stolen PaymentCard.

PROGRAM_OWNER_INITIATED_SUSPENSION_REASON_ACCOUNT_REVIEW

The FinancialAccount is being suspended due to account review.

FinancialAccountCreditLimitUpdateFromProductFundingStatus

The states of a FinancialAccountCreditLimitUpdateFromProductFunding.

Output:ENUM

Enum Values

PENDING

The platform is currently validating and executing the credit limit update.

PROCESSINGDeprecated

The platform has started processing the credit limit update.

unused

COMPLETED

The platform has completed the credit limit update.

FAILED

The platform was not able to complete the credit limit update. See statusReasonCode for more information.

FinancialAccountCreditLimitUpdateFromProductFundingStatusReasonCode

The reasons a FinancialAccountCreditLimitUpdateFromProductFunding could fail.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The associated product funding account did not have enough funds to cover the requested amount.

ACCOUNT_CLOSED

The associated product funding account or account is closed.

ACCOUNT_NOT_FOUND

The account was not found.

LIMIT_AMOUNT_EXCEEDING_MAX_PROGRAM_LOAD_LIMIT

The requested amount is more than max program limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_AGGREGATE_CREDIT_DISTRIBUTION_AMOUNT

The requested amount exceeds the maximum aggregate credit distribution amount.

NOT_ENOUGH_BALANCE_TO_REDUCE_CREDIT_LIMIT

There is not enough balance to reduce the credit limit.

FinancialAccountDelinquencyState

FinancialAccount delinquency state.

Output:ENUM

Enum Values

CURRENT

Most recent required payment was received before its due date.

DELINQUENT

At least one required payment was not received before its due date.

CLOSING

Account is chargedOff and now in the process of closing.

FinancialAccountFeatureType

Possible features of the Financial Accounts

Output:ENUM

Enum Values

DIRECT_DEPOSIT

The account and routing number can be used to deposit funds.

PREPAID_PAYMENT_CARD

Whether or not the Financial Account supports a PrePaid Payment Card.

CREDIT_PAYMENT_CARD

Whether or not the Financial Account supports a Credit Payment Card.

DEBIT_PAYMENT_CARD

Whether or not the Financial Account supports a Debit Payment Card.

PAYROLL_ADVANCE

Whether or not the Financial Account supports Payroll Advance.

PAYROLL_EMPLOYER_ADVANCE

Whether or not the Financial Account supports Payroll Employer Advance.

PRODUCT_FUNDING

Whether or not the Financial Account supports Product Funding.

NEGATIVE_BALANCE_RESERVE

Whether or not the Financial Account supports Negative Balance Reserve.

PRODUCT_RESERVE

Whether or not the Financial Account supports Product Reserve.

JUST_IN_TIME_FUNDING

Whether or not the Financial Account supports Just-in-time Funding.

SECURED_CREDIT_PAYMENT_CARD

Whether or not the Financial Account supports a Secured Deposit Funded Credit Payment Card.

POINT_REWARDS

Whether or not the Financial Account supports Point Rewards.

CARD_FUNDING_ACCOUNT

Whether or not the Financial Account supports Card Funding.

INCOME_ACCOUNT

Whether or not the Financial Account supports the Income Account feature.

ON_DEMAND_FUNDING

Whether or not the Financial Account supports On-Demand Funding.

REPAYMENT_ACCOUNT

Whether or not the FinancialAccount supports the repayment account feature.

PREPRINTED_CARD

Whether or not the FinancialAccount supports the preprinted card account feature.

SECURED_DEPOSIT

Whether or not the FinancialAccount supports the secured deposit account feature.

PRODUCT_SECURED_DEPOSIT

Whether or not the FinancialAccount supports the product secured deposit account feature.

MERCHANT_SETTLEMENT

Whether or not the FinancialAccount supports the merchant settlement account feature.

FinancialAccountPseudoBalanceUpdateStatus

An enum used to represent the status of the pseudo balance update request.

Output:ENUM

Enum Values

PENDING

The platform is currently validating and executing the limit update.

COMPLETED

The platform has completed the pseudo balance update.

FAILED

The platform was not able to complete the limit update. See statusReasonCode for more information.

FinancialAccountPseudoBalanceUpdateStatusReason

An enum used to represent the failure reasons for the pseudo balance update request.

Output:ENUM

Enum Values

ACCOUNT_CLOSED

The account has been closed so the pseudo balance update can not be applied.

ACCOUNT_NOT_FOUND

The financial account ID provided was not tied to a valid financial account. Double check the financialAccountId and try again.

FinancialAccountStatus

The status of a FinancialAccount.

Depending on the CardProduct and FinancialAccountFeature of this account there may be restrictions placed on the account when the status is anything other than ACTIVE.

For more information on FinancialAccountStatuses please check the developer documentation.

Output:ENUM

Enum Values

ACTIVE

The FinancialAccount is active and in good standing.

SUSPENDED

The FinancialAccount is suspended and may have certain restrictions in effect.

There may have been possible fraudulent activity associated with the FinancialAccount. The AccountHolder may need to contact customer support to resolve these issues prior to the FinancialAccount being reinstated.

UNDER_REVIEW

The FinancialAccount is under review and may have certain restrictions in effect.

There may have been possible fraudulent activity associated with the FinancialAccount. The AccountHolder may need to contact customer support to resolve these issues prior to the FinancialAccount being reinstated.

PENDING_CLOSURE

The FinancialAccount is pending closure and will be restricted until it is closed.

Once a FinancialAccount is marked for closure, it cannot be reversed. A PENDING_CLOSURE account status may become CLOSED when the Issuer completes checks on the account.

CLOSED

The Financial Account is Closed.

This is a terminal state and cannot be reversed.

FinancialAccountSuspensionReasonInput

The reason input for suspending a FinancialAccount.

Output:ENUM

Enum Values

SUSPECTED_FRAUD

The FinancialAccount is being suspended due to suspected fraud.

DELINQUENCY

The FinancialAccount is being suspended due to delinquency.

ACH_RETURNS

The FinancialAccount is being suspended due to related ACH transfer returns.

ACCOUNT_HOLDER_REQUEST

The FinancialAccount is being suspended due to account holder request.

LOST_OR_STOLEN_CARD

The FinancialAccount is being suspended due to lost or stolen PaymentCard.

ACCOUNT_REVIEW

The FinancialAccount is being suspended due to account review.

FinancialEventType

The possible values of a financial event's name.

Output:ENUM

Enum Values

AUTHORIZATION_EVENT

The name of a financial event representing authorization.

CLEARING_EVENT

The name of a financial event representing clearing.

REVERSAL_EVENT

The name of a financial event representing reversal.

TRANSFER

The name of a financial event representing transfer.

AUTHORIZATION_AND_CLEAR_EVENT

The name of a financial event representing authorization and clear.

REWARD_POINTS_TRANSFER

The name of a financial event representing rewards point transfer.

CREDIT_FUNDS_ACH_TRANSFER_EVENT

The name of a financial event representing credit funds ach transfer.

DEBIT_FUNDS_ACH_TRANSFER_EVENT

The name of a financial event representing debit funds ach transfer.

FEE_TRANSFER_EVENT

The name of a financial event representing fee transfer.

PAYROLL_ACH_TRANSFER_EVENT

The name of a financial event representing payroll ach transfer.

SECURE_DEPOSIT_TRANSFER_EVENT

The name of a financial event representing secure deposit transfer.

SECURE_DEPOSIT_ACH_TRANSFER_EVENT

The name of a financial event representing secure deposit ach transfer.

SECURE_CARD_BALANCE_REPAYMENT_ACH_TRANSFER_EVENT

The name of a financial event representing secure card balance repayment ach transfer.

INTEGRATOR_INITIATED_FUNDS_WITHDRAWAL_ACH_TRANSFER_EVENT

The name of a financial event representing integrator initiated funds withdrawal ach transfer.

INTEGRATOR_INITIATED_FUNDS_DEPOSIT_ACH_TRANSFER_EVENT

The name of a financial event representing integrator initiated funds deposit ach transfer.

FINANCIAL_ACCOUNT_CREDIT_LIMIT_UPDATE_FROM_PRODUCT_FUNDING

The name of a financial event representing financial account credit limit update from product funding.

INTER_FINANCIAL_ACCOUNT_TRANSFER

The name of a financial event representing inter financial account transfer.

EXTERNALLY_INITIATED_ACH_RELEASE_HOLD_TRANSFER

The name of a financial event representing externally initiated ach release hold transfer.

PAYROLL_ADVANCE_WRITEOFF_TRANSFER

The name of a financial event representing payroll advance writeoff transfer.

PAYROLL_ADVANCE_REPAYMENT_TRANSFER

The name of a financial event representing payroll advance repayment transfer.

ISSUER_PRELIMINARY_AUTHORIZATION_EVENT

The name of a financial event representing issuer preliminary authorization.

FINANCIAL_ACCOUNT_PSEUDO_BALANCE_UPDATE

The name of a financial event representing financial account pseudo balance update.

MANUAL_ADJUSTMENT_EVENT

The name of a financial event representing manual adjustment.

INTER_FINANCIAL_ACCOUNT_TRANSFER_EVENT

The name of a financial event representing inter financial account transfer.

CREDIT_CARD_TRANSFER_EVENT

The name of a financial event representing credit card transfer.

DISBURSEMENT_TRANSFER_EVENT

The name of a financial event representing disbursement transfer.

WIRE_TRANSFER

The name of a financial event representing wire transfer.

EXTERNAL_MONEY_MOVEMENT_TRANSACTION_EVENT

The name of a financial event representing external money movement transaction.

FinicityProductType

A specific product type represented by an api endpoint.

Output:ENUM

Enum Values

ACH_DETAILS

Retrieves a customer's ACH routing and account numbers.

CURRENT_BALANCE

Retrieves a customer's up-to-date account balance.

APPROXIMATE_BALANCE

Retrieves the latest cached available and cleared account balances for a single customer account. Faster than CURRENT_BALANCE.

ACH_OWNER_DETAILS

Retrieves the names and addresses of the account owner from a financial institution.

GenerateFinancialAccountSingleUseClientTokenPermission

Permissions for generateFinancialAccountSingleUseClientToken

Output:ENUM

Enum Values

ISSUE_PAYMENT_CARD

Allows issuing a payment card for a financial account

GeneratePaymentMethodTokenizationClientTokenPermission

Permissions for generating a PaymentMethodTokenizationClientToken.

Output:ENUM

Enum Values

TOKENIZE_PAYMENT_METHOD

Setting this permission will enable the tokenization of a payment method via the Secure Inputs SDK.

GlobalNoteAggregateEntityType

The allowable aggregate entities for creating a GlobalNote.

Output:ENUM

Enum Values

ACCOUNT_HOLDER

The account holder aggregate type. When using this type you can resolve all global notes on the AccountHolder.

GlobalNotePrimaryEntityType

The allowable primary entities for creating a GlobalNote.

Output:ENUM

Enum Values

FINANCIAL_ACCOUNT

The financial account primary type. When using this type you can resolve global notes on the FinancialAccount object.

ACCOUNT_HOLDER_CARD_PRODUCT_APPLICATION

The account holder card product application primary type. When using this type you can resolve global notes on the AccountHolderCardProductApplication object.

IdentityVerificationDocumentRequestReason

Reasons for which identity verification documents may be requested.

Output:ENUM

Enum Values

CIP_VERIFICATION

The documents are being requested for CIP verification.

ACCOUNT_HOLDER_UPDATE

The documents are being requested for an update initiated by the account holder.

InitiateSecureDepositClientTokenPermission

Permissions for a SecureDeposit Client Token

Output:ENUM

Enum Values

INITIATE_SECURE_DEPOSIT

Setting this permission will enable management of the lifecycle of a secure deposit.

InstallmentAgreementStatus

Possible status values for an InstallmentAgreement

Output:ENUM

Enum Values

OPEN

PAID_OFF

CHARGED_OFF

REVERSED

IntegrationEnvironment

The different environments available on the Highnote platform.

Output:ENUM

Enum Values

TEST

LIVE

IntegratorInitiatedACHHoldStatus

Hold status of an ACH integrator initiated transaction

Output:ENUM

Enum Values

UNSPECIFIED

The hold status is unspecified

NO_HOLDS

The ACH Transaction is not on hold

ON_HOLD

The ACH Transaction is currently on hold

HOLD_REMOVED

The ACH Transaction had a hold but it has been removed

IntegratorInitiatedACHStatus

Status of an integrator initiated ACH transfer that has been generated by Highnote.

Output:ENUM

Enum Values

INITIATED

A transfer request has been initiated.

PROCESSING

The transfer is processing at Highnote and at the bank, but funds are not available yet.

PROCESSED

The transfer has successfully been processed by the bank and funds are available.

CANCELED

You requested to cancel the transfer.

FAILED

The transfer failed. Additional details are available in IntegratorInitiatedACHStatusCode.

RETURNED

The transfer has been returned by the bank.

IntegratorInitiatedACHStatusReasonCode

Additional details regarding a FAILED or RETURNED transfer.

Output:ENUM

Enum Values

INTERNAL_ERROR

There is an internal error with the transfer.

INSUFFICIENT_FUNDS_IN_HIGHNOTE_ACCOUNT

This was a debit from an account at Highnote which did not have enough funds.

INSUFFICIENT_FUNDS_IN_EXTERNAL_ACCOUNT

This was a debit from an en external account did not have enough funds.

HIGHNOTE_ACCOUNT_CLOSED

The Highnote account has been closed.

EXTERNAL_ACCOUNT_CLOSED

The external account has been closed.

HIGHNOTE_ACCOUNT_NOT_FOUND

No matching Highnote account was found.

EXTERNAL_ACCOUNT_NOT_FOUND

No matching external account was found.

CURRENCY_MISMATCH_WITH_HIGHNOTE_ACCOUNT

The amount of the transfer does not match the currency of the Highnote account.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

The account does not have the required payroll advance feature enabled.

PAYROLL_EMPLOYER_ADVANCE_FEATURE_NOT_ENABLED

The account does not have the required payroll employer advance feature enabled.

SECURE_CARD_FEATURE_NOT_ENABLED

The account does not have the required secure card feature enabled.

CORPORATE_BANK_ACCOUNT_FEATURE_NOT_ENABLED

The account does not have the required corporate bank account feature enabled.

TRANSFER_AMOUNT_EXCEEDING_MAX_LOAD_LIMIT

The transfer exceeds the maximum load limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_RELOAD_LIMIT

The transfer exceeds the maximum reload limit.

TRANSFER_AMOUNT_BELOW_MIN_RELOAD_LIMIT

The transfer amount is below the minimum amount to reload.

ACH_LOAD_NOT_SUPPORTED

Loading funds via ACH is not supported.

ACCOUNTS_DO_NOT_BELONG_TO_SAME_PRODUCT

The fromFinancialAccount and toFinancialAccount do not belong to the same product.

ACCOUNT_FROZEN

R16 - The account is frozen.

AMOUNT_FIELD_ERROR

R19 - There is an error in the amount field.

AUTHORIZATION_REVOKED_BY_CUSTOMER

R07 - The Authorization was revoked by Customer.

DUPLICATE_ENTRY

R24 - Resulted in a Duplicate Entry.

IMPROPER_EFFECTIVE_ENTRY_DATE

R18 - Has an Improper Effective entry date.

INVALID_ACCOUNT_NUMBER

R04 - Has an Invalid Account Number.

INVALID_COMPANY_ID_NUMBER

R21 - Has an Invalid Company ID Number.

INVALID_INDIVIDUAL_ID_NUMBER

R22 - Has an Invalid Individual ID Number.

NON_TRANSACTION_ACCOUNT

R20 - Is a Non Transactional Account.

PAYMENT_STOPPED

R08 - The Payment was stopped.

RETURNED_PER_ODFI_REQUEST

R06 - Funds were returned per OFDI Request.

TRANSACTION_NOT_AUTHORIZED_BY_ACCOUNT_HOLDER

R29 - The Transaction was not Authorized By Account Holder.

UNAUTHORIZED_IMPROPER_INELIGIBLE_OR_INCOMPLETE_TRANSACTION

R10 - Is an Unauthorized, Improper, Ineligible, or Incomplete Transaction.

UNCOLLECTED_FUNDS

R09 - Transaction represents Uncollected Funds.

UNAUTHORIZED_CONSUMER_DEBIT_USING_CORPORATE_SEC_CODE

R05 - Is an Unauthorized Debit to Consumer Account Using Corporate SEC Code.

COMMERCIAL_CREDIT_PAY_IN_FULL_FEATURE_NOT_ENABLED

R11 - The account does not have the required commercial pay in full account feature enabled.

CREDIT_LIMIT_NOT_SET_ON_ACCOUNT

R11 - The credit limit is not set on the account.

ENTRY_NOT_IN_ACCORDANCE_WITH_TERMS_OF_AUTHORIZATION

R11 - The transfer is not in accordance with the terms of the authorization.

IntegratorInitiatedTransferType

Transaction Type of an integrator initiated ACH transfer.

Output:ENUM

Enum Values

SECURE_DEPOSIT

Secure Deposit filters to SecureDepositACHTransfer.

REPAYMENT

Repayment filters to SecureCardBalanceRepaymentACHTransfer.

FUNDS_WITHDRAWAL

Funds withdrawal filters to IntegratorInitiatedFundsWithdrawalACHTransfer.

FUNDS_DEPOSIT

Funds deposit filters to IntegratorInitiatedFundsDepositACHTransfer.

InterestAccrualMethod

The date used to calculate interest accrual. For example, TRANSACTION_POST_DATE, FIRST_DAY_OF_BILLING_PERIOD, or PAYMENT_DUE_DATE.

Output:ENUM

Enum Values

TRANSACTION_POST_DATE

FIRST_DAY_OF_BILLING_PERIOD

PAYMENT_DUE_DATE

InterestAccrualType

Whether interest accrues using a SIMPLE or COMPOUND formula.

Output:ENUM

Enum Values

SIMPLE

COMPOUND

InterestAssessmentSchedule

Whether interest is assessed DAILY or on the STATEMENT cycle close date.

Output:ENUM

Enum Values

STATEMENT

DAILY

InterestRateIndex

The index used for interest rate calculation. For example, PRIME.

Output:ENUM

Enum Values

PRIME

LIBOR

InterestRateType

Whether the interest rate is fixed or variable.

Output:ENUM

Enum Values

FIXED

VARIABLE

InterFinancialAccountTransferAccountType

The subject account type to which the inter financial account transfer rule applies.

Output:ENUM

Enum Values

SOURCE

The account from which an inter financial account transfer moves funds.

InterFinancialAccountTransferActivityType

The type of activity associated with the InterFinancialAccountTransfer.

Output:ENUM

Enum Values

GENERAL

This transfer is a generic transfer.

PAYROLL_ADVANCE

Payroll advance funds to an employee financial account.

PAYROLL_ADVANCE_REPAYMENT

Payroll advance repayment from an employee financial account.

LOAD_PAYMENT_CARD_ACCOUNT

This transfer funds a payment card FinancialAccount from a funding FinancialAccount.

SET_LIMIT

Setting a limit on a financial account with a payment card.

This isn't a transfer of funds, but a notification that a limit was set.

PAYROLL_ADVANCE_CHARGE_OFF

This transfer resulted from an account charge off.

PAYROLL_DEPOSIT

This transfer represents the remaining payroll deposit after advance repayment.

REWARD

Rewards earned for this account.

REWARD_REVERSAL

Reversing rewards earned for this account.

EARNED_CREDIT

Transfer of earned credit to this account.

EARNED_CREDIT_REVERSAL

Reversing transfer of earned credit to this account.

SET_PSEUDO_BALANCE

Setting a pseudo balance limit for this account. This is only used for On-Demand Funding accounts.

RECOVER_SECURED_DEPOSIT

Account Holder’s secured deposit used to cover an outstanding balance payable on the Financial Account.

CHARGEBACK_PROVISIONAL_CREDIT

Provisional credit issued for a network chargeback.

TIP_DISBURSEMENT

This transfer is a tip disbursement.

TIP_DISBURSEMENT_REVERSAL

This transfer is a tip disbursement reversal.

DISPUTE_CREDIT

A credit was issued for a transaction dispute that was not sent as a chargeback to the network.

CHARGEBACK_WIN

Chargeback adjustments made to the account to award the Provisional Credit after the Chargeback has been decided in its favor.

CHARGEBACK_LOSS

Chargeback adjustments made to the account to revoke the Provisional Credit after the Chargeback has been decided against it.

CLOSE_LINE_OF_CREDIT

Remove line of credit after an account closure.

RECEIVABLE_PURCHASE

Receivables purchase agreement. Receivables were purchased from the bank.

RECEIVABLE_PURCHASE_REVERSAL

Reversal of a receivables purchase agreement.

GOODS_AND_SERVICES

Transfer of goods and services credit to this account.

INTRA_COMPANY

Intra company transfer of credit to this account.

CHARGE_OFF

Charge off an unrecoverable balance receivable on this account.

REPAYMENT_ADJUSTMENT

Transfer for extra EWA repayment

GENERAL_ADJUSTMENT

Transfer of manual adjustment.

PAYOUT

Transfer for a requested routes.

SECURED_DEPOSIT

Transfer of secured deposit to this account.

SECURED_DEPOSIT_REVERSAL

Transfer of secured deposit on this account being reversed.

CASH_REDEEM_REWARD_POINTS

Transfer of cash reward points redemption to this account.

CASH_REDEEM_REWARD_POINTS_REVERSAL

Transfer of cash reward points redemption reversal to this account.

PAYROLL

Transfer for payroll.

PAYROLL_REVERSAL

Transfer for payroll reversal.

ACCOUNT_PAYROLL_ADVANCE

Transfer for payroll advance.

PAYROLL_ADVANCE_REVERSAL

Transfer for payroll advance reversal.

ACCOUNT_PAYROLL_ADVANCE_REPAYMENT

Transfer for payroll advance repayment.

PAYROLL_ADVANCE_REPAYMENT_REVERSAL

Transfer for payroll advance repayment reversal.

ADJUSTMENT

Transfer for adjustment.

CHARGEBACK_WIN_WITHOUT_PROVISIONAL_CREDIT

Chargeback adjustments made to the account to award the Provisional Credit after the Chargeback has been decided in its favor.

MERCHANT_PAYOUT

Transfer for merchant payout.

REPAYMENT

transfer for account repayment.

REPAYMENT_REVERSAL

transfer for account repayment reversal.

INTERCHANGE_SWEEP

transfer for interchange sweep.

DISPUTE_ADJUSTMENT_ISSUER_LIABLE

transfer for issuer-liable dispute adjustment.

DISPUTE_WON_CHARGEBACK_LOSS_ISSUER_LIABLE

transfer for issuer-liable dispute where the chargeback was lost.

InterFinancialAccountTransferRuleResultStatus

A enum of InterFinancialAccountTransferRuleResult statuses

Output:ENUM

Enum Values

PASSED

The rule passed

FAILED

The rule failed

NOT_RAN

The rule was not ran.

NO_DECISION

No decision was made for the rule

WARNING

The rule was flagged with a warning

EXCEPTION

The rule had a unknown failure.

InterFinancialAccountTransferStatus

The states of a InterFinancialAccountTransfer.

Output:ENUM

Enum Values

PENDING

The platform is currently validating and executing the InterFinancialAccountTransfer.

PROCESSINGDeprecated

The platform has started processing the InterFinancialAccountTransfer.

unused

COMPLETED

The platform has completed the money movement.

FAILED

The platform was not able to complete the money movement. See statusReasonCode for more information.

InterFinancialAccountTransferStatusReasonCode

The reasons a InterFinancialAccountTransfer could fail.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The source account of the InterFinancialAccountTransfer did not have enough funds to cover the requested amount.

ACCOUNT_CLOSED

The source or receiving account is closed.

ACCOUNT_NOT_FOUND

The source or receiving account was not found.

CURRENCY_MISMATCH

The source and receiving account have different currency.

PREPAID_CARD_OR_DEBIT_CARD_FEATURE_NOT_ENABLED

The receiving account does not have PrepaidCardFeature or DebitCardFeature as enabled.

PRODUCT_FUNDING_OR_CARD_FUNDING_FEATURE_NOT_ENABLED

The source account does not have ProductFundingFeature or CardFundingFeature as enabled.

LIMIT_AMOUNT_EXCEEDING_MAX_PROGRAM_LOAD_LIMIT

The requested amount is more than max program limit.

TRANSFER_AMOUNT_EXCEEDING_MAX_AGGREGATE_CREDIT_DISTRIBUTION_AMOUNT

The requested amount exceeds the maximum aggregate credit distribution amount.

NOT_ENOUGH_BALANCE_TO_REDUCE_CREDIT_LIMIT

There is not enough balance to reduce the credit limit.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

The account does not have the required payroll advance feature enabled.

ACCOUNT_HOLDER_IS_NOT_AN_ORGANIZATION

The receiving account holder is not an Organization.

ISO3166Alpha3Country

The three character alpha codes for support countries.

See ISO 3166

Output:ENUM

Enum Values

AFG

The country code for Afghanistan.

ALA

The country code for Åland Islands.

ALB

The country code for Albania.

DZA

The country code for Algeria.

ASM

The country code for American Samoa.

AND

The country code for Andorra.

AGO

The country code for Angola.

AIA

The country code for Anguilla.

ATA

The country code for Antarctica.

ATG

The country code for Antigua and Barbuda.

ARG

The country code for Argentina.

ARM

The country code for Armenia.

ABW

The country code for Aruba.

AUS

The country code for Australia.

AUT

The country code for Austria.

AZE

The country code for Azerbaijan.

BHS

The country code for Bahamas.

BHR

The country code for Bahrain.

BGD

The country code for Bangladesh.

BRB

The country code for Barbados.

BLR

The country code for Belarus.

BEL

The country code for Belgium.

BLZ

The country code for Belize.

BEN

The country code for Benin.

BMU

The country code for Bermuda.

BTN

The country code for Bhutan.

BOL

The country code for Bolivia (Plurinational State of).

BES

The country code for "Bonaire, Sint Eustatius and Saba".

BIH

The country code for Bosnia and Herzegovina.

BWA

The country code for Botswana.

BVT

The country code for Bouvet Island.

BRA

The country code for Brazil.

IOT

The country code for British Indian Ocean Territory.

BRN

The country code for Brunei Darussalam.

BGR

The country code for Bulgaria.

BFA

The country code for Burkina Faso.

BDI

The country code for Burundi.

CPV

The country code for Cabo Verde.

KHM

The country code for Cambodia.

CMR

The country code for Cameroon.

CAN

The country code for Canada.

CYM

The country code for Cayman Islands.

CAF

The country code for Central African Republic.

TCD

The country code for Chad.

CHL

The country code for Chile.

CHN

The country code for China.

CXR

The country code for Christmas Island.

CCK

The country code for Cocos (Keeling) Islands.

COL

The country code for Colombia.

COM

The country code for Comoros.

COG

The country code for Congo.

COD

The country code for "Congo, Democratic Republic of the".

COK

The country code for Cook Islands.

CRI

The country code for Costa Rica.

CIV

The country code for Côte d'Ivoire.

HRV

The country code for Croatia.

CUB

The country code for Cuba.

CUW

The country code for Curaçao.

CYP

The country code for Cyprus.

CZE

The country code for Czechia.

DNK

The country code for Denmark.

DJI

The country code for Djibouti.

DMA

The country code for Dominica.

DOM

The country code for Dominican Republic.

ECU

The country code for Ecuador.

EGY

The country code for Egypt.

SLV

The country code for El Salvador.

GNQ

The country code for Equatorial Guinea.

ERI

The country code for Eritrea.

EST

The country code for Estonia.

SWZ

The country code for Eswatini.

ETH

The country code for Ethiopia.

FLK

The country code for Falkland Islands (Malvinas).

FRO

The country code for Faroe Islands.

FJI

The country code for Fiji.

FIN

The country code for Finland.

FRA

The country code for France.

GUF

The country code for French Guiana.

PYF

The country code for French Polynesia.

ATF

The country code for French Southern Territories.

GAB

The country code for Gabon.

GMB

The country code for Gambia.

GEO

The country code for Georgia.

DEU

The country code for Germany.

GHA

The country code for Ghana.

GIB

The country code for Gibraltar.

GRC

The country code for Greece.

GRL

The country code for Greenland.

GRD

The country code for Grenada.

GLP

The country code for Guadeloupe.

GUM

The country code for Guam.

GTM

The country code for Guatemala.

GGY

The country code for Guernsey.

GIN

The country code for Guinea.

GNB

The country code for Guinea-Bissau.

GUY

The country code for Guyana.

HTI

The country code for Haiti.

HMD

The country code for Heard Island and McDonald Islands.

VAT

The country code for Holy See.

HND

The country code for Honduras.

HKG

The country code for Hong Kong.

HUN

The country code for Hungary.

ISL

The country code for Iceland.

IND

The country code for India.

IDN

The country code for Indonesia.

IRN

The country code for Iran (Islamic Republic of).

IRQ

The country code for Iraq.

IRL

The country code for Ireland.

IMN

The country code for Isle of Man.

ISR

The country code for Israel.

ITA

The country code for Italy.

JAM

The country code for Jamaica.

JPN

The country code for Japan.

JEY

The country code for Jersey.

JOR

The country code for Jordan.

KAZ

The country code for Kazakhstan.

KEN

The country code for Kenya.

KIR

The country code for Kiribati.

PRK

The country code for Korea (Democratic People's Republic of).

KOR

The country code for "Korea, Republic of".

QZZ

The country code for Kosovo. Note: "It is not ISO 3166 approved, but is approved by Visa and Mastercard"

KWT

The country code for Kuwait.

KGZ

The country code for Kyrgyzstan.

LAO

The country code for Lao People's Democratic Republic.

LVA

The country code for Latvia.

LBN

The country code for Lebanon.

LSO

The country code for Lesotho.

LBR

The country code for Liberia.

LBY

The country code for Libya.

LIE

The country code for Liechtenstein.

LTU

The country code for Lithuania.

LUX

The country code for Luxembourg.

MAC

The country code for Macao.

MDG

The country code for Madagascar.

MWI

The country code for Malawi.

MYS

The country code for Malaysia.

MDV

The country code for Maldives.

MLI

The country code for Mali.

MLT

The country code for Malta.

MHL

The country code for Marshall Islands.

MTQ

The country code for Martinique.

MRT

The country code for Mauritania.

MUS

The country code for Mauritius.

MYT

The country code for Mayotte.

MEX

The country code for Mexico.

FSM

The country code for Micronesia (Federated States of).

MDA

The country code for "Moldova, Republic of".

MCO

The country code for Monaco.

MNG

The country code for Mongolia.

MNE

The country code for Montenegro.

MSR

The country code for Montserrat.

MAR

The country code for Morocco.

MOZ

The country code for Mozambique.

MMR

The country code for Myanmar.

NAM

The country code for Namibia.

NRU

The country code for Nauru.

NPL

The country code for Nepal.

NLD

The country code for Netherlands.

NCL

The country code for New Caledonia.

NZL

The country code for New Zealand.

NIC

The country code for Nicaragua.

NER

The country code for Niger.

NGA

The country code for Nigeria.

NIU

The country code for Niue.

NFK

The country code for Norfolk Island.

MKD

The country code for North Macedonia.

MNP

The country code for Northern Mariana Islands.

NOR

The country code for Norway.

OMN

The country code for Oman.

PAK

The country code for Pakistan.

PLW

The country code for Palau.

PSE

The country code for "Palestine, State of".

PAN

The country code for Panama.

PNG

The country code for Papua New Guinea.

PRY

The country code for Paraguay.

PER

The country code for Peru.

PHL

The country code for Philippines.

PCN

The country code for Pitcairn.

POL

The country code for Poland.

PRT

The country code for Portugal.

PRI

The country code for Puerto Rico.

QAT

The country code for Qatar.

REU

The country code for Réunion.

ROU

The country code for Romania.

RUS

The country code for Russian Federation.

RWA

The country code for Rwanda.

BLM

The country code for Saint Barthélemy.

SHN

The country code for "Saint Helena, Ascension and Tristan da Cunha".

KNA

The country code for Saint Kitts and Nevis.

LCA

The country code for Saint Lucia.

MAF

The country code for Saint Martin (French part).

SPM

The country code for Saint Pierre and Miquelon.

VCT

The country code for Saint Vincent and the Grenadines.

WSM

The country code for Samoa.

SMR

The country code for San Marino.

STP

The country code for Sao Tome and Principe.

SAU

The country code for Saudi Arabia.

SEN

The country code for Senegal.

SRB

The country code for Serbia.

SYC

The country code for Seychelles.

SLE

The country code for Sierra Leone.

SGP

The country code for Singapore.

SXM

The country code for Sint Maarten (Dutch part).

SVK

The country code for Slovakia.

SVN

The country code for Slovenia.

SLB

The country code for Solomon Islands.

SOM

The country code for Somalia.

ZAF

The country code for South Africa.

SGS

The country code for South Georgia and the South Sandwich Islands.

SSD

The country code for South Sudan.

ESP

The country code for Spain.

LKA

The country code for Sri Lanka.

SDN

The country code for Sudan.

SUR

The country code for Suriname.

SJM

The country code for Svalbard and Jan Mayen.

SWE

The country code for Sweden.

CHE

The country code for Switzerland.

SYR

The country code for Syrian Arab Republic.

TWN

The country code for "Taiwan, Province of China".

TJK

The country code for Tajikistan.

TZA

The country code for "Tanzania, United Republic of".

THA

The country code for Thailand.

TLS

The country code for Timor-Leste.

TGO

The country code for Togo.

TKL

The country code for Tokelau.

TON

The country code for Tonga.

TTO

The country code for Trinidad and Tobago.

TUN

The country code for Tunisia.

TUR

The country code for Turkey.

TKM

The country code for Turkmenistan.

TCA

The country code for Turks and Caicos Islands.

TUV

The country code for Tuvalu.

UGA

The country code for Uganda.

UKR

The country code for Ukraine.

ARE

The country code for United Arab Emirates.

GBR

The country code for United Kingdom of Great Britain and Northern Ireland.

USA

The country code for United States of America.

UMI

The country code for United States Minor Outlying Islands.

URY

The country code for Uruguay.

UZB

The country code for Uzbekistan.

VUT

The country code for Vanuatu.

VEN

The country code for Venezuela (Bolivarian Republic of).

VNM

The country code for Viet Nam.

VGB

The country code for Virgin Islands (British).

VIR

The country code for Virgin Islands (U.S.).

WLF

The country code for Wallis and Futuna.

ESH

The country code for Western Sahara.

YEM

The country code for Yemen.

ZMB

The country code for Zambia.

ZWE

The country code for Zimbabwe.

ISO4217Alpha3CurrencyCode

All currency codes for ISO4217.

Output:ENUM

Enum Values

ESB

The code for Account (convertible Peseta Account).

XUA

The code for ADB Unit of Account.

AFA

The code for Afghani.

AFN

The code for Afghani.

DZD

The code for Algerian Dinar.

ADP

The code for Andorran Peseta.

ARS

The code for Argentine Peso.

AMD

The code for Armenian Dram.

AWG

The code for Aruban Florin.

ARA

The code for Austral.

AUD

The code for Australian Dollar.

AYM

The code for Azerbaijan Manat.

AZN

The code for Azerbaijan Manat.

AZM

The code for Azerbaijanian Manat.

BSD

The code for Bahamian Dollar.

BHD

The code for Bahraini Dinar.

THB

The code for Baht.

PAB

The code for Balboa.

BBD

The code for Barbados Dollar.

BYB

The code for Belarusian Ruble.

BYN

The code for Belarusian Ruble.

BYR

The code for Belarusian Ruble.

BEF

The code for Belgian Franc.

BZD

The code for Belize Dollar.

BMD

The code for Bermudian Dollar.

VES

The code for Bolívar Soberano.

VEB

The code for Bolivar.

VEF

The code for Bolivar.

BOB

The code for Boliviano.

XBA

The code for Bond Markets Unit European Composite Unit (EURCO).

XBB

The code for Bond Markets Unit European Monetary Unit (E.M.U.-6).

XBD

The code for Bond Markets Unit European Unit of Account 17 (E.U.A.-17).

XBC

The code for Bond Markets Unit European Unit of Account 9 (E.U.A.-9).

BRL

The code for Brazilian Real.

BND

The code for Brunei Dollar.

BGN

The code for Bulgarian Lev.

BIF

The code for Burundi Franc.

XOF

The code for CFA Franc BCEAO.

XAF

The code for CFA Franc BEAC.

XPF

The code for CFP Franc.

CVE

The code for Cabo Verde Escudo.

CAD

The code for Canadian Dollar.

KYD

The code for Cayman Islands Dollar.

GHC

The code for Cedi.

CLP

The code for Chilean Peso.

XTS

The code for Codes specifically reserved for testing purposes.

COP

The code for Colombian Peso.

KMF

The code for Comorian Franc .

CDF

The code for Congolese Franc.

BEC

The code for Convertible Franc.

BAM

The code for Convertible Mark.

NIO

The code for Cordoba Oro.

NIC

The code for Cordoba.

CRC

The code for Costa Rican Colon.

HRD

The code for Croatian Dinar.

HRK

The code for Croatian Kuna.

BRC

The code for Cruzado.

BRR

The code for Cruzeiro Real.

BRB

The code for Cruzeiro.

BRE

The code for Cruzeiro.

CUP

The code for Cuban Peso.

CYP

The code for Cyprus Pound.

CZK

The code for Czech Koruna.

GMD

The code for Dalasi.

DKK

The code for Danish Krone.

MKD

The code for Denar.

DEM

The code for Deutsche Mark.

BAD

The code for Dinar.

DJF

The code for Djibouti Franc.

STD

The code for Dobra.

STN

The code for Dobra.

DOP

The code for Dominican Peso.

VND

The code for Dong.

GRD

The code for Drachma.

XCD

The code for East Caribbean Dollar.

EGP

The code for Egyptian Pound.

GQE

The code for Ekwele.

SVC

The code for El Salvador Colon.

ETB

The code for Ethiopian Birr.

EUR

The code for Euro.

XEU

The code for European Currency Unit (E.C.U).

FKP

The code for Falkland Islands Pound.

FJD

The code for Fiji Dollar.

BEL

The code for Financial Franc.

ZAL

The code for Financial Rand.

HUF

The code for Forint.

FRF

The code for French Franc.

GEK

The code for Georgian Coupon.

GHP

The code for Ghana Cedi.

GHS

The code for Ghana Cedi.

GIP

The code for Gibraltar Pound.

XAU

The code for Gold.

XFO

The code for Gold-Franc.

HTG

The code for Gourde.

PYG

The code for Guarani.

GWE

The code for Guinea Escudo.

GWP

The code for Guinea-Bissau Peso.

GNF

The code for Guinean Franc.

GYD

The code for Guyana Dollar.

HKD

The code for Hong Kong Dollar.

UAH

The code for Hryvnia.

ISK

The code for Iceland Krona.

INR

The code for Indian Rupee.

PEI

The code for Inti.

IRR

The code for Iranian Rial.

IQD

The code for Iraqi Dinar.

IEP

The code for Irish Pound.

ITL

The code for Italian Lira.

JMD

The code for Jamaican Dollar.

JOD

The code for Jordanian Dinar.

UAK

The code for Karbovanet.

KES

The code for Kenyan Shilling.

PGK

The code for Kina.

CSK

The code for Koruna.

CSJ

The code for Krona A/53.

EEK

The code for Kroon.

KWD

The code for Kuwaiti Dinar.

MWK

The code for Kwacha.

AOR

The code for Kwanza Reajustado.

AOA

The code for Kwanza.

AOK

The code for Kwanza.

BUK

The code for Kyat.

MMK

The code for Kyat.

LAK

The code for Lao Kip.

GEL

The code for Lari.

LVL

The code for Latvian Lats.

LVR

The code for Latvian Ruble.

LBP

The code for Lebanese Pound.

ALL

The code for Lek.

HNL

The code for Lempira.

SLL

The code for Leone.

ROK

The code for Leu A/52.

BGJ

The code for Lev A/52.

BGK

The code for Lev A/62.

BGL

The code for Lev.

LRD

The code for Liberian Dollar.

LYD

The code for Libyan Dinar.

SZL

The code for Lilangeni.

LTL

The code for Lithuanian Litas.

LSL

The code for Loti.

LSM

The code for Loti.

LUC

The code for Luxembourg Convertible Franc.

LUL

The code for Luxembourg Financial Franc.

LUF

The code for Luxembourg Franc.

MGA

The code for Malagasy Ariary.

MGF

The code for Malagasy Franc.

MYR

The code for Malaysian Ringgit.

MVQ

The code for Maldive Rupee.

MLF

The code for Mali Franc.

MTL

The code for Maltese Lira.

MTP

The code for Maltese Pound.

DDM

The code for Mark der DDR.

FIM

The code for Markka.

MUR

The code for Mauritius Rupee.

MXN

The code for Mexican Peso.

MXP

The code for Mexican Peso.

MXV

The code for Mexican Unidad de Inversion (UDI).

MDL

The code for Moldovan Leu.

MAD

The code for Moroccan Dirham.

MZE

The code for Mozambique Escudo.

MZM

The code for Mozambique Metical.

MZN

The code for Mozambique Metical.

BOV

The code for Mvdol.

NGN

The code for Naira.

ERN

The code for Nakfa.

NAD

The code for Namibia Dollar.

NPR

The code for Nepalese Rupee.

ANG

The code for Netherlands Antillean Guilder.

NLG

The code for Netherlands Guilder.

BRN

The code for New Cruzado.

YUM

The code for New Dinar.

ILS

The code for New Israeli Sheqel.

AON

The code for New Kwanza.

RON

The code for Romanian Leu.

TWD

The code for New Taiwan Dollar.

YUD

The code for New Yugoslavian Dinar.

ZRN

The code for New Zaire.

NZD

The code for New Zealand Dollar.

BTN

The code for Ngultrum.

KPW

The code for North Korean Won.

NOK

The code for Norwegian Krone.

VNC

The code for Old Dong.

ISJ

The code for Old Krona.

ALK

The code for Old Lek.

ROL

The code for Old Leu.

ILR

The code for Old Shekel.

UGW

The code for Old Shilling.

TRL

The code for Old Turkish Lira.

UYN

The code for Old Uruguay Peso.

MRO

The code for Ouguiya.

MRU

The code for Ouguiya.

TOP

The code for Pa'anga.

PKR

The code for Pakistan Rupee.

XPD

The code for Palladium.

MOP

The code for Pataca.

LAJ

The code for Pathet Lao Kip.

ARP

The code for Peso Argentino.

CUC

The code for Peso Convertible.

UYU

The code for Peso Uruguayo.

BOP

The code for Peso boliviano.

ARY

The code for Peso.

PHP

The code for Philippine Peso.

XPT

The code for Platinum.

PTE

The code for Portuguese Escudo.

GBP

The code for Pound Sterling.

ILP

The code for Pound.

BWP

The code for Pula.

QAR

The code for Qatari Rial.

GTQ

The code for Quetzal.

XRE

The code for RINET Funds Code.

ZAR

The code for Rand.

RHD

The code for Rhodesian Dollar.

ZWC

The code for Rhodesian Dollar.

OMR

The code for Rial Omani.

KHR

The code for Riel.

SUR

The code for Rouble.

MVR

The code for Rufiyaa.

IDR

The code for Rupiah.

RUB

The code for Russian Ruble.

RUR

The code for Russian Ruble.

RWF

The code for Rwanda Franc.

XDR

The code for SDR (Special Drawing Right).

SHP

The code for Saint Helena Pound.

SAR

The code for Saudi Riyal.

ATS

The code for Schilling.

CSD

The code for Serbian Dinar.

RSD

The code for Serbian Dinar.

SCR

The code for Seychelles Rupee.

XAG

The code for Silver.

SGD

The code for Singapore Dollar.

SKK

The code for Slovak Koruna.

PEH

The code for Sol.

PEN

The code for Sol.

PES

The code for Sol.

SBD

The code for Solomon Islands Dollar.

KGS

The code for Som.

SOS

The code for Somali Shilling.

TJS

The code for Somoni.

SSP

The code for South Sudanese Pound.

ESA

The code for Spanish Peseta.

ESP

The code for Spanish Peseta.

LKR

The code for Sri Lanka Rupee.

ECS

The code for Sucre.

XSU

The code for Sucre.

SDD

The code for Sudanese Dinar.

SDG

The code for Sudanese Pound.

SDP

The code for Sudanese Pound.

SRD

The code for Surinam Dollar.

SRG

The code for Surinam Guilder.

SEK

The code for Swedish Krona.

CHF

The code for Swiss Franc.

GNE

The code for Syli.

GNS

The code for Syli.

SYP

The code for Syrian Pound.

TJR

The code for Tajik Ruble.

BDT

The code for Taka.

WST

The code for Tala.

LTT

The code for Talonas.

TZS

The code for Tanzanian Shilling.

KZT

The code for Tenge.

XXX

The code for The codes assigned for transactions where no currency is involved.

TPE

The code for Timor Escudo.

SIT

The code for Tolar.

TTD

The code for Trinidad and Tobago Dollar.

MNT

The code for Tugrik.

TND

The code for Tunisian Dinar.

TRY

The code for Turkish Lira.

TMM

The code for Turkmenistan Manat.

TMT

The code for Turkmenistan New Manat.

AED

The code for UAE Dirham.

XFU

The code for UIC-Franc.

USN

The code for US Dollar (Next day).

USS

The code for US Dollar (Same day).

USD

The code for US Dollar.

UGS

The code for Uganda Shilling.

UGX

The code for Uganda Shilling.

UYW

The code for Unidad Previsional.

CLF

The code for Unidad de Fomento.

ECV

The code for Unidad de Valor Constante (UVC).

COU

The code for Unidad de Valor Real.

UYI

The code for Uruguay Peso en Unidades Indexadas (UI).

UYP

The code for Uruguayan Peso.

UZS

The code for Uzbekistan Sum.

VUV

The code for Vatu.

CHE

The code for WIR Euro.

CHC

The code for WIR Franc (for electronic).

CHW

The code for WIR Franc.

KRW

The code for Won.

YDD

The code for Yemeni Dinar.

YER

The code for Yemeni Rial.

JPY

The code for Yen.

CNY

The code for Yuan Renminbi.

YUN

The code for Yugoslavian Dinar.

ZRZ

The code for Zaire.

ZMK

The code for Zambian Kwacha.

ZMW

The code for Zambian Kwacha.

ZWN

The code for Zimbabwe Dollar (new).

ZWD

The code for Zimbabwe Dollar.

ZWL

The code for Zimbabwe Dollar.

ZWR

The code for Zimbabwe Dollar.

PLN

The code for Zloty.

PLZ

The code for Zloty.

ISO4217Alpha3SupportedCurrency

The supported currencies on the Highnote platform.

Output:ENUM

Enum Values

USD

The code for US Dollar.

LedgerName

The possible values of a Ledger's name, based on the type of activity a ledger tracks.

Output:ENUM

Enum Values

ACCOUNT_HOLDER_CREDIT_LIMIT

The name of a ledger that tracks the credit limit for an Account Holder on a FinancialAccount associated to a credit Card Product. NormalBalanceType = CREDIT.

ACCOUNT_HOLDER_PAYMENT_PAYABLE

The name of a ledger that tracks an Account holder payment owed on a FinancialAccount associated to a credit Card Product. NormalBalanceType = CREDIT.

ACCOUNT_HOLDER_PAYMENT_RECEIVABLE

The name of a ledger that tracks an Account holder payment to be received on a FinancialAccount associated to a credit Card Product. NormalBalanceType = DEBIT.

ACCOUNT_HOLDER_PSEUDO_LIMIT

The name of a ledger that tracks the current account holder pseudo limit funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

ACCOUNT_HOLDER_SECURED_DEPOSIT

The name of a ledger that tracks the collateral in the form of a secured deposit associated to an Account Holder’s FinancialAccount associated to a Secured Credit Card Product. NormalBalanceType = DEBIT.

ACH_DEBIT_PAYABLE

The name of a ledger that tracks pending ACH Debits owed on a withdrawal for a FinancialAccount. NormalBalanceType = CREDIT.

ACH_PENDING_SETTLEMENT

The name of a ledger that tracks pending ACH settlements on a FinancialAccount that have the DirectDepositFinancialAccountFeature enabled. NormalBalanceType = CREDIT.

ACH_PENDING_SETTLEMENT_OUT

The name of a ledger that tracks pending ACH settlements on a withdrawn for a FinancialAccount. NormalBalanceType = DEBIT.

ACTIVITY

The name of a ledger that tracks activity on a PaymentCard. NormalBalanceType = CREDIT.

ALLOCATED_CREDIT_LIMIT

The name of a ledger that tracks amount of credit allocated to Account Holders on a Card Product FinancialAccount associated to a credit Card Product. NormalBalanceType = DEBIT.

ALLOCATED_PSEUDO_LIMIT

The name of a ledger that tracks the current allocated pseudo limit funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = DEBIT.

AUTHORIZATION

The name of a ledger that tracks authorizations on a PaymentCard. NormalBalanceType = CREDIT.

AVAILABLE_CASH

The name of a ledger that tracks the money available to spend for an account. NormalBalanceType = CREDIT.

AVAILABLE_CREDIT

The name of a ledger that tracks the available credit on a FinancialAccount associated to a credit Card Product. NormalBalanceType = CREDIT.

CARD_PAYABLE

The name of a ledger that tracks the amount owed by PaymentCard account to a card network (e.g., Mastercard, Visa, etc.). NormalBalanceType = CREDIT.

CARD_RECEIVABLE

The name of a ledger that tracks the amount owed to a PaymentCard from a card network (e.g., Mastercard, Visa, etc.). NormalBalanceType = DEBIT.

CARD_TRANSACTION_CREDIT_HOLD

The name of a ledger that tracks card transaction credit holds on a PaymentCard. NormalBalanceType = DEBIT.

CASH

The name of a ledger that tracks the actual money in the account. The ledger can be impacted by any money movement, including cleared transactions and transfers. NormalBalanceType = DEBIT.

CASH_EXPENSE

The name of a ledger that tracks cash expense on a PaymentCard. NormalBalanceType = DEBIT.

CHECK_PAYABLE

The name of a ledger that tracks the initiation of a CheckPayment on a FinancialAccount. NormalBalanceType = CREDIT.

CHECK_PROCESSING

The name of a ledger that tracks the processing of a CheckPayment. NormalBalanceType = CREDIT.

CHECK_SETTLEMENT_DEPOSIT

The name of a ledger that tracks the settlement of CheckPayment funds. NormalBalanceType = DEBIT.

CLEARED

The name of a ledger that tracks cleared authorizations on a PaymentCard. NormalBalanceType = CREDIT.

CREDIT_AUTHORIZATION

The name of a ledger that tracks credit authorizations on a PaymentCard. These are authorizations that are typically associated with a refund. NormalBalanceType = DEBIT.

CREDIT_HOLD

The name of a ledger that tracks credit holds on a PaymentCard. NormalBalanceType = CREDIT.

CREDIT_OUTSTANDING

The name of a ledger that tracks the Credit Limit minus the outstanding balance on a FinancialAccount associated to a credit Card Product. NormalBalanceType = DEBIT.

DEPOSIT_AUTHORIZATION

The name of a ledger that tracks deposit authorizations on a PaymentCard. NormalBalanceType = CREDIT.

DEPOSIT_HOLD

The name of a ledger that tracks deposit holds on a PaymentCard. NormalBalanceType = CREDIT.

DEPOSIT_RECEIVABLE

The name of a ledger that tracks deposits waiting to be received on a FinancialAccount that have the DirectDepositFinancialAccountFeature enabled. NormalBalanceType = DEBIT.

DISPUTE_CREDIT

The name of a ledger that tracks the amount issued to a FinancialAccount for a dispute. NormalBalanceType = CREDIT.

DISPUTE_EXPENSE

The name of a ledger that tracks the amount owed by the issuer for a dispute on a FinancialAccount. NormalBalanceType = DEBIT.

FEE_AUTHORIZATION

The name of a ledger that tracks surcharge fee authorizations on a PaymentCard. NormalBalanceType = CREDIT.

FEE_CLEARED

The name of a ledger that tracks cleared surcharge fee authorizations on a PaymentCard. NormalBalanceType = CREDIT.

FUND_IN_HOLD

The name of a ledger that tracks funding hold on an account. NormalBalanceType = CREDIT.

INTERCHANGE_REVENUE

The name of a ledger that tracks interchange revenue from payment card transactions. NormalBalanceType = CREDIT.

NETWORK_CREDIT_RECEIVABLE

The name of a ledger that tracks the amount owed to an account from a card network due to a refunds or adjustments. NormalBalanceType = DEBIT.

NETWORK_EXPENSE

The name of a ledger that tracks the amount paid to a card network (e.g., Mastercard, Visa, etc.). NormalBalanceType = DEBIT.

NETWORK_PAYABLE

The name of a ledger that tracks the amount owed to a card network (e.g., Mastercard, Visa, etc.). NormalBalanceType = CREDIT.

NETWORK_RECEIVABLE

The name of a ledger that tracks the amount owed to an account from a card network (e.g., Mastercard, Visa, etc.). NormalBalanceType = DEBIT.

OUTSTANDING_BALANCE_PAYABLE

The name of a ledger that tracks outstanding balance owed on a FinancialAccount associated to a credit Card Product. NormalBalanceType = CREDIT.

OUTSTANDING_BALANCE_RECEIVABLE

The name of a ledger that tracks outstanding balance to be received on a FinancialAccount associated to a credit Card Product. NormalBalanceType = DEBIT.

PAYMENT_INTERCHANGE_FEE_PAYABLE

The name of a ledger that tracks the current payment interchange fee payable funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

PAYMENT_NETWORK_FEE_PAYABLE

The name of a ledger that tracks the current payment network fee payable funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

PAYMENT_PAYOUT_PAYABLE

The name of a ledger that tracks the current payment payout payable funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

PAYMENT_PLATFORM_FEE_PAYABLE

The name of a ledger that tracks the current payment platform fee payable funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

PAYROLL_ADVANCE_PAYABLE

The name of a ledger that tracks Payroll Advance payable on a FinancialAccount associated to an EARNED_WAGE_ACCESS Card Product. NormalBalanceType = CREDIT.

PAYROLL_ADVANCE_RECEIVABLE

The name of a ledger that tracks Payroll Advance receivable on a FinancialAccount associated to an EARNED_WAGE_ACCESS Card Product. NormalBalanceType = DEBIT.

PAYROLL_ADVANCE_WRITE_OFF

The name of a ledger that tracks Payroll Advance write-off on a FinancialAccount associated to an EARNED_WAGE_ACCESS Card Product. NormalBalanceType = CREDIT.

PAYROLL_ADVANCE_WRITE_OFF_EXPENSE

The name of a ledger that tracks Payroll Advance write-off expense on a FinancialAccount associated to an EARNED_WAGE_ACCESS Card Product. NormalBalanceType = DEBIT.

PENDING_PAYMENT_RECEIVABLE

The name of a ledger that tracks pending payment to be received on a FinancialAccount associated to a credit Card Product. NormalBalanceType = DEBIT.

PROVISIONAL_CREDIT_PAYABLE

The name of a ledger that tracks provisional credit owed on a FinancialAccount of an Account Holder associated to a FinancialAccount of a Card Product. NormalBalanceType = CREDIT.

PROVISIONAL_CREDIT_RECEIVABLE

The name of a ledger that tracks provisional credit to be received on a FinancialAccount of an Account Holder associated to a FinancialAccount of a Card Product. NormalBalanceType = DEBIT.

PSEUDO_AVAILABLE_CASH

The name of a ledger that tracks the available pseudo cash that this FinancialAccount has available to spend. NormalBalanceType = CREDIT.

PSEUDO_CASH

The name of a ledger that tracks the current pseudo cash that this FinancialAccount has spent. NormalBalanceType = DEBIT.

REDEEMABLE_REWARDS_POINTS

The name of a ledger that tracks redeemable rewards points on a FinancialAccount. Only available if the POINT_REWARDS feature is available on the FinancialAccount. NormalBalanceType = CREDIT.

REFUND_AUTHORIZATION

The name of a ledger that tracks refund authorizations on a PaymentCard. NormalBalanceType = CREDIT.

REFUND_HOLD

The name of a ledger that tracks refund holds on a PaymentCard. NormalBalanceType = CREDIT.

RESERVE

The name of a ledger that tracks the reserve for an account. NormalBalanceType = DEBIT.

REWARDS_POINTS

The name of a ledger that tracks rewards points on a FinancialAccount. Only available if the POINT_REWARDS feature is available on the FinancialAccount. NormalBalanceType = DEBIT.

RISK_HOLD

The name of a ledger that tracks holds for an account that are associated with potential risk on the account. NormalBalanceType = CREDIT.

SECURED_DEPOSIT_COLLATERAL

The name of a ledger that tracks collateral in the form of a secured deposit Card Product Funding FinancialAccount associated to a Secured Credit Card Product. NormalBalanceType = CREDIT.

SECURED_DEPOSIT_PAYABLE

The name of a ledger that tracks secured deposit owed on a FinancialAccount associated to a Secured Credit Card Product. NormalBalanceType = CREDIT.

SECURED_DEPOSIT_RECEIVABLE

The name of a ledger that tracks secured deposit to be received on a FinancialAccount associated to a Secured Credit Card Product. NormalBalanceType = DEBIT.

SETTLEMENT_PAYABLE

The name of a ledger that tracks the current settlement payable on a FinancialAccount that have the PartialFundingFinancialAccountFeature enabled. NormalBalanceType = CREDIT.

TRANSFER_PAYABLE

The name of a ledger that tracks the current transfer payable on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

TRANSFER_PENDING_SETTLEMENT

The name of a ledger that tracks the current pending transfer settlement funds on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = CREDIT.

TRANSFER_RECEIVABLE

The name of a ledger that tracks the current transfer receivable on a FinancialAccount that is expecting internal transfer to complete. NormalBalanceType = DEBIT.

UNCOLLECTED_FUNDS

The name of a ledger that tracks all uncollected funds for an account. NormalBalanceType = DEBIT.

ManualAdjustmentActivityType

The activity type for a ManualAdjustmentEvent

Output:ENUM

Enum Values

ACCOUNT_CLOSURE_CREDIT_AVAILABLE_CREDIT_SETTLEMENT

This adjustment type is for account closure credit amount.

ACCOUNT_CLOSURE_CREDIT_CHARGE_OFF

This adjustment type is for account closure credit amount.

ACCOUNT_CLOSURE_SECURED_DEPOSIT_SETTLEMENT

This adjustment type is for account closure secured amount.

ADJUST_FEE

The adjustment type is for fee.

CARD_TRANSACTION_ADJUSTMENT

This adjustment type is for transaction amount.

CHARGEBACK

This adjustment type is for chargeback.

CHARGEBACK_CREATE_PROVISIONAL_CREDIT

This adjustment type is for chargeback provisional credit amount.

EWA_REPAYMENT

This adjustment type is for early wage account repayment amount.

GENERAL_ADJUSTMENT

This adjustment type is for general adjustment.

NON_ORIGINATING_ACH_PAYROLL_LOAD

This adjustment type is for non-originating ACH amount.

NON_ORIGINATING_ACH_UNLOAD

This adjustment type is for ACH unload amount.

ORIGINATING_ACH_COMMERCIAL_SECURED_CREDIT_CARD_BALANCE_PAYMENT

This adjustment type is for originating ACH payment.

ORIGINATING_ACH_COMMERCIAL_SECURED_CREDIT_DEPOSIT

This adjustment type is for originating ACH deposit.

ORIGINATING_ACH_COMMERCIAL_SECURED_CREDIT_DEPOSIT_REPAYMENT

This adjustment type is for originating ACH payment.

RECEIVABLE_PURCHASE

This adjustment type is for receivable purchase.

RISK_HOLD_CREDIT

This adjustment type is for risk hold amount.

WIRE_TRANSFER_ACCOUNT_LOAD

This adjustment type is for wire transfer amount.

WIRE_TRANSFER_ACCOUNT_UNLOAD

This adjustment type is for wire transfer amount.

REPAYMENT_ADJUSTMENT

Transfer for adjusting an EWA repayment

INTEREST_CHARGED_ADJUSTMENT

This adjustment type is for interest waive amount.

MastercardFleetCreditOrDebitIndicator

Mastercard Fleet credit or debit indicator

Output:ENUM

Enum Values

DEBIT

Indicates that the amount is a debit

CREDIT

Indicates that the amount is a credit

MastercardFleetFuelBrand

Mastercard Fleet fuel brands

Output:ENUM

Enum Values

HESS

Amerada Hess

AMOCO

Amoco Petroleum Products

ARCO

Arco Products

ASHLAND

Ashland Oil

BP

BP Oil

CENEX

Cenex

CHEVRON

Chevron USA

CIRCLE_K

Circle K Stores

CITGO

Citgo Petroleum

CLARK

Clark Brands

CONOCO

Conoco Inc.

CROWN_CENTRAL

Crown Central Petroleum

GULF

Gulf

DIAMOND_SHAMROCK

Diamond Shamrock Inc.

EXXON

Exxon

FINA

Fina Inc.

FLYING_J

Flying J Inc.

GETTY

Getty Petroleum

KWIK_TRIP

Kwik Trip Inc.

MAPCO

Mapco Express Inc.

MARATHON

Marathon Oil

EXXON_MOBIL

ExxonMobil

MURPHY

Murphy Oil USA Inc.

PENNZOIL

Pennzoil Products Inc.

PHILLIPS

Phillips

QUIK_TRIP

Quik Trip

RACETRAC

RaceTrac Petroleum Inc.

SHELL

Shell Oil

SINCLAIR

Sinclair Oil

SOUTHLAND

Southland Oil

SUN

Sun Company Inc.

TEXACO

Texaco

TOSCO

Tosco

KWIK_FILL

United Refining (Kwik Fill)

GAS_AMERICA

Gas America

HANDY_WAY

Handy Way Food

HOLIDAY

Holiday Stores

LOVES

Love’s Country Stores

PURE

Pure Oil

QUAKER_STATE

Quaker State

THORNTON

Thornton Oil

UNITED_DAIRY

United Dairy Farmer

US_OIL

US Oil

USA_PETROLEUM

USA Petroleum

VALVOLINE

Valvoline

WESTERN_ENERGETIX

Western Energetix

CASEYS

Casey’s General Store

PETRO

Petro

PILOT

Pilot

SHEETZ

Sheetz

SPEEDWAY

Speedway

TESORO_AK

Tesoro Alaska

TA

Travel Centers of America

UNION_76

Union 76

WARREN_EQUITIES

Warren Equities

WILCO

Wilco

PDQ

PDQ Store

WAWA

Wawa

FKG

FKG Oil

GROWMARK

GrowMark, Inc.

AAFES

AAFES

GATE

Gate Petroleum

MFA

MFA

NEXCOM

Nexcom

THE_PANTRY

The Pantry, Inc.

ZIONS

Zions

NORDSTROM

Nordstrom Oil

QUARLES

Quarles Oil

KROGER

Krogers

ERICKSON

Erickson Oil

IRVING

Irving Oil

HUCKS

Martin & Bailey Inc. (DBA Huck’s)

LASSUS

Lassus

FAMILY

Family Express

HOME_DEPOT

Home Depot

DISCOUNT_TIRE

Discount Tire

RACEWAY

Raceway Petroleum

MEINEKE

Meineke

GIANT_EAGLE

Giant Eagle

RUDY

Rudy

HYVEES

Hyvee’s

SEVEN_ELEVEN

7-Eleven

AMOCO_CA

Amoco Canada

CANADIAN_TIRE

Canadian Tire

CANADIAN_TURBO

Canadian Turbo

CHEVRON_CA

Chevron Canada

CONOCO_CA

Conoco Canada

DOMO

Domo Gas

FAS

Fas Gas Oil

SONIC

Federated Co-op (Sonic)

GULF_CA

Gulf Canada

HUSKY

Husky

ESSO_CA

Esso Canada

IRVING_CA

Irving Canada

MOHAWK

Mohawk

MR_GAS

Mr. Gas

MURPHY_CA

Murphy Oil Canada

OLCO

Olco

PETROCANADA

PetroCanada

PETRO_T

Petro-T

PIONEER

Pioneer

SHELL_CA

Shell Canada

SEVEN_ELEVEN_CA

Seven-Eleven

SUNOCO_CA

Suncor (Sunoco Canada)

TEMPO

Tempo

ULTRAMAR

Ultramar Canada

ASDA

Asda

BFL

BFL

BP_MOBIL

BP/Mobil

BURNAH

Burrnah/Major

BUTLER

Butler/Arndale

ELF

Elf

ESSO_EU

Esso

FINA_EU

Fina

FLARE

Flare

GULF_CHEVRON

Gulf (Chevron)

HERON

Heron

JSAINSBURY

J. Sainsbury

JET

Jet (Conoco)

KUWAIT

Kuwait

MAXOL

Maxol

MURCO

Murco

PIONEER_EU

Pioneer

REPSOL

Repsol

SAFEWAY

Safeway

SHELL_EU

Shell

SPAR

SPAR

TESCO_EU

Tesco

TEXACO_EU

Texaco

TOTAL

Total

UK

UK

VG

VG

MORRISON

W M Morrison

UNBRANDED

Unbranded/Unassigned

MastercardFleetFuelProductCode

Mastercard Fleet fuel product codes

Output:ENUM

Enum Values

REGULAR

Regular

MID_PLUS

Mid/Plus

PREMIUM_SUPER

Premium/Super

MID_PLUS_2

Mid/Plus 2

PREMIUM_SUPER_2

Premium/Super 2

ETHANOL_5_7_BLEND

<Deprecated> Ethanol (5.7% blend)

MID_PLUS_ETHANOL_5_7_BLEND

<Deprecated> Mid/Plus Ethanol (5.7% blend)

PREMIUM_SUPER_ETHANOL_5_7_BLEND

<Deprecated> Premium/Super Ethanol (5.7% blend)

ETHANOL_7_7_BLEND

<Deprecated> Ethanol (7.7% blend)

MID_PLUS_ETHANOL_7_7_BLEND

<Deprecated> Mid/Plus Ethanol (7.7% blend)

GREEN_GASOLINE_REGULAR

Green Gasoline Regular (Plant based not petroleum based)

GREEN_GASOLINE_MID_PLUS

Green Gasoline Mid/Plus (Plant based not petroleum based)

GREEN_GASOLINE_PREMIUM_SUPER

Green Gasoline Premium/Super (Plant based not petroleum based)

REGULAR_DIESEL_2

Regular Diesel #2

PREMIUM_DIESEL_2

Premium Diesel #2

REGULAR_DIESEL_1

Regular Diesel #1

COMPRESSED_NATURAL_GAS

Compressed Natural Gas

LIQUID_PROPANE_GAS

Liquid Propane Gas

LIQUID_NATURAL_GAS

Liquid Natural Gas

E_85

E-85

REFORMULATED_1

Reformulated 1

REFORMULATED_2

Reformulated 2

REFORMULATED_3

Reformulated 3

REFORMULATED_4

Reformulated 4

REFORMULATED_5

Reformulated 5

DIESEL_OFF_ROAD_1_AND_2_NON_TAXABLE

Diesel Off-Road (#1 and #2 Non-Taxable)

DIESEL_OFF_ROAD_NON_TAXABLE

Diesel Off-Road (Non-Taxable)

BIODIESEL_BLEND_OFF_ROAD

Biodiesel Blend Off-Road (Non-Taxable)

UNDEFINED_FUEL

Undefined Fuel - Reserved for Conexxus Future

RACING_FUEL

Racing Fuel

MID_PLUS_2_10_PERCENT_BLEND

Mid/Plus 2 (10% Blend)

PREMIUM_SUPER_2_10_BLEND

Premium/Super 2 (10% Blend)

MID_PLUS_ETHANOL_2_10_BLEND

Mid/Plus Ethanol 2 (15% Blend)

PREMIUM_SUPER_ETHANOL_2_10_BLEND

Premium/Super Ethanol 2 (15% Blend)

PREMIUM_SUPER_ETHANOL_7_7_BLEND

<Deprecated> Premium/Super Ethanol (7.7% Blend)

REGULAR_ETHANOL_10_BLEND

Regular Ethanol (10% Blend)

MID_PLUS_ETHANOL_10_BLEND

Mid/Plus Ethanol (10% Blend)

PREMIUM_SUPER_ETHANOL_10_BLEND

Premium/Super Ethanol (10% Blend)

B2_DIESEL_BLEND

B2 Diesel Blend 2% Biodiesel

B5_DIESEL_BLEND

B5 Diesel Blend 5% Biodiesel

B10_DIESEL_BLEND

B10 Diesel Blend 10% Biodiesel

B11_DIESEL_BLEND

B11 Diesel Blend 11% Biodiesel

B15_DIESEL_BLEND

B15 Diesel Blend 15% Biodiesel

B20_DIESEL_BLEND

B20 Diesel Blend 20% Biodiesel

B100_DIESEL_BLEND

B100 Diesel Blend 100% Biodiesel

B1_DIESEL_BLEND

B1 Diesel Blend 1% Biodiesel

ADDITIZED_DIESEL_2

Additized Diesel #2

ADDITIZED_DIESEL_3

Additized Diesel #3

RENEWABLE_DIESEL

Renewable Diesel (>=R95) (meets ASTM D975 in US / EN 590 in Europe)

RENEWABLE_DIESEL_BIODIESEL

Renewable Diesel (Biodiesel 6%-20%) (meets ASTM D7467 in US)

DEF

DEF (Diesel Exhaust Fluid)

PREMIUM_DIESEL_1

Premium Diesel #1

REGULAR_ETHANOL_15_BLEND

Regular Ethanol (15% Blend)

MID_PLUS_ETHANOL_15_BLEND

Mid/Plus Ethanol (15% Blend)

PREMIUM_SUPER_ETHANOL_15_BLEND

Premium/Super Ethanol (15% Blend)

PREMIUM_DIESEL_BLEND_1

Premium Diesel Blend <20% Biodiesel

PREMIUM_DIESEL_BLEND_2

Premium Diesel Blend >= 20% Biodiesel

B75_DIESEL_BLEND

B75 Diesel Blend 75% Biodiesel

B99_DIESEL_BLEND

B99 Diesel Blend 99% Biodiesel

MISCELLANEOUS_FUEL

Miscellaneous Fuel

JET_FUEL

Jet Fuel

AVIATION_FUEL_REGULAR

Aviation Fuel Regular

AVIATION_FUEL_PREMIUM

Aviation Fuel Premium

AVIATION_FUEL_JP8

Aviation Fuel JP8

AVIATION_FUEL_4

Aviation Fuel 4

AVIATION_FUEL_5

Aviation Fuel 5

BIOJET

Biojet (Diesel)

AVIATION_BIOFUEL

Aviation Biofuel (Gasoline)

MISCELLANEOUS_AVIATION_FUEL

Miscellaneous Aviation Fuel

MARINE_FUEL_1

Marine Fuel 1

MARINE_FUEL_2

Marine Fuel 2

MARINE_FUEL_3

Marine Fuel 3

MARINE_FUEL_4

Marine Fuel 4

MARINE_FUEL_5

Marine Fuel 5

MARINE_OTHER

Marine - Other

MARINE_DIESEL

Marine Diesel

MISCELLANEOUS_MARINE_FUEL

Miscellaneous Marine Fuel

KEROSENE_LOW_SULFUR

Kerosene – Low Sulfur

WHITE_GAS

White Gas

HEATING_OIL

Heating Oil

OTHER_FUEL

Other Fuel (Non-Taxable)

KEROSENE_ULTRA_LOW_SULFUR

Kerosene – Ultra Low Sulfur

KEROSENE_LOW_SULFUR_NON_TAXABLE

Kerosene – Low Sulfur (Non-Taxable)

KEROSENE_ULTRA_LOW_SULFUR_NON_TAXABLE

Kerosene – Ultra Low Sulfur (Non-Taxable)

EVC_LEVEL_1_CHARGE

EVC-1 – Level 1 charge = 110v 15 amp

EVC_LEVEL_2_CHARGE

EVC-2 – Level 2 charge = 240v 15-40 amp

EVC_LEVEL_3_CHARGE

EVC-3 – Level 3 charge = 480v 3 phase charge

BIODIESEL_BLEND_2_OFF_ROAD

Biodiesel Blend 2% Off-Road (Non-Taxable)

BIODIESEL_BLEND_5_OFF_ROAD

Biodiesel Blend 5% Off-Road (Non-Taxable)

BIODIESEL_BLEND_10_OFF_ROAD

Biodiesel Blend 10% Off-Road (Non-Taxable)

BIODIESEL_BLEND_11_OFF_ROAD

Biodiesel Blend 11% Off-Road (Non-Taxable)

BIODIESEL_BLEND_15_OFF_ROAD

Biodiesel Blend 15% Off-Road (Non-Taxable)

BIODIESEL_BLEND_20_OFF_ROAD

Biodiesel Blend 20% Off-Road (Non-Taxable)

DIESEL_1_OFF_ROAD

Diesel #1 Off-Road (Non-Taxable)

DIESEL_2_OFF_ROAD

Diesel #2 Off-Road (Non-Taxable)

DIESEL_1_PREMIUM_OFF_ROAD

Diesel #1 Premium Off-Road (Non-Taxable)

DIESEL_2_PREMIUM_OFF_ROAD

Diesel #2 Premium Off-Road (Non-Taxable)

ADDITIVE_DOSAGE

Additive Dosage

ETHANOL_BLENDS_E16_E84

Ethanol Blends E16-E84

LOW_OCTANE_UNL

Low Octane UNL

BLENDED_DIESEL

Blended Diesel (#1 and #2)

OFF_ROAD_REGULAR

Off-Road Regular (Non-Taxable)

OFF_ROAD_MID_PLUS

Off-Road Mid/Plus (Non-Taxable)

OFF_ROAD_PREMIUM_SUPER

Off-Road Premium/Super (Non-Taxable)

OFF_ROAD_MID_PLUS_2

Off-Road Mid/Plus 2 (Non-Taxable)

OFF_ROAD_PREMIUM_SUPER_2

Off-Road Premium/Super 2 (Non-Taxable)

RECREATIONAL_FUEL

Recreational Fuel (90 Octane)

HYDROGEN_H35

Hydrogen H35

HYDROGEN_H70

Hydrogen H70

RENEWABLE_DIESEL_OFF_ROAD

Renewable Diesel (>=R95) Off-Road (Non-Taxable) (meets ASTM D975 in US / EN 590 in Europe)

BIODIESEL_BLEND_1_OFF_ROAD

Biodiesel Blend 1% Off-Road (Non-Taxable)

BIODIESEL_BLEND_75_OFF_ROAD

Biodiesel Blend 75% Off-Road (Non-Taxable)

BIODIESEL_BLEND_99_OFF_ROAD

Biodiesel Blend 99% Off-Road (Non-Taxable)

BIODIESEL_BLEND_100_OFF_ROAD

Biodiesel Blend 100% Off-Road (Non-Taxable)

RENEWABLE_DIESEL_BIODIESEL_OFF_ROAD

Renewable Diesel (Biodiesel 6%-20%) Off-Road (Non-taxable) (meets ASTM D7467 in US)

MISCELLANEOUS_OTHER_FUEL

Miscellaneous Other Fuel

MastercardFleetFuelServiceType

Mastercard Fleet fuel service type

Output:ENUM

Enum Values

UNDEFINED

Undefined

SELF_SERVICE

Self-service

FULL_SERVICE

Full service

ONLY_NON_FUEL_PRODUCTS

Only non-fuel products being purchased

MastercardFleetNonFuelProductCode

Mastercard Fleet non-fuel product codes

Output:ENUM

Enum Values

GENERAL_AUTOMOTIVE_MERCHANDISE

General Automotive Merchandise

MOTOR_OIL

Motor Oil

CAR_WASH

Car Wash

OIL_CHANGE

Oil Change

OIL_FILTER

Oil Filter

WORK_ORDER

Work Order

ANTI_FREEZE

Anti-Freeze

WASHER_FLUID

Washer Fluid

BRAKE_FLUID

Brake Fluid

TIRES

Tires

FEDERAL_EXCISE_TAX_TIRES

Federal Excise Tax (Tires)

TIRE_ROTATION

Tire Rotation

BATTERIES

Batteries

LUBE

Lube

INSPECTION

Inspection

LABOR

Labor

TOWING

Towing

ROAD_SERVICE

Road Service

VEHICLE_ACCESSORIES

Vehicle Accessories

VEHICLE_PARTS

Vehicle Parts

PREVENTATIVE_MAINTENANCE

Preventative Maintenance

AIR_CONDITIONING_SERVICE

Air Conditioning Service

ENGINE_SERVICE

Engine Service

TRANSMISSION_SERVICE

Transmission Service

BRAKE_SERVICE

Brake Service

EXHAUST_SERVICE

Exhaust Service

BODY_WORK

Body Work

VEHICLE_GLASS

Vehicle Glass

SYNTHETIC_OIL

Synthetic Oil

LAMPS

Lamps

WIPERS

Wipers

HOSES

Hoses

TIRE_RELATED

Tire-related (Wheel Balance, Valve Stem)

REPAIRS

Repairs

SERVICE_PACKAGE

Service Package

VEHICLE_PARKING

Vehicle Parking

TRUCK_TANK_CLEANING

Truck Tank Cleaning

OTHER_LUBRICANTS

Other Lubricants

VEHICLE_FUEL_ADDITIVES_TREATMENT

Vehicle Fuel Additives/Treatment (Injected)

VEHICLE_RENTAL

Vehicle Rental

AIR_FILTER

Air Filter

VEHICLE_PREP

Vehicle Prep

FUEL_SYSTEM

Fuel System

MISCELLANEOUS_VEHICLE_PRODUCTS_SERVICES

Miscellaneous Vehicle Products / Services

STORAGE

Storage

AIRCRAFT_GROUND_HANDLING

Aircraft Ground Handling

AIRCRAFT_GROUND_POWER_UNIT

Aircraft Ground Power Unit

AIRCRAFT_LABOR

Aircraft Labor

AIRCRAFT_WORK_ORDER

Aircraft Work Order

AIRCRAFT_MAINTENANCE

Aircraft Maintenance

AIRCRAFT_SERVICE

Aircraft Service

TRANSPORTATION

Transportation

DE_ICING

De-icing

RAMP_FEES

Ramp Fees

CATERING

Catering

HANGAR_FEE

Hangar Fee

LANDING_FEE

Landing Fee

CALL_OUT_FEE

Call Out Fee

AIRCRAFT_RENTAL

Aircraft Rental

INSTRUCTION_FEE

Instruction Fee

FLIGHT_PLANS_WEATHER_BRIEF

Flight Plans / Weather Brief

CHARTER_FEE

Charter Fee

COMMUNICATION_FEE

Communication Fee

AIRCRAFT_CLEANING

Aircraft Cleaning

CARGO_HANDLING

Cargo Handling

AIRCRAFT_ACCESSORIES

Aircraft Accessories

PILOT_SUPPLIES

Pilot Supplies

AIRCRAFT_PARKING_FEES

Aircraft Parking Fees

AIRCRAFT_TIE_DOWN_FEES

Aircraft Tie Down Fees

AIRCRAFT_SANITATION_FEES

Aircraft Sanitation Fees

AIRCRAFT_FUEL_ADDITIVE

Aircraft Fuel Additive

AC_PARTS

AC Parts

OXYGEN

Oxygen

DE_FUEL

De-fuel

RE_SERVICE

Re-service

STATIC_DISSIPATER_ADDITIVE

Static Dissipater Additive

CORROSION_INHIBITOR

Corrosion Inhibitor

AIRPORT_FEES

Airport Fees

OVERTIME_FEES

Overtime Fees

IT_BLADDER

IT/Bladder

GROUND_EQUIPMENT_SERVICE_FEES

Ground Equipment Service Fees

SECURE_FEES

Secure Fees

FLOW_FEE

Flow Fee

MISCELLANEOUS_AVIATION_PRODUCTS_SERVICES

Miscellaneous Aviation Products/Services

MARINE_SERVICE

Marine Service

MARINE_LABOR

Marine Labor

MARINE_WORK_ORDER

Marine Work Order

LAUNCH_FEE

Launch Fee

SLIP_RENTAL

Slip Rental

MISCELLANEOUS_MARINE_PRODUCTS_SERVICES

Miscellaneous Marine Products/Services

GENERAL_MERCHANDISE

General Merchandise

GENERAL_ICE

General Ice

GENERAL_TOBACCO

General Tobacco

CIGARETTES

Cigarettes

TOBACCO_OTHER

Tobacco - Other

GENERAL_PACKAGED_BEVERAGE

General Packaged Beverage

PACKAGED_BEVERAGES_NON_ALCOHOLIC

Packaged Beverages (non-alcoholic)

PACKAGED_JUICE

Packaged Juice

OTHER_PACKAGED_BEVERAGES

Other Packaged Beverages

GENERAL_DISPENSED_BEVERAGE

General Dispensed Beverage

HOT_DISPENSED_BEVERAGES

Hot Dispensed Beverages

COLD_DISPENSED_BEVERAGES

Cold Dispensed Beverages

FROZEN_DISPENSED_BEVERAGES

Frozen Dispensed Beverages

OTHER_DISPENSED_BEVERAGES

Other Dispensed Beverages

GENERAL_SNACKS

General Snacks

SALTY_SNACKS

Salty Snacks

ALTERNATIVE_SNACKS

Alternative Snacks

SWEET_SNACKS_PACKAGED

Sweet Snacks - Packaged

GENERAL_CANDY

General Candy

GENERAL_DAIRY

General Dairy

FLUID_MILK_PRODUCTS

Fluid Milk Products

PACKAGED_ICE_CREAM_NOVELTIES

Packaged Ice Cream/Novelties

OTHER_DAIRY

Other Dairy

GENERAL_GROCERY

General Grocery

GROCERIES_EDIBLE

Groceries - Edible

GROCERIES_NON_EDIBLE

Groceries - Non-Edible

GROCERIES_PERISHABLE

Groceries - Perishable

BREAD_PACKAGED

Bread - Packaged

FROZEN_FOODS

Frozen Foods

GENERAL_ALCOHOL

General Alcohol

BEER_ALCOHOLIC

Beer - Alcoholic

BEER_NON_ALCOHOLIC

Beer - Non-Alcoholic

WINE

Wine

LIQUOR

Liquor

GENERAL_DELI

General Deli

PACKAGED_SANDWICHES_DELI_PRODUCTS

Packaged Sandwiches/Deli Products

PREPARED_FOODS

Prepared Foods

DELI_ITEMS

Deli Items

GENERAL_FOOD_SERVICE

General Food service

GENERAL_LOTTERY

General Lottery

LOTTERY_INSTANT

Lottery - Instant

LOTTERY_ONLINE

Lottery - Online

LOTTERY_OTHER

Lottery - Other

GENERAL_MONEY_ORDER

General Money Order

MONEY_ORDER_VENDOR_PAYMENT

Money Order - Vendor Payment

MONEY_ORDER_PAYROLL_CHECK

Money Order - Payroll Check

MONEY_ORDER_GIFT_CERTIFICATE

Money Order - Gift Certificate

MONEY_ORDER_REFUND_CHECK

Money Order - Refund Check

MONEY_ORDER_OFFICIAL_CHECK

Money Order - Official Check

MONEY_ORDER_REBATE_CHECK

Money Order - Rebate Check

MONEY_ORDER_DIVIDEND_CHECK

Money Order - Dividend Check

MONEY_ORDER_UTILITY_CHECK

Money Order - Utility Check

GENERAL_STORE_SERVICE

General Store Service

HOME_DELIVERY

Home Delivery

PREPAID_CARDS_PURCHASE

Prepaid Cards - Purchase

PREPAID_CARDS_ACTIVATION_RECHARGE

Prepaid Cards - Activation/Recharge

MEMBERSHIP_LOYALTY

Membership/Loyalty

GENERAL_HEALTH_BEAUTY_CARE

General Health & Beauty Care

GENERAL_PUBLICATIONS

General Publications

PIN_ACTIVATE_PREPAID_CARD

PIN Activate Prepaid Card

PIN_RETURN_PREPAID_CARD

PIN Return Prepaid Card

ENABLE_DEVICE_HANDSET_UNLOCK

Enable Device/Handset Unlock

DISABLE_DEVICE_HANDSET_LOCK

Disable Device/Handset Lock

THIRD_PARTY_PREPAID_CARD_ACTIVATE

3rd Party Prepaid Card Activate

THIRD_PARTY_PREPAID_CARD_RELOAD

3rd Party Prepaid Card Reload

FINANCIAL_PREPAID_CARD_ACTIVATE

Financial Prepaid Card Activate

FINANCIAL_PREPAID_CARD_RELOAD

Financial Prepaid Card Reload

PROPRIETARY_PREPAID_CARD_ACTIVATE

Proprietary Prepaid Card Activate

PROPRIETARY_PREPAID_CARD_RELOAD

Proprietary Prepaid Card Reload

GENERAL_PURPOSE_ACTIVATE

General Purpose Activate

GENERAL_PURPOSE_RELOAD

General Purpose Reload

REAL_TIME_RECHARGE

Real Time Recharge

WIRELESS_REAL_TIME_RECHARGE

Wireless Real Time Recharge

SINGLE_PAYEE_BILL_PAY

Single Payee Bill Pay

MULTIPLE_PAYEE_BILL_PAY

Multiple Payee Bill Pay

PACKAGED_DEF

Packaged DEF (Diesel Exhaust Fluid)

PACKAGED_B99

Packaged B99

PACKAGED_B100

Packaged B100

PACKAGED_ADDITIVE

Packaged Additive

PACKAGED_KEROSENE

Packaged Kerosene

PACKAGED_PROPANE

Packaged Propane

MISCELLANEOUS_PACKAGED_FUELS

Miscellaneous Packaged Fuels

SCALES

Scales

SHOWER

Shower

TIRE_REPAIR

Tire Repair

LODGING

Lodging

WASH_OUT

Wash Out

TRAILER_WASH

Trailer Wash

RV_DUMP_FEE

RV Dump Fee

EV_CHARGING_FEE

EV Charging Fee

EV_BATTERY_EXCHANGES

EV Battery Exchanges

TOLL_PAYMENTS

Toll Payments

CANNABIDIOL

Cannabidiol (CBD)

DISCOUNT_1

Discount 1

DISCOUNT_2

Discount 2

DISCOUNT_3

Discount 3

DISCOUNT_4

Discount 4

DISCOUNT_5

Discount 5

COUPON_1

Coupon 1

COUPON_2

Coupon 2

COUPON_3

Coupon 3

COUPON_4

Coupon 4

COUPON_5

Coupon 5

LOTTERY_PAY_OUT_INSTANT

Lottery Pay Out - Instant

LOTTERY_PAY_OUT_ONLINE

Lottery Pay Out - Online

LOTTERY_PAY_OUT_OTHER

Lottery Pay Out - Other

SPLIT_TENDER

Split Tender

TAX_DISCOUNT_FORGIVEN

Tax Discount/Forgiven

LOCAL_DISCOUNT_1

Local Discount 1

LOCAL_DISCOUNT_2

Local Discount 2

LOCAL_DISCOUNT_3

Local Discount 3

LOCAL_DISCOUNT_4

Local Discount 4

LOCAL_DISCOUNT_5

Local Discount 5

POS_LOYALTY_RESERVED_DISCOUNT_1

POS/Loyalty Reserved Discount 1

POS_LOYALTY_RESERVED_DISCOUNT_2

POS/Loyalty Reserved Discount 2

POS_LOYALTY_RESERVED_DISCOUNT_3

POS/Loyalty Reserved Discount 3

POS_LOYALTY_RESERVED_DISCOUNT_4

POS/Loyalty Reserved Discount 4

POS_LOYALTY_RESERVED_DISCOUNT_5

POS/Loyalty Reserved Discount 5

MISCELLANEOUS_NEGATIVE_ADMINISTRATIVE

Miscellaneous Negative Administrative

TAX_1

Tax 1

TAX_2

Tax 2

TAX_3

Tax 3

TAX_4

Tax 4

TAX_5

Tax 5

CASH_BACK

Cash Back

CASH_BACK_FEE

Cash Back Fee

FEE_1

Fee 1

FEE_2

Fee 2

FEE_3

Fee 3

FEE_4

Fee 4

FEE_5

Fee 5

MISCELLANEOUS_AVIATION_TAX

Miscellaneous Aviation Tax

GST_HST_CANADIAN_VAT_1

GST/HST (Canadian)/VAT 1

PST_QST_CANADIAN_VAT_2

PST/QST (Canadian) VAT 2

SWT_RATE_CANADIAN

SWT Rate (Canadian)

TAX_6

Tax 6

TAX_7

Tax 7

TAX_8

Tax 8

JET_FEDERAL_EXCISE_TAX

Jet Federal Excise Tax

AVGAS_FEDERAL_EXCISE_TAX

AvGas Federal Excise Tax

CHARITY

Charity

GRATUITY

Gratuity

MISCELLANEOUS_ADMINISTRATIVE

Miscellaneous Administrative

MastercardFleetProductCode

Mastercard Fleet product codes

Output:ENUM

Enum Values

REGULAR

Unleaded Regular (85 to 87 octane)

MID

Unleaded Mid Grade (88 or 89 octane)

PREMIUM

Unleaded Premium (90 or 91 octane)

SUPER

Unleaded Super (92 to 94 octane)

REGULAR_METHANOL

Methanol Unleaded Regular (86 or 87 octane)

MID_METHANOL

Methanol Unleaded Mid Grade (88 or 89 octane)

PREMIUM_METHANOL

Methanol Unleaded Premium (90 or 91 octane)

SUPER_METHANOL

Methanol Unleaded Super (92 to 94 octane)

LEADED_METHANOL

Methanol Regular Leaded

REGULAR_LEADED

Regular Leaded Gasoline

DIESEL

Diesel

DIESEL_PREMIUM

Diesel Premium

KEROSENE

Kerosene

LPG

Liquid Propane gas (LPG)

CNG

Compressed Natural Gas

M85

M85 (Methanol 85%)

E85

E85 (Ethanol 85%)

REGULAR_ETHANOL

Ethanol Unleaded Regular (86 or 87 octane)

MID_ETHANOL

Ethanol Unleaded Mid Grade (88 or 89 octane)

PREMIUM_ETHANOL

Ethanol Unleaded Premium (90 or 91 octane)

SUPER_ETHANOL

Ethanol Unleaded Super (92 to 94 octane)

LEADED_ETHANOL

Ethanol Regular Leaded

UNLEADED_REFORMULATED

Unleaded Reformulated (86 or 87 octane)

UNLEADED_MID_REFORMULATED

Unleaded Mid Grade Reformulated (88 or 89 octane)

DYED_DIESEL

Dyed Diesel

GASOHOL

Gasohol

BIODIESEL

Biodiesel

ULSD

Ultralow Sulfur Diesel (ULSD)

MOTOR_OIL

Motor Oil

OIL_CHANGE

Oil Change

ENGINE_SERVICE

Engine Service

TRANSMISSION_SERVICE

Transmission Service

BRAKE_SERVICE

Brake Service

SOLVENT

Solvent

BRAKE_FLUID

Brake Fluid

MISC_PARTS

Miscellaneous Parts

MISC_LABOR

Miscellaneous Labor

MISC_REPAIRS

Miscellaneous Repairs

TIRES_BATTERIES_ACCESSORIES

TBA (tires, batteries, accessories)

TIRES

Tires

BATTERIES

Batteries

AUTO_ACC

Automotive Accessories

AUTO_GLASS

Automotive Glass

CAR_WASH

Car Wash

TOWING

Towing

DEF

Diesel Exhaust Fluid (DEF)

CIGARETTES

Cigarettes/Tobacco

HEALTH_BEAUTY

Health/Beauty Aid

MISC_FOOD

Miscellaneous Food/Grocery

SODA

Soda

BEER_WINE

Beer/Wine

MILK_JUICE

Milk/Juice

RESTAURANT

Restaurant

MISC_BEV

Miscellaneous Beverage

MISC_OTHER_FUEL

Miscellaneous Other

AV_FUEL_100

Aviation 100 Octane

JET_FUEL

Jet Fuel

AV_FUEL

Aviation Fuel

MARINE_FUEL

Marine Fuel

MISC_FUEL

Miscellaneous Fuel

LNG

Liquid Natural Gas

WHITE_GAS

White Gas

RACING_FUEL

Racing Fuel

EV_LEVEL_1_CHARGE

Electric Vehicle Charge Level 1: 110v

EV_LEVEL_2_CHARGE

Electric Vehicle Charge Level 2: 240v

EV_LEVEL_3_CHARGE

Electric Vehicle Charge Level 3: 480v

BIODIESEL_NON_TAXABLE

Biodiesel (Non-Taxable)

DIESEL_NON_TAXABLE

Diesel (Non-Taxable)

DIESEL_EXHAUST_FLUID_DISPENSED

Diesel Exhaust Fluid: Dispensed

AV_MAINTENANCE

Aviation Maintenance

DE_ICING

De-icing

APU

APU or Aircraft Jump Start

AV_CATERING

Aviation CAtering

TIEDOWN_HANGAR

Tiedown or Hangar

LANDING_FEE

Landing Fee

RAMP_FEE

Ramp Fee

CALL_OUT_FEE

Call Out Fee

PLANE_RENTAL

Plane Rental

INSTRUCTION_FEE

Instruction Fee

MISC_AV

Miscellaneous Aviation

FLIGHT_PLAN_FEE

Flight Planning/Weather Fees

CHARTER_FEE

Charter Fees

GROUND_HANDLING

Ground Handling

COMM_FEE

Communication Fees

AIRCRAFT_CLEANING

Aircraft Cleaning

CARGO_HANDLING

Cargo Handling

AC_ACC

Aviation Accessories

BOAT_SERVICE

Boat Service

MastercardFleetProductType

Mastercard Fleet product type code

Output:ENUM

Enum Values

PROMPT_FOR_ID_AND_ODOMETER

Prompts for ID number and odometer reading

PROMPT_FOR_VEHICLE_NUMBER_AND_ODOMETER

Prompts for vehicle number and odometer reading

PROMPT_FOR_DRIVER_NUMBER_AND_ODOMETER

Prompts for driver number and odometer reading

PROMPT_FOR_ODOMETER_ONLY

Prompts for odometer reading only

NO_PROMPTS_ISSUED

No prompts issued

MastercardFleetPromptType

Mastercard Fleet prompt types

Output:ENUM

Enum Values

USER_ID

User ID

VEHICLE_NUMBER

Vehicle Number

VEHICLE_TAG

Vehicle Tag

DRIVER_ID

Driver ID

ODOMETER

Odometer

WORK_ORDER_OR_PO_NUMBER

Work Order / P.O. Number

INVOICE_NUMBER

Invoice Number

TRIP_NUMBER

Trip Number

UNIT_NUMBER

Unit Number

REEFER_HOURS

Reefer Hours

ZIP_OR_POSTAL_CODE

ZIP Code / Postal Code

REPLACEMENT_CAR

Replacement Car

ENTERED_DATA_ALPHA

Entered Data Alpha

WEB_PORTAL_DATA

Web Portal Data

ENTERED_DATA_NUM

Entered Data Num

JOB_NUMBER

Job Number

MAINTENANCE_ID

Maintenance ID

DEPARTMENT_NUMBER

Department Number

TRAILER_NUMBER

Trailer Number

DELIVERY_TICKET_NUMBER

Delivery Ticket Number

HUBOMETER

Hubometer

SUB_FLEET_NUMBER

Sub Fleet Number

TRANSACTION_NUMBER

Transaction Number

CONTROL_NUMBER

Control Number

REEFER_TEMPERATURE

Reefer Temperature

DRIVER_OR_VEHICLE_CARD

Driver or Vehicle Card

CUSTOMER_NUMBER

Customer Number

ADDITIONAL_CARD_DATA

Additional Card Data

ADDITIONAL_VEHICLE_DATA

Additional Vehicle Data

ENGINE_HOURS

Engine Hours

TANK_LEVEL_START

Tank Level Start

FUEL_GAUGE_LEVEL

Fuel Gauge Level

BATTERY_VOLTAGE

Battery Voltage

COOLANT_TEMPERATURE

Coolant Temperature

CHECK_ENGINE_STATUS

Check Engine Status

FUEL_ECONOMY

Fuel Economy

ENGINE_RPM

Engine RPM

ENGINE_LOAD

Engine Load

ENGINE_OIL_TEMPERATURE

Engine Oil Temperature

ENGINE_TIME_TOTAL

Engine Time Total

HARD_BREAKING

Hard Breaking

HARD_ACCELERATION

Hard Acceleration

IDLE_TIME

Idle Time

TOTAL_IDLE_TIME

Total Idle Time

ENGINE_OIL_PRESSURE

Engine Oil Pressure

ENGINE_OIL_LIFE

Engine Oil Life

BILLING_ID

Billing ID

MastercardFleetUnitOfMeasure

Mastercard Fleet fuel unit of measure

Output:ENUM

Enum Values

GALLONS

Gallons

LITERS

Liters

POUNDS

Pounds

KILOS

Kilograms

IMPERIAL_GALLONS

Imperial Gallons

KILOWATT_HOURS

Kilowatt Hours

MINUTES

Minutes

HOURS

Hours

NOT_APPLICABLE

Not Applicable

MerchantCategory

The list of human friendly merchant category codes (MCC) according to ISO-18245.

Output:ENUM

Enum Values

VETERINARY_SERVICES

The category for Veterinary Services.

Numeric code: '0742'

WINE_PRODUCERS

The category for Wine Producers.

Numeric code: '0743'

CHAMPAGNE_PRODUCERS

The category for Champagne Producers.

Numeric code: '0744'

AGRICULTURAL_COOPERATIVE

The category for Agricultural Cooperative.

Numeric code: '0763'

LANDSCAPING_SERVICES

The category for Landscaping Services.

Numeric code: '0780'

WHOLESALE

The category for Wholesale.

Numeric code: '1002'

CONCESSION

The category for Concession.

Numeric code: '1003'

GENERAL_SERVICES

The category for General Services.

Numeric code: '1520'

HEATING_PLUMBING_A_C

The category for "Heating, Plumbing, A/C".

Numeric code: '1711'

ELECTRICAL_SERVICES

The category for Electrical Services.

Numeric code: '1731'

MASONRY_STONEWORK_AND_PLASTER

The category for "Masonry, Stonework, and Plaster".

Numeric code: '1740'

CARPENTRY_SERVICES

The category for Carpentry Services.

Numeric code: '1750'

ROOFING_SIDING_SHEET_METAL

The category for "Roofing/Siding, Sheet Metal".

Numeric code: '1761'

CONCRETE_WORK_SERVICES

The category for Concrete Work Services.

Numeric code: '1771'

SPECIAL_TRADE_SERVICES

The category for Special Trade Services.

Numeric code: '1799'

FAST_FOOD

The category for "Food Served in a Hospital, Hotel, Cruise Ship, or Similar Location".

Numeric code: '2002'

MISCELLANEOUS_PUBLISHING_AND_PRINTING

The category for Miscellaneous Publishing and Printing.

Numeric code: '2741'

TYPESETTING_PLATE_MAKING_AND_RELATED_SERVICES

The category for "Typesetting, Plate Making, and Related Services".

Numeric code: '2791'

SPECIALTY_CLEANING

The category for Specialty Cleaning.

Numeric code: '2842'

KYORITSUHOTELS

The category for Kyoritsu Hotels.

Numeric code: '3839'

RAILROADS

The category for Railroads.

Numeric code: '4011'

COMMUTER_TRANSPORT_AND_FERRIES

The category for "Commuter Transport, Ferries".

Numeric code: '4111'

PASSENGER_RAILWAYS

The category for Passenger Railways.

Numeric code: '4112'

AMBULANCE_SERVICES

The category for Ambulance Services.

Numeric code: '4119'

TAXICABS_LIMOUSINES

The category for Taxicabs/Limousines.

Numeric code: '4121'

BUS_LINES

The category for Bus Lines.

Numeric code: '4131'

MOTOR_FREIGHT_CARRIERS_AND_TRUCKING

The category for "Motor Freight Carriers and Trucking - Local and Long Distance, Moving and Storage Companies, and Local Delivery Services".

Numeric code: '4214'

COURIER_SERVICES

The category for Courier Services.

Numeric code: '4215'

PUBLIC_WAREHOUSING_AND_STORAGE

The category for "Public Warehousing and Storage - Farm Products, Refrigerated Goods, Household Goods, and Storage".

Numeric code: '4225'

CRUISE_LINES

The category for Cruise Lines.

Numeric code: '4411'

BOAT_RENTALS_AND_LEASES

The category for Boat Rentals and Leases.

Numeric code: '4457'

MARINAS_SERVICE_AND_SUPPLIES

The category for "Marinas, Service and Supplies".

Numeric code: '4468'

AIRLINES_AIR_CARRIERS

The category for "Airlines, Air Carriers".

Numeric codes: ['3003','3019','3070','3073','3074','3080','3091','3092','3093','3095','3101','3104','3105','3107','3108','3109','3113','3114','3116','3119','3120','3121','3122','3123','3124','3128','3134','3139','3140','3141','3142','3147','3149','3150','3152','3153','3155','3157','3158','3160','3162','3163','3166','3173','3179','3189','3192','3194','3195','3198','3199','3201','3202','3205','3207','3208','3209','3210','3214','3224','3225','3227','3230','3232','3237','3244','3249','3250','3255','3257','3258','3264','3265','3268','3269','3270','3271','3272','3273','3274','3275','3276','3277','3278','3279','3281','3283','3288','3289','3290','3291','4511']

AIRPORTS_FLYING_FIELDS

The category for "Airports, Flying Fields".

Numeric code: '4582'

TRAVEL_AGENCIES_TOUR_OPERATORS

The category for "Travel Agencies, Tour Operators".

Numeric code: '4722'

T_UI_TRAVEL_GERMANY

The category for TUI Travel - Germany.

Numeric code: '4723'

TOLLS_BRIDGE_FEES

The category for Tolls/Bridge Fees.

Numeric code: '4784'

TRANSPORTATION_SERVICES

The category for Transportation Services (Not Elsewhere Classified).

Numeric code: '4789'

TELECOMMUNICATION_EQUIPMENT_AND_TELEPHONE_SALES

The category for Telecommunication Equipment and Telephone Sales.

Numeric code: '4812'

TELECOMMUNICATION_SERVICES

The category for Telecommunication Services.

Numeric code: '4814'

COMPUTER_NETWORK_SERVICES

The category for Computer Network Services.

Numeric code: '4816'

TELEGRAPH_SERVICES

The category for Telegraph Services.

Numeric code: '4821'

WIRES_MONEY_ORDERS

The category for "Wires, Money Orders".

Numeric code: '4829'

CABLE_SATELLITE_AND_OTHER_PAY_TELEVISION_AND_RADIO

The category for "Cable, Satellite, and Other Pay Television and Radio".

Numeric code: '4899'

UTILITIES

The category for Utilities.

Numeric code: '4900'

MOTOR_VEHICLE_SUPPLIES_AND_NEW_PARTS

The category for Motor Vehicle Supplies and New Parts.

Numeric code: '5013'

OFFICE_AND_COMMERCIAL_FURNITURE

The category for Office and Commercial Furniture.

Numeric code: '5021'

CONSTRUCTION_MATERIALS

The category for Construction Materials (Not Elsewhere Classified).

Numeric code: '5039'

PHOTOGRAPHIC_PHOTOCOPY_MICROFILM_EQUIPMENT_AND_SUPPLIES

The category for "Photographic, Photocopy, Microfilm Equipment, and Supplies".

Numeric code: '5044'

COMPUTERS_PERIPHERALS_AND_SOFTWARE

The category for "Computers, Peripherals, and Software".

Numeric code: '5045'

COMMERCIAL_EQUIPMENT

The category for Commercial Equipment (Not Elsewhere Classified).

Numeric code: '5046'

MEDICAL_DENTAL_OPHTHALMIC_AND_HOSPITAL_EQUIPMENT_AND_SUPPLIES

The category for "Medical, Dental, Ophthalmic, and Hospital Equipment and Supplies".

Numeric code: '5047'

METAL_SERVICE_CENTERS

The category for Metal Service Centers.

Numeric code: '5051'

ELECTRICAL_PARTS_AND_EQUIPMENT

The category for Electrical Parts and Equipment.

Numeric code: '5065'

HARDWARE_EQUIPMENT_AND_SUPPLIES

The category for "Hardware, Equipment, and Supplies".

Numeric code: '5072'

PLUMBING_HEATING_EQUIPMENT_AND_SUPPLIES

The category for "Plumbing, Heating Equipment, and Supplies".

Numeric code: '5074'

INDUSTRIAL_SUPPLIES

The category for Industrial Supplies (Not Elsewhere Classified).

Numeric code: '5085'

PRECIOUS_STONES_AND_METALS_WATCHES_AND_JEWELRY

The category for "Precious Stones and Metals, Watches and Jewelry".

Numeric code: '5094'

DURABLE_GOODS

The category for Durable Goods (Not Elsewhere Classified).

Numeric code: '5099'

STATIONARY_OFFICE_SUPPLIES_PRINTING_AND_WRITING_PAPER

The category for "Stationary, Office Supplies, Printing and Writing Paper".

Numeric code: '5111'

DRUGS_DRUG_PROPRIETARIES_AND_DRUGGIST_SUNDRIES

The category for "Drugs, Drug Proprietaries, and Druggist Sundries".

Numeric code: '5122'

PIECE_GOODS_NOTIONS_AND_OTHER_DRY_GOODS

The category for "Piece Goods, Notions, and Other Dry Goods".

Numeric code: '5131'

UNIFORMS_COMMERCIAL_CLOTHING

The category for "Uniforms, Commercial Clothing".

Numeric code: '5137'

COMMERCIAL_FOOTWEAR

The category for Commercial Footwear.

Numeric code: '5139'

CHEMICALS_AND_ALLIED_PRODUCTS

The category for Chemicals and Allied Products (Not Elsewhere Classified).

Numeric code: '5169'

PETROLEUM_AND_PETROLEUM_PRODUCTS

The category for Petroleum and Petroleum Products.

Numeric code: '5172'

BOOKS_PERIODICALS_AND_NEWSPAPERS

The category for "Books, Periodicals, and Newspapers".

Numeric code: '5192'

FLORISTS_SUPPLIES_NURSERY_STOCK_AND_FLOWERS

The category for "Florists Supplies, Nursery Stock, and Flowers".

Numeric code: '5193'

PAINTS_VARNISHES_AND_SUPPLIES

The category for "Paints, Varnishes, and Supplies".

Numeric code: '5198'

NONDURABLE_GOODS

The category for Nondurable Goods (Not Elsewhere Classified).

Numeric code: '5199'

HOME_SUPPLY_WAREHOUSE_STORES

The category for Home Supply Warehouse Stores.

Numeric code: '5200'

LUMBER_BUILDING_MATERIALS_STORES

The category for "Lumber, Building Materials Stores".

Numeric code: '5211'

GLASS_PAINT_AND_WALLPAPER_STORES

The category for "Glass, Paint, and Wallpaper Stores".

Numeric code: '5231'

HARDWARE_STORES

The category for Hardware Stores.

Numeric code: '5251'

NURSERIES_LAWN_AND_GARDEN_SUPPLY_STORES

The category for "Nurseries, Lawn and Garden Supply Stores".

Numeric code: '5261'

ONLINE_MARKETPLACES

The category for Online Marketplaces.

Numeric code: '5262'

MOBILE_HOME_DEALERS

The category for Mobile Home Dealers.

Numeric code: '5271'

WHOLESALE_CLUBS

The category for Wholesale Clubs.

Numeric code: '5300'

DUTY_FREE_STORES

The category for Duty Free Stores.

Numeric code: '5309'

DISCOUNT_STORES

The category for Discount Stores.

Numeric code: '5310'

DEPARTMENT_STORES

The category for Department Stores.

Numeric code: '5311'

VARIETY_STORES

The category for Variety Stores.

Numeric code: '5331'

MISCELLANEOUS_GENERAL_MERCHANDISE

The category for Miscellaneous General Merchandise.

Numeric code: '5399'

GROCERY_STORES_SUPERMARKETS

The category for "Grocery Stores, Supermarkets".

Numeric code: '5411'

FREEZER_AND_LOCKER_MEAT_PROVISIONERS

The category for Freezer and Locker Meat Provisioners.

Numeric code: '5422'

CANDY_NUT_AND_CONFECTIONERY_STORES

The category for "Candy, Nut, and Confectionery Stores".

Numeric code: '5441'

DAIRY_PRODUCTS_STORES

The category for Dairy Products Stores.

Numeric code: '5451'

BAKERIES

The category for Bakeries.

Numeric code: '5462'

MISCELLANEOUS_FOOD_STORES

The category for Miscellaneous Food Stores - Convenience Stores and Specialty Markets.

Numeric code: '5499'

CAR_AND_TRUCK_DEALERS_NEW_USED

The category for "Car and Truck Dealers (New & Used) Sales, Service, Repairs Parts and Leasing".

Numeric code: '5511'

CAR_AND_TRUCK_DEALERS_USED_ONLY

The category for "Car and Truck Dealers (Used Only) Sales, Service, Repairs Parts and Leasing".

Numeric code: '5521'

AUTO_AND_HOME_SUPPLY_STORES

The category for Auto and Home Supply Stores.

Numeric code: '5531'

AUTOMOTIVE_TIRE_STORES

The category for Automotive Tire Stores.

Numeric code: '5532'

AUTOMOTIVE_PARTS_AND_ACCESSORIES_STORES

The category for Automotive Parts and Accessories Stores.

Numeric code: '5533'

SERVICE_STATIONS

The category for Service Stations.

Numeric code: '5541'

AUTOMATED_FUEL_DISPENSERS

The category for Automated Fuel Dispensers.

Numeric code: '5542'

BOAT_DEALERS

The category for Boat Dealers.

Numeric code: '5551'

ELECTRIC_VEHICLE_CHARGING

The category for Electric Vehicle Charging.

Numeric code: '5552'

MOTORCYCLE_SHOPS_DEALERS

The category for "Motorcycle Shops, Dealers".

Numeric code: '5561'

MOTORCYCLE_SHOPS_AND_DEALERS

The category for Motorcycle Shops and Dealers.

Numeric code: '5571'

MOTOR_HOMES_DEALERS

The category for Motor Homes Dealers.

Numeric code: '5592'

SNOWMOBILE_DEALERS

The category for Snowmobile Dealers.

Numeric code: '5598'

MISCELLANEOUS_AUTO_DEALERS

The category for Miscellaneous Auto Dealers.

Numeric code: '5599'

MENS_AND_BOYS_CLOTHING_AND_ACCESSORIES_STORES

The category for Mens and Boys Clothing and Accessories Stores.

Numeric code: '5611'

WOMENS_READY_TO_WEAR_STORES

The category for Women's Ready-To-Wear Stores.

Numeric code: '5621'

WOMENS_ACCESSORY_AND_SPECIALTY_SHOPS

The category for Women's Accessory and Specialty Shops.

Numeric code: '5631'

CHILDRENS_AND_INFANTS_WEAR_STORES

The category for Children's and Infants Wear Stores.

Numeric code: '5641'

FAMILY_CLOTHING_STORES

The category for Family Clothing Stores.

Numeric code: '5651'

SPORTS_AND_RIDING_APPAREL_STORES

The category for Sports and Riding Apparel Stores.

Numeric code: '5655'

SHOE_STORES

The category for Shoe Stores.

Numeric code: '5661'

FURRIERS_AND_FUR_SHOPS

The category for Furriers and Fur Shops.

Numeric code: '5681'

MENS_WOMENS_CLOTHING_STORES

The category for "Mens, Women's Clothing Stores".

Numeric code: '5691'

TAILORS_ALTERATIONS

The category for "Tailors, Alterations".

Numeric code: '5697'

WIG_AND_TOUPEE_STORES

The category for Wig and Toupee Stores.

Numeric code: '5698'

MISCELLANEOUS_APPAREL_AND_ACCESSORY_SHOPS

The category for Miscellaneous Apparel and Accessory Shops.

Numeric code: '5699'

FURNITURE_HOME_FURNISHINGS_AND_EQUIPMENT_STORES_EXCEPT_APPLIANCES

The category for "Furniture, Home Furnishings, and Equipment Stores, Except Appliances".

Numeric code: '5712'

FLOOR_COVERING_STORES

The category for Floor Covering Stores.

Numeric code: '5713'

DRAPERY_WINDOW_COVERING_AND_UPHOLSTERY_STORES

The category for "Drapery, Window Covering, and Upholstery Stores".

Numeric code: '5714'

FIREPLACE_FIREPLACE_SCREENS_AND_ACCESSORIES_STORES

The category for "Fireplace, Fireplace Screens, and Accessories Stores".

Numeric code: '5718'

MISCELLANEOUS_HOME_FURNISHING_SPECIALTY_STORES

The category for Miscellaneous Home Furnishing Specialty Stores.

Numeric code: '5719'

HOUSEHOLD_APPLIANCE_STORES

The category for Household Appliance Stores.

Numeric code: '5722'

GUNS_AMMO

The category for guns and ammunition

Numeric code: 5723

ELECTRONICS_STORES

The category for Electronics Stores.

Numeric code: '5732'

MUSIC_STORES_MUSICAL_INSTRUMENTS_PIANOS_AND_SHEET_MUSIC

The category for "Music Stores-Musical Instruments, Pianos, and Sheet Music".

Numeric code: '5733'

COMPUTER_SOFTWARE_STORES

The category for Computer Software Stores.

Numeric code: '5734'

RECORD_STORES

The category for Record Stores.

Numeric code: '5735'

CATERERS

The category for Caterers.

Numeric code: '5811'

EATING_PLACES_RESTAURANTS

The category for "Eating Places, Restaurants".

Numeric code: '5812'

DRINKING_PLACES

The category for Drinking Places.

Numeric code: '5813'

FAST_FOOD_RESTAURANTS

The category for Fast Food Restaurants.

Numeric code: '5814'

DIGITAL_GOODS_MEDIA

The category for "Digital Goods Media – Books, Movies, Music".

Numeric code: '5815'

DIGITAL_GOODS_GAMES

The category for Digital Goods – Games.

Numeric code: '5816'

DIGITAL_GOODS_APPLICATIONS

The category for Digital Goods – Applications (Excludes Games).

Numeric code: '5817'

DIGITAL_GOODS_LARGE_VOLUME

The category for Digital Goods – Large Digital Goods Merchant.

Numeric code: '5818'

DRUG_STORES_AND_PHARMACIES

The category for Drug Stores and Pharmacies.

Numeric code: '5912'

PACKAGE_STORES_BEER_WINE_AND_LIQUOR

The category for "Package Stores-Beer, Wine, and Liquor".

Numeric code: '5921'

USED_MERCHANDISE_AND_SECONDHAND_STORES

The category for Used Merchandise and Secondhand Stores.

Numeric code: '5931'

ANTIQUE_SHOPS

The category for Antique Shops.

Numeric code: ['5932', '5832']

PAWN_SHOPS

The category for Pawn Shops.

Numeric code: '5933'

WRECKING_AND_SALVAGE_YARDS

The category for Wrecking and Salvage Yards.

Numeric code: '5935'

ANTIQUE_REPRODUCTIONS

The category for Antique Reproductions.

Numeric code: '5937'

BICYCLE_SHOPS

The category for Bicycle Shops.

Numeric code: '5940'

SPORTING_GOODS_STORES

The category for Sporting Goods Stores.

Numeric code: '5941'

BOOK_STORES

The category for Book Stores.

Numeric code: '5942'

STATIONERY_STORES_OFFICE_AND_SCHOOL_SUPPLY_STORES

The category for "Stationery Stores, Office, and School Supply Stores".

Numeric code: '5943'

JEWELRY_STORES_WATCHES_CLOCKS_AND_SILVERWARE_STORES

The category for "Jewelry Stores, Watches, Clocks, and Silverware Stores".

Numeric code: '5944'

HOBBY_TOY_AND_GAME_SHOPS

The category for "Hobby, Toy, and Game Shops".

Numeric code: '5945'

CAMERA_AND_PHOTOGRAPHIC_SUPPLY_STORES

The category for Camera and Photographic Supply Stores.

Numeric code: '5946'

GIFT_CARD_NOVELTY_AND_SOUVENIR_SHOPS

The category for "Gift, Card, Novelty, and Souvenir Shops".

Numeric code: '5947'

LUGGAGE_AND_LEATHER_GOODS_STORES

The category for Luggage and Leather Goods Stores.

Numeric code: '5948'

SEWING_NEEDLEWORK_FABRIC_AND_PIECE_GOODS_STORES

The category for "Sewing, Needlework, Fabric, and Piece Goods Stores".

Numeric code: '5949'

GLASSWARE_CRYSTAL_STORES

The category for "Glassware, Crystal Stores".

Numeric code: '5950'

DIRECT_MARKETING_INSURANCE_SERVICES

The category for Direct Marketing - Insurance Services.

Numeric code: '5960'

DIRECT_MARKETING_TRAVEL

The category for Direct Marketing - Travel.

Numeric code: '5962'

DOOR_TO_DOOR_SALES

The category for Door-To-Door Sales.

Numeric code: '5963'

DIRECT_MARKETING_CATALOG_MERCHANT

The category for Direct Marketing - Catalog Merchant.

Numeric code: '5964'

DIRECT_MARKETING_COMBINATION_CATALOG_AND_RETAIL_MERCHANT

The category for Direct Marketing - Combination Catalog and Retail Merchant.

Numeric code: '5965'

DIRECT_MARKETING_OUTBOUND_TELEMARKETING

The category for Direct Marketing - Outbound Telemarketing.

Numeric code: '5966'

DIRECT_MARKETING_INBOUND_TELEMARKETING

The category for Direct Marketing - Inbound Telemarketing.

Numeric code: '5967'

DIRECT_MARKETING_SUBSCRIPTION

The category for Direct Marketing - Subscription.

Numeric code: '5968'

DIRECT_MARKETING_OTHER

The category for Direct Marketing - Other.

Numeric code: '5969'

ARTISTS_SUPPLY_AND_CRAFT_SHOPS

The category for Artists Supply and Craft Shops.

Numeric code: '5970'

ART_DEALERS_AND_GALLERIES

The category for Art Dealers and Galleries.

Numeric code: '5971'

STAMP_AND_COIN_STORES

The category for Stamp and Coin Stores.

Numeric code: '5972'

RELIGIOUS_GOODS_STORES

The category for Religious Goods Stores.

Numeric code: '5973'

HEARING_AIDS_SALES_AND_SUPPLIES

The category for Hearing Aids Sales and Supplies.

Numeric code: '5975'

ORTHOPEDIC_GOODS_PROSTHETIC_DEVICES

The category for Orthopedic Goods - Prosthetic Devices.

Numeric code: '5976'

COSMETIC_STORES

The category for Cosmetic Stores.

Numeric code: '5977'

TYPEWRITER_STORES

The category for Typewriter Stores.

Numeric code: '5978'

FUEL_DEALERS_NON_AUTOMOTIVE

The category for Fuel Dealers (Non Automotive).

Numeric code: '5983'

FLORISTS

The category for Florists.

Numeric code: '5992'

CIGAR_STORES_AND_STANDS

The category for Cigar Stores and Stands.

Numeric code: '5993'

NEWS_DEALERS_AND_NEWSSTANDS

The category for News Dealers and Newsstands.

Numeric code: '5994'

PET_SHOPS_PET_FOOD_AND_SUPPLIES

The category for "Pet Shops, Pet Food, and Supplies".

Numeric code: '5995'

SWIMMING_POOLS_SALES

The category for Swimming Pools Sales.

Numeric code: '5996'

ELECTRIC_RAZOR_STORES

The category for Electric Razor Stores.

Numeric code: '5997'

TENT_AND_AWNING_SHOPS

The category for Tent and Awning Shops.

Numeric code: '5998'

MISCELLANEOUS_SPECIALTY_RETAIL

The category for Miscellaneous Specialty Retail.

Numeric code: '5999'

MANUAL_CASH_DISBURSE

The category for Manual Cash Disburse.

Numeric code: '6010'

AUTOMATED_CASH_DISBURSE

The category for Automated Cash Disburse.

Numeric code: '6011'

FINANCIAL_INSTITUTIONS

The category for Financial Institutions.

Numeric code: '6012'

QUASI_CASH_CUSTOMER_FINANCIAL_INSTITUTIONS

The category for Quasi Cash - Customer Financial Institutions.

Numeric code: '6050'

NON_FI_MONEY_ORDERS

The category for "Non-FI, Money Orders".

Numeric code: '6051'

PERSONAL_CREDIT_INSTITUTIONS

The category for companies which provide loans to individuals

Numeric Code: ‘6141’

MORTGAGE_BANKERS_LOAN_CORRESPONDENTS

The category for Mortgage Bankers & Loan Correspondents

Numeric code: '6162'

SECURITY_BROKERS_DEALERS

The category for Security Brokers/Dealers.

Numeric code: '6211'

INSURANCE_UNDERWRITING_PREMIUMS

The category for "Insurance Underwriting, Premiums".

Numeric code: '6300'

PINLESS_DEBIT_BILLPAY_TIER_2

The category for PINless Debit BillPay Tier 2 (Tel, Cable, TV, Radio, Insurance)

Numeric Code: '6321'

INSURANCE_PREMIUMS

The category for Insurance Premiums

Numeric Code: '6381'

INSURANCE_DEFAULT

The category for Insurance - Default.

Numeric code: '6399'

INSURANCE_AGENTS_BROKERS_SERVICE

The category for Insurance Agents, Brokers & Service

Numeric code: '6411'

REAL_ESTATE_AGENTS_AND_MANAGERS_RENTALS

The category for Real Estate Agents and Managers - Rentals.

Numeric code: '6513'

MONEYSEND_INTRACOUNTRY

The category for MoneySend Intracountry.

Numeric code: '6536'

MONEYSEND_INTERCOUNTRY

The category for MoneySend Intercountry.

Numeric code: '6537'

MONEYSEND_FUNDING

The category for MoneySend Funding.

Numeric code: '6538'

FUNDING_TRANSACTION

The category for Funding Transactions excluding MoneySend.

Numeric code: '6539'

NON_FI_STORED_VALUE_CARD_PURCHASE_LOAD

The category for "Non-FI, Stored Value Card Purchase/Load".

Numeric code: '6540'

HOTELS_MOTELS_AND_RESORTS

The category for "Hotels, Motels, and Resorts".

Numeric codes: ['3501','3502','3503','3504','3505','3506','3507','3508','3509','3510','3511','3512','3513','3514','3515','3516','3517','3518','3519','3520','3521','3522','3523','3524','3525','3526','3527','3528','3529','3530','3531','3532','3533','3534','3535','3536','3537','3538','3539','3540','3541','3542','3543','3544','3545','3546','3547','3548','3549','3550','3551','3552','3553','3554','3555','3556','3557','3558','3559','3560','3561','3562','3563','3564','3565','3566','3567','3568','3569','3570','3571','3572','3573','3574','3575','3576','3577','3578','3579','3580','3581','3582','3583','3584','3585','3586','3587','3588','3589','3590','3591','3592','3593','3594','3595','3596','3597','3598','3599','3600','3601','3602','3603','3604','3605','3606','3607','3608','3609','3610','3611','3612','3613','3614','3615','3616','3617','3618','3619','3620','3621','3622','3623','3624','3625','3626','3627','3628','3629','3630','3631','3632','3633','3634','3635','3636','3637','3638','3639','3640','3641','3642','3643','3644','3645','3646','3647','3648','3649','3650','3651','3652','3653','3654','3655','3656','3657','3658','3659','3660','3661','3662','3663','3664','3665','3666','3667','3668','3669','3670','3671','3672','3673','3674','3675','3676','3677','3678','3679','3680','3681','3682','3683','3684','3685','3686','3687','3688','3689','3690','3691','3692','3693','3694','3695','3696','3697','3698','3699','3700','3701','3702','3703','3704','3705','3706','3707','3708','3709','3710','3711','3712','3713','3714','3715','3716','3717','3718','3719','3720','3721','3722','3723','3724','3725','3726','3727','3728','3729','3730','3731','3732','3733','3734','3735','3736','3737','3738','3739','3740','3741','3742','3743','3744','3745','3746','3747','3748','3749','3750','3751','3752','3753','3754','3755','3756','3757','3758','3759','3760','3761','3762','3763','3764','3765','3766','3767','3768','3769','3770','3771','3772','3773','3774','3775','3776','3777','3778','3779','3780','3781','3782','3783','3784','3785','3786','3787','3788','3789','3790','7011']

TIMESHARES

The category for Timeshares.

Numeric code: '7012'

SPORTING_RECREATION_CAMPS

The category for Sporting/Recreation Camps.

Numeric code: '7032'

TRAILER_PARKS_CAMPGROUNDS

The category for "Trailer Parks, Campgrounds".

Numeric code: '7033'

LAUNDRY_CLEANING_SERVICES

The category for "Laundry, Cleaning Services".

Numeric code: '7210'

LAUNDRIES

The category for Laundries.

Numeric code: '7211'

DRY_CLEANERS

The category for Dry Cleaners.

Numeric code: '7216'

CARPET_UPHOLSTERY_CLEANING

The category for Carpet/Upholstery Cleaning.

Numeric code: '7217'

PHOTOGRAPHIC_STUDIOS

The category for Photographic Studios.

Numeric code: '7221'

BARBER_AND_BEAUTY_SHOPS

The category for Barber and Beauty Shops.

Numeric code: '7230'

SHOE_REPAIR_HAT_CLEANING

The category for Shoe Repair/Hat Cleaning.

Numeric code: '7251'

FUNERAL_SERVICES_CREMATORIES

The category for "Funeral Services, Crematories".

Numeric code: '7261'

DATING_ESCORT_SERVICES

The category for Dating/Escort Services.

Numeric code: '7273'

TAX_PREPARATION_SERVICES

The category for Tax Preparation Services.

Numeric code: '7276'

COUNSELING_SERVICES

The category for Counseling Services.

Numeric code: '7277'

BUYING_SHOPPING_SERVICES

The category for Buying/Shopping Services.

Numeric code: '7278'

CLOTHING_RENTAL

The category for Clothing Rental.

Numeric code: '7296'

MASSAGE_PARLORS

The category for Massage Parlors.

Numeric code: '7297'

HEALTH_AND_BEAUTY_SPAS

The category for Health and Beauty Spas.

Numeric code: '7298'

MISCELLANEOUS_GENERAL_SERVICES

The category for Miscellaneous General Services.

Numeric code: '7299'

ADVERTISING_SERVICES

The category for Advertising Services.

Numeric code: '7311'

CREDIT_REPORTING_AGENCIES

The category for Credit Reporting Agencies.

Numeric code: '7321'

COMMERCIAL_PHOTOGRAPHY_ART_AND_GRAPHICS

The category for "Commercial Photography, Art and Graphics".

Numeric code: '7333'

QUICK_COPY_REPRO_AND_BLUEPRINT

The category for "Quick Copy, Repro, and Blueprint".

Numeric code: '7338'

SECRETARIAL_SUPPORT_SERVICES

The category for Secretarial Support Services.

Numeric code: '7339'

EXTERMINATING_SERVICES

The category for Exterminating Services.

Numeric code: '7342'

CLEANING_AND_MAINTENANCE

The category for Cleaning and Maintenance.

Numeric code: '7349'

EMPLOYMENT_TEMP_AGENCIES

The category for Employment/Temp Agencies.

Numeric code: '7361'

COMPUTER_PROGRAMMING

The category for Computer Programming.

Numeric code: '7372'

INFORMATION_RETRIEVAL_SERVICES

The category for Information Retrieval Services.

Numeric code: '7375'

COMPUTER_REPAIR

The category for Computer Repair.

Numeric code: '7379'

CONSULTING_PUBLIC_RELATIONS

The category for "Consulting, Public Relations".

Numeric code: '7392'

DETECTIVE_AGENCIES

The category for Detective Agencies.

Numeric code: '7393'

EQUIPMENT_RENTAL

The category for Equipment Rental.

Numeric code: '7394'

PHOTO_DEVELOPING

The category for Photo Developing.

Numeric code: '7395'

MISCELLANEOUS_BUSINESS_SERVICES

The category for Miscellaneous Business Services.

Numeric code: '7399'

TRUCK_STOP_ITERATION

The category for Truck StopIteration.

Numeric code: '7511'

CAR_RENTAL_AGENCIES

The category for Car Rental Agencies.

Numeric code: '7512'

CAR_RENTAL

The category for Car Rentals.

Numeric Codes: ['3356','3358','3363','3365','3367','3369','3371','3372','3373','3375','3377','3378','3379','3382','3383','3384','3392','3397','3399','3401','3402','3403','3404','3406','3407','3408','3410','3411','3413','3415','3416','3417','3418','3419','3422','3424','3426','3440']

TRUCK_UTILITY_TRAILER_RENTALS

The category for Truck/Utility Trailer Rentals.

Numeric code: '7513'

RECREATIONAL_VEHICLE_RENTALS

The category for Recreational Vehicle Rentals.

Numeric code: '7519'

PARKING_LOTS_GARAGES

The category for "Parking Lots, Garages".

Numeric code: '7523'

AUTO_BODY_REPAIR_SHOPS

The category for Auto Body Repair Shops.

Numeric code: '7531'

TIRE_RETREADING_AND_REPAIR

The category for Tire Retreading and Repair.

Numeric code: '7534'

AUTO_PAINT_SHOPS

The category for Auto Paint Shops.

Numeric code: '7535'

AUTO_SERVICE_SHOPS

The category for Auto Service Shops.

Numeric code: '7538'

CAR_WASHES

The category for Car Washes.

Numeric code: '7542'

TOWING_SERVICES

The category for Towing Services.

Numeric code: '7549'

ELECTRONICS_REPAIR_SHOPS

The category for Electronics Repair Shops.

Numeric code: '7622'

AC_REFRIGERATION_REPAIR

The category for "A/C, Refrigeration Repair".

Numeric code: '7623'

SMALL_APPLIANCE_REPAIR

The category for Small Appliance Repair.

Numeric code: '7629'

WATCH_JEWELRY_REPAIR

The category for Watch/Jewelry Repair.

Numeric code: '7631'

FURNITURE_REPAIR_REFINISHING

The category for "Furniture Repair, Refinishing".

Numeric code: '7641'

WELDING_REPAIR

The category for Welding Repair.

Numeric code: '7692'

MISCELLANEOUS_REPAIR_SHOPS

The category for Miscellaneous Repair Shops.

Numeric code: '7699'

PICTURE_VIDEO_PRODUCTION

The category for Picture/Video Production.

Numeric code: '7829'

MOTION_PICTURE_THEATERS

The category for Motion Picture Theaters.

Numeric code: '7832'

VIDEO_TAPE_RENTAL_STORES

The category for Video Tape Rental Stores.

Numeric code: '7841'

DANCE_HALL_STUDIOS_SCHOOLS

The category for "Dance Hall, Studios, Schools".

Numeric code: '7911'

THEATRICAL_TICKET_AGENCIES

The category for Theatrical Ticket Agencies.

Numeric code: '7922'

BANDS_ORCHESTRAS

The category for "Bands, Orchestras".

Numeric code: '7929'

BILLIARD_POOL_ESTABLISHMENTS

The category for Billiard/Pool Establishments.

Numeric code: '7932'

BOWLING_ALLEYS

The category for Bowling Alleys.

Numeric code: '7933'

SPORTS_CLUBS_FIELDS

The category for Sports Clubs/Fields.

Numeric code: '7941'

TOURIST_ATTRACTIONS_AND_EXHIBITS

The category for Tourist Attractions and Exhibits.

Numeric code: '7991'

GOLF_COURSES_PUBLIC

The category for Golf Courses - Public.

Numeric code: '7992'

VIDEO_AMUSEMENT_GAME_SUPPLIES

The category for Video Amusement Game Supplies.

Numeric code: '7993'

VIDEO_GAME_ARCADES

The category for Video Game Arcades.

Numeric code: '7994'

BETTING_CASINO_GAMBLING

The category for Betting/Casino Gambling.

Numeric code: '7995'

AMUSEMENT_PARKS_CARNIVALS

The category for Amusement Parks/Carnivals.

Numeric code: '7996'

COUNTRY_CLUBS

The category for Country Clubs.

Numeric code: '7997'

AQUARIUMS

The category for Aquariums.

Numeric code: '7998'

MISCELLANEOUS_RECREATION_SERVICES

The category for Miscellaneous Recreation Services.

Numeric code: '7999'

DOCTORS

The category for Doctors.

Numeric code: '8011'

DENTISTS_ORTHODONTISTS

The category for "Dentists, Orthodontists".

Numeric code: '8021'

OSTEOPATHS

The category for Osteopaths.

Numeric code: '8031'

CHIROPRACTORS

The category for Chiropractors.

Numeric code: '8041'

OPTOMETRISTS_OPHTHALMOLOGIST

The category for "Optometrists, Ophthalmologist".

Numeric code: '8042'

OPTICIANS_EYEGLASSES

The category for "Opticians, Eyeglasses".

Numeric code: '8043'

CHIROPODISTS_PODIATRISTS

The category for "Chiropodists, Podiatrists".

Numeric code: '8049'

NURSING_PERSONAL_CARE

The category for Nursing/Personal Care.

Numeric code: '8050'

HOSPITALS

The category for Hospitals.

Numeric code: '8062'

MEDICAL_AND_DENTAL_LABS

The category for Medical and Dental Labs.

Numeric code: '8071'

MEDICAL_SERVICES

The category for Medical Services.

Numeric code: '8099'

LEGAL_SERVICES_ATTORNEYS

The category for "Legal Services, Attorneys".

Numeric code: '8111'

ELEMENTARY_SECONDARY_SCHOOLS

The category for "Elementary, Secondary Schools".

Numeric code: '8211'

COLLEGES_UNIVERSITIES

The category for "Colleges, Universities".

Numeric code: '8220'

CORRESPONDENCE_SCHOOLS

The category for Correspondence Schools.

Numeric code: '8241'

BUSINESS_SECRETARIAL_SCHOOLS

The category for Business/Secretarial Schools.

Numeric code: '8244'

VOCATIONAL_TRADE_SCHOOLS

The category for Vocational/Trade Schools.

Numeric code: '8249'

EDUCATIONAL_SERVICES

The category for Educational Services.

Numeric code: '8299'

CHILD_CARE_SERVICES

The category for Child Care Services.

Numeric code: '8351'

CHARITABLE_AND_SOCIAL_SERVICE_ORGANIZATIONS_FUNDRAISING

The category for Charitable and Social Service Organizations - Fundraising.

Numeric code: '8398'

CIVIC_SOCIAL_FRATERNAL_ASSOCIATIONS

The category for "Civic, Social, Fraternal Associations".

Numeric code: '8641'

POLITICAL_ORGANIZATIONS

The category for Political Organizations.

Numeric code: '8651'

RELIGIOUS_ORGANIZATIONS

The category for Religious Organizations.

Numeric code: '8661'

AUTOMOBILE_ASSOCIATIONS

The category for Automobile Associations.

Numeric code: '8675'

MEMBERSHIP_ORGANIZATIONS

The category for Membership Organizations.

Numeric code: '8699'

TESTING_LABORATORIES

The category for Testing Laboratories.

Numeric code: '8734'

ARCHITECTURAL_SURVEYING_SERVICES

The category for Architectural/Surveying Services.

Numeric code: '8911'

ACCOUNTING_BOOKKEEPING_SERVICES

The category for Accounting/Bookkeeping Services.

Numeric code: '8931'

PROFESSIONAL_SERVICES

The category for Professional Services.

Numeric code: '8999'

COURT_COSTS

The category for "Court Costs, Including Alimony and Child Support - Courts of Law".

Numeric code: '9211'

FINES_GOVERNMENT_ADMINISTRATIVE_ENTITIES

The category for Fines - Government Administrative Entities.

Numeric code: '9222'

BAIL_AND_BOND_PAYMENTS

The category for "Bail and Bond Payments (payment to the surety for the bond, not the actual bond paid to the government agency)".

Numeric code: '9223'

TAX_PAYMENTS_GOVERNMENT_AGENCIES

The category for Tax Payments - Government Agencies.

Numeric code: '9311'

GOVERNMENT_SERVICES

The category for Government Services (Not Elsewhere Classified).

Numeric code: '9399'

POSTAL_SERVICES_GOVERNMENT_ONLY

The category for Postal Services - Government Only.

Numeric code: '9402'

US_FEDERAL_GOVERNMENT_AGENCIES_OR_DEPARTMENTS

The category for U.S. Federal Government Agencies or Departments.

Numeric code: '9405'

GOVERNMENT_OWNED_LOTTERY_GLOBAL

The category for "Government Owned Lottery (Global, Excluding U.S. Region)"

Numeric code: '9406'

INTRA_COMPANY_PURCHASES

The category for Intra-Company Purchases.

Numeric code: '9950'

BLUEPRINTING_AND_PHOTOCOPYING_SERVICES

The category for Blueprinting and Photocopying Services

Numeric Code: '7332'

GOVERNMENT_OWNED_LOTTERY

The category for Government Owned Lotteries

Numeric Code: '7800'

GOVERNMENT_LICENSED_ON_LINE_CASINO

The category for Government Licensed On-Line Casinos

Numeric Code: '7801'

GOVERNMENT_LICENSED_HORSE_OR_DOG_RACING

The category for Government Licensed On-Line Casinos

Numeric Code: '7802'

HOME_2_SUITES

The category for Home2Suites

Numeric Code: '3816'

MASTERS_ECONOMY_INNS

The category for Masters Economy Inns

Numeric Code: '3835'

UNITED_AIRLINES

The category for United Airlines

Numeric Code: '3000'

AMERICAN_AIRLINES

The category for American Airlines

Numeric Code: '3001'

PAN_AMERICAN

The category for Pan American

Numeric Code: '3002'

TRANS_WORLD_AIRLINES

The category for Trans World Airlines

Numeric Code: '3004'

BRITISH_AIRWAYS

The category for British Airways

Numeric Code: '3005'

JAPAN_AIRLINES

The category for Japan Airlines

Numeric Code: '3006'

AIR_FRANCE

The category for Air France

Numeric Code: '3007'

LUFTHANSA

The category for Lufthansa

Numeric Code: '3008'

AIR_CANADA

The category for Air Canada

Numeric Code: '3009'

KLM_ROYAL_DUTCH_AIRLINES

The category for KLM (Royal Dutch Airlines)

Numeric Code: '3010'

AEORFLOT

The category for Aeorflot

Numeric Code: '3011'

QUANTAS

The category for Quantas

Numeric Code: '3012'

ALITALIA

The category for Alitalia

Numeric Code: '3013'

SAUDIA_ARABIAN_AIRLINES

The category for Saudia Arabian Airlines

Numeric Code: '3014'

SWISS_AIR

The category for Swiss Air

Numeric Code: '3015'

SCANDINAVIAN_AIRLINE_SYSTEM

The category for Scandinavian Airline System

Numeric Code: '3016'

SOUTH_AFRICAN_AIRWAYS

The category for South African Airways

Numeric Code: '3017'

VARIG

The category for Varig

Numeric Code: '3018'

AIR_INDIA

The category for Air India

Numeric Code: '3020'

AIR_ALGERIE

The category for Air Algerie

Numeric Code: '3021'

PHILIPPINE_AIRLINES

The category for Philippine Airlines

Numeric Code: '3022'

MEXICANA_AIRLINES

The category for Mexicana Airlines

Numeric Code: '3023'

PAKISTAN_INTERNATIONAL

The category for Pakistan International

Numeric Code: '3024'

AIR_NEW_ZEALAND

The category for Air New Zealand

Numeric Code: '3025'

EMIRATES

The category for Emirates

Numeric Code: '3026'

UTA_INTERAIR

The category for UTA/Interair

Numeric Code: '3027'

AIR_MALTA

The category for Air Malta

Numeric Code: '3028'

SABENA

The category for Sabena

Numeric Code: '3029'

AEROLINEAS_ARGENTINAS

The category for Aeorlineas Argentinas

Numeric Code: '3030'

OLYMPIC_AIRWAYS

The category for Olympic Airways

Numeric Code: '3031'

EL_AL_AIRLINES

The category for El Al Airlines

Numeric Code: '3032'

ANSETT_AIRLINES

The category for Ansett Airlines

Numeric Code: '3033'

ETIHAD_AIR

The category for Etihad Air

Numeric Code: '3034'

TAP_AIR_PORTUGAL

The category for TAP Air Portugal

Numeric Code: '3035'

VASP_AIR

The category for Viacao Aerea Sao Pãulo (VASP)

Numeric Code: '3036'

EGYPT_AIR

The category for Egyptair

Numeric Code: '3037'

KUWAIT_AIR

The category for Kuwait Air

Numeric Code: '3038'

AVIANCA

The category for Avianca

Numeric Code: '3039'

GULF_AIR

The category for Gulf Air (Bahrain)

Numeric Code: '3040'

BALKAN_AIR

The category for Balkan-Bulgarian Airlines

Numeric Code: '3041'

FINNAIR

The category for Finnair

Numeric Code: '3042'

AER_LINGUS

The category for Aer Lingus

Numeric Code: '3043'

AIR_LANKA

The category for Air Lanka

Numeric Code: '3044'

NIGERIA_AIR

The category for Nigeria Airways

Numeric Code: '3045'

CRUZIERO_AIR

The category for Cruzeiro Do Sul

Numeric Code: '3046'

THY_AIRLINE

The category for "Turk Hava Yollar (Thy Airline)"

Numeric Code: '3047'

AIR_MAROC

The category for Royal Air Maroc

Numeric Code: '3048'

TUNIS_AIR

The category for Tunis Air

Numeric Code: '3049'

ICELAND_AIR

The category for Icelandair

Numeric Code: '3050'

AUSTRIAN_AIR

The category for Austrian Airlines

Numeric Code: '3051'

LAN_AIR

The category for LAN Airlines

Numeric Code: '3052'

AVIACO_AIR

The category for Aviacion Y Comercio (AVIACO)

Numeric Code: '3053'

LADECO_AIR

The category for Linea Aerea Del Cobre (LADECO)

Numeric Code: '3054'

LAB_AIR

The category for Lloyd Aero Boliviano (LAB)

Numeric Code: '3055'

JET_AIRWAYS

The category for Jet Airways

Numeric Code: '3056'

VIRGIN_AMERICA

The category for Virgin America

Numeric Code: '3057'

DELTA_AIRLINES

The category for Delta Airlines

Numeric Code: '3058'

DBA_AIR

The category for DBA Airlines

Numeric Code: '3059'

NWA_AIR

The category for Northwest Airlines

Numeric Code: '3060'

CONTINENTAL_AIRLINES

The category for Continental Airlines

Numeric Code: '3061'

HLX_AIR

The category for Hapag-Lloyd Express

Numeric Code: '3062'

US_AIRWAYS

The category for US Airways

Numeric Code: '3063'

ADRIA_AIR

The category for Adria Airways

Numeric Code: '3064'

AIRINTER

The category for Airinter

Numeric Code: '3065'

SOUTHWEST_AIRLINES

The category for Southwest Airlines

Numeric Code: '3066'

VANGUARD_AIR

The category for Vanguard Airlines

Numeric Code: '3067'

AIR_ASTANA

The category for Air Astana

Numeric Code: '3068'

SUN_COUNTRY_AIRLINES

The category for Sun Country Airlines

Numeric Code: '3069'

AIR_BRITISH_COLUMBIA

The category for Air British Columbia

Numeric Code: '3071'

CEBU_PACIFIC_AIRLINES

The category for Cebu Pacific Airlines

Numeric Code: '3072'

SINGAPORE_AIRLINES

The category for Singapore Airlines

Numeric Code: '3075'

AEROMEXICO

The category for Aeromexico

Numeric Code: '3076'

THAI_AIRWAYS

The category for Thai Airways

Numeric Code: '3077'

CHINA_AIRLINES

The category for China Airlines

Numeric Code: '3078'

JETSTAR_AIRWAYS

The category for Jetstar Airways

Numeric Code: '3079'

NORD_AIR

The category for NordAir

Numeric Code: '3081'

KOREAN_AIRLINES

The category for Korean Airlines

Numeric Code: '3082'

AIR_AFRIQUE

The category for Air Afrique

Numeric Code: '3083'

EVA_AIRWAYS

The category for Eva Airways

Numeric Code: '3084'

MIDWEST_EXPRESS_AIRLINES

The category for Midwest Express Airlines

Numeric Code: '3085'

CARNIVAL_AIRLINES

The category for Carnival Airlines

Numeric Code: '3086'

METRO_AIRLINES

The category for Metro Airlines

Numeric Code: '3087'

CROATIA_AIR

The category for Croatia Air

Numeric Code: '3088'

TRANSAERO

The category for Transaero

Numeric Code: '3089'

UNI_AIRWAYS_CORPORATION

The category for Uni Airways Corporation

Numeric Code: '3090'

ZAMBIA_AIRWAYS

The category for Zambia Airways

Numeric Code: '3094'

AIR_ZIMBABWE_CORP

The category for Air Zimbabwe Corp

Numeric Code: '3096'

SPANAIR

The category for Spanair

Numeric Code: '3097'

ASIANA_AIRLINES

The category for Asiana Airlines

Numeric Code: '3098'

CATHAY_PACIFIC

The category for Cathay Pacific

Numeric Code: '3099'

MALAYSIAN_AIRLINE_SYSTEM

The category for Malaysian Airline System

Numeric Code: '3100'

IBERIA

The category for Iberia

Numeric Code: '3102'

GARUDA

The category for Garuda

Numeric Code: '3103'

BRAATHENS

The category for Braathens S.A.F.E

Numeric Code: '3106'

WINGS_AIRWAYS

The category for Wings Airways

Numeric Code: '3110'

BRITISH_MIDLAND_AIR

The category for British Midland Air

Numeric Code: '3111'

WINDWARD_ISLAND_AIR

The category for Windward Island Air

Numeric Code: '3112'

TOWER_AIR

The category for Tower Air

Numeric Code: '3115'

VIASA_AIR

The category for Venezolana International De Aviacion

Numeric Code: '3117'

VALLEY_AIRLINES

The category for Valley Airlines

Numeric Code: '3118'

TAN_AIR

The category for Tan Sahsa (Tan Air)

Numeric Code: '3125'

TAL_AIR

The category for Tal Air

Numeric Code: '3126'

TACA_INTERNATIONAL_AIR

The category for Taca International

Numeric Code: '3127'

SURINAM_AIRWAYS

The category for Surinam Airways

Numeric Code: '3129'

SUNWORLD_AIR

The category for Sunworld International

Numeric Code: '3130'

VLM_AIRLINES

The category for VLM Airlines

Numeric Code: '3131'

FRONTIER_AIRLINES

The category for Frontier Airlines

Numeric Code: '3132'

SUNBELT_AIRLINES

The category for Sunbelt Airlines

Numeric Code: '3133'

SUDAN_AIRWAYS

The category for Sudan Airways

Numeric Code: '3135'

QATAR_AIRWAYS

The category for Qatar Airways

Numeric Code: '3136'

SINGLETON_AIR

The category for Singleton Air

Numeric Code: '3137'

SIMMONS_AIRLINES

The category for Simmons Airlines

Numeric Code: '3138'

SCENIC_AIRLINES

The category for Scenic Airlines

Numeric Code: '3143'

VIRGIN_ATLANTIC

The category for Virgin Atlantic

Numeric Code: '3144'

SAN_JUAN_AIR

The category for San Juan Air

Numeric Code: '3145'

LUXAIR

The category for Luxair

Numeric Code: '3146'

AIR_LITTORAL

The category for Air Littoral S.A.

Numeric Code: '3148'

AIR_ZAIRE

The category for Air Zaire

Numeric Code: '3151'

PRINCEVILLE_AIR

The category for Princeville Air

Numeric Code: '3154'

GOFLY

The category for GOFLY

Numeric Code: '3156'

PBA_AIRLINE

The category for Provincetown-Boston Airways

Numeric Code: '3159'

ANA_AIR

The category for All Nipon Airways

Numeric Code: '3161'

NORONTAIR

The category for Norontair

Numeric Code: '3164'

NY_HELI

The category for New York Helicopter

Numeric Code: '3165'

AERO_CONTINENTE

The category for Aero Continente

Numeric Code: '3167'

HAINAN_AIRLINES

The category for Hainan Airlines

Numeric code: ‘3168’

RIYADH_AIR

The category for Riyadh Air

Numeric code: ‘3169'

MOUNT_COOK

The category for Mount Cook

Numeric Code: '3170'

CANADIAN_AIR

The category for Canadian Airlines International

Numeric Code: '3171'

NATIONAIR

The category for Nationair

Numeric Code: '3172'

JETBLUE_AIRWAYS

The category for Jetblue Airways

Numeric Code: '3174'

MIDDLE_EAST_AIR

The category for Middle East Air

Numeric Code: '3175'

METROFLIGHT_AIRLINES

The category for Metroflight Airlines

Numeric Code: '3176'

AIRTRAN_AIRWAYS

The category for AirTran Airways

Numeric Code: '3177'

MESA_AIR

The category for Mesa Air

Numeric Code: '3178'

WESTJET_AIRLINES

The category for Westjet Airlines

Numeric Code: '3180'

MALEV

The category for Malev

Numeric Code: '3181'

LOT_AIR

The category for LOT (Polish Airlines)

Numeric Code: '3182'

OMAN_AIR

The category for Oman Air

Numeric Code: '3183'

LIAT_AIRLINE

The category for Liat Airline

Numeric Code: '3184'

LAV_AIR

The category for Linea Aeropostal Venezolana (LAV)

Numeric Code: '3185'

LAP_AIR

The category for Lineas Aereas Paraguayas (LAP)

Numeric Code: '3186'

LACSA_AIR

The category for LACSA (Costa Rica)

Numeric Code: '3187'

VIRGIN_EXPRESS_AIR

The category for Virgin Express Air

Numeric Code: '3188'

JUGOSLAV_AIR

The category for Jugoslav Air

Numeric Code: '3190'

ISLAND_AIRLINES

The category for Island Airlines

Numeric Code: '3191'

INDIAN_AIRLINES

The category for Indian Airlines

Numeric Code: '3193'

HAWAIIAN_AIR

The category for Hawaiian Air

Numeric Code: '3196'

HAVASU_AIRLINES

The category for Havasu Airlines

Numeric Code: '3197'

GUYANA_AIRWAYS

The category for Guyana Airways

Numeric Code: '3200'

GOLDEN_PACIFIC_AIR

The category for Golden Pacific Air

Numeric Code: '3203'

FREEDOM_AIRLINES

The category for Freedom Airlines

Numeric Code: '3204'

CHINA_EASTERN_AIRLINES

The category for China Eastern Airlines

Numeric Code: '3206'

NORWEGIAN_AIR_SHUTTLE

The category for Norwegian Air Shuttle

Numeric Code: '3211'

DOMINICA_AIR

The category for Dominicana De Aviacion

Numeric Code: '3212'

MALMO_AIR

The category for Malmo Aviation

Numeric Code: '3213'

DAN_AIR_SERVICES

The category for Dan Air Services

Numeric Code: '3215'

CUMBERLAND_AIRLINES

The category for Cumberland Airlines

Numeric Code: '3216'

CSA_AIRLINE

The category for Ceskoslovenske Aerolinie (CSA)

Numeric Code: '3217'

CROWN_AIR

The category for Crown Air

Numeric Code: '3218'

COPA_AIR

The category for Compania Panamena De Aviacion (COPA)

Numeric Code: '3219'

COMP_FAU_AIR

The category for Compania Faucett

Numeric Code: '3220'

TAME_AIR

The category for Transportes Aeros Militares

Numeric Code: '3221'

COMMAND_AIR

The category for Command Airways

Numeric Code: '3222'

COMAIR

The category for Comair

Numeric Code: '3223'

SKYWAYS_AIR

The category for Skyways

Numeric Code: '3226'

CAYMAN_AIRWAYS

The category for Cayman Airways

Numeric Code: '3228'

SAETA_AIR

The category for SAETA (Sociedad Ecuatorianos De Transportes Aereos)

Numeric Code: '3229'

SAHSA_AIR

The category for SAHSA (Servicio Aero De Honduras)

Numeric Code: '3231'

CAPITOL_AIR

The category for Capitol Air

Numeric Code: '3233'

CARIBBEAN_AIRLINES

The category for Caribbean Airlines

Numeric Code: '3234'

BROCKWAY_AIR

The category for Brockway Air

Numeric Code: '3235'

AIR_ARABIA

The category for Air Arabia Airline

Numeric Code: '3236'

BEMIDJI_AIR

The category for Bemidji Aviation

Numeric Code: '3238'

BAR_HARBOR_AIRLINES

The category for Bar Harbor Airlines

Numeric Code: '3239'

BAHAMAS_AIR

The category for Bahamasair

Numeric Code: '3240'

AVIATECA_AIR

The category for Aviateca

Numeric Code: '3241'

AVENSA_AIR

The category for Avensa

Numeric Code: '3242'

AUSTRIAN_AIR_SERVICE

The category for Austrian Air Service

Numeric Code: '3243'

EASYJET_AIR

The category for Easyjet Air

Numeric Code: '3245'

RYANAIR

The category for Ryanair

Numeric Code: '3246'

GOL_AIRLINES

The category for Gol Airlines

Numeric Code: '3247'

TAM_AIRLINES

The category for Tam Airlines

Numeric Code: '3248'

ALOHA_AIRLINES

The category for Aloha Airlines

Numeric Code: '3251'

ALM_AIRLINE

The category for Antilean Airlines (ALM)

Numeric Code: '3252'

AMERICA_WEST

The category for America West

Numeric Code: '3253'

US_AIR_SHUTTLE

The category for U.S. Air Shuttle

Numeric Code: '3254'

ALASKA_AIR

The category for Alaska Airlines Inc.

Numeric Code: '3256'

ATA_AIR

The category for American Trans Air

Numeric Code: '3259'

SPIRIT_AIRLINES

The category for Spirit Airlines

Numeric Code: '3260'

AIR_CHINA

The category for Air China

Numeric Code: '3261'

RENO_AIR

The category for Reno Air

Numeric Code: '3262'

ASC_AIRLINE

The category for Aero Servicio Carabobo

Numeric Code: '3263'

AIR_SEYCHELLES

The category for Air Seychelles

Numeric Code: '3266'

AIR_PANAMA

The category for Air Panama International

Numeric Code: '3267'

AIR_JAMAICA

The category for Air Jamaica

Numeric Code: '3280'

AIR_DJIBOUTI

The category for Air Djibouti

Numeric Code: '3282'

AERO_VIRGIN_ISLANDS

The category for Aero Virgin Islands

Numeric Code: '3284'

AERO_PERU

The category for Aero Peru

Numeric Code: '3285'

AERO_NICARAGUENSIS

The category for Aero Nicaraguensis

Numeric Code: '3286'

AERO_COACH_AVIATION

The category for Aero Coach Aviation

Numeric Code: '3287'

CYPRUS_AIRWAYS

The category for Cyprus Airways

Numeric Code: '3292'

ECUATORIANA

The category for Ecuatoriana

Numeric Code: '3293'

ETHIOPIAN_AIRLINES

The category for Ethiopian Airlines

Numeric Code: '3294'

KENYA_AIRWAYS

The category for Kenya Airways

Numeric Code: '3295'

AIR_BERLIN

The category for Air Berlin

Numeric Code: '3296'

TAROM_AIR

The category for Tarom Romanian Air Transport

Numeric Code: '3297'

AIR_MAURITIUS

The category for Air Mauritius

Numeric Code: '3298'

WIDEROES

The category for Wideroes Flyveselskap

Numeric Code: '3299'

AZUL_BRAZILIAN_AIRLINES

The category for Azul Brazilian Airlines

Numeric Code: '3300'

WIZZ_AIR

The category for Wizz Air

Numeric Code: '3301'

FLYBE

The category for Flybe

Numeric Code: '3302'

TIGERAIR

The category for Tigerair

Numeric Code: '3303'

CHINA_SOUTHERN_AIRLINES

The category for China Southern Airlines

Numeric Code: '3308'

AFFILIATED_AUTO_RENTAL

The category for Affiliated Auto Rental

Numeric Code: '3351'

AMERICAN_INTERNATIONAL

The category for American International

Numeric Code: '3352'

BROOKS_RENT_A_CAR

The category for Brooks Rent A Car

Numeric Code: '3353'

ACTION_AUTO_RENTAL

The category for Action Auto Rental

Numeric Code: '3354'

SIXT_CAR_RENTAL

The category for Sixt Car Rental

Numeric Code: '3355'

HERTZ

The category for Hertz

Numeric Code: '3357'

PAYLESS_CAR_RENTAL

The category for Payless Car Rental

Numeric Code: '3359'

SNAPPY_CAR_RENTAL

The category for Snappy Car Rental

Numeric Code: '3360'

AIRWAYS

The category for Airways

Numeric Code: '3361'

ALTRA_AUTO_RENTAL

The category for Altra Auto Rental

Numeric Code: '3362'

AGENCY_RENT_A_CAR

The category for Agency Rent A Car

Numeric Code: '3364'

BUDGET_RENT_A_CAR

The category for Budget Rent A Car

Numeric Code: '3366'

HOLIDAY_RENT_A_CAR

The category for Holiday Rent A Car

Numeric Code: '3368'

RENT_A_WRECK

The category for Rent A Wreck

Numeric Code: '3370'

ACCENT_RENT_A_CAR

The category for Accent Rent A Car

Numeric Code: '3374'

AJAX_RENT_A_CAR

The category for Ajax Rent A Car

Numeric Code: '3376'

TRIANGLE_RENT_A_CAR

The category for Triangle Rent A Car

Numeric Code: '3380'

EUROPCAR

The category for Europcar

Numeric Code: '3381'

TROPICAL_RENT_A_CAR

The category for Tropical Rent A Car

Numeric Code: '3385'

SHOWCASE_RENTAL_CARS

The category for Showcase Rental Cars

Numeric Code: '3386'

ALAMO_RENT_A_CAR

The category for Alamo Rent A Car

Numeric Code: '3387'

MERCHANTS_RENT_A_CAR

The category for Merchants Rent A Car

Numeric Code: '3388'

AVIS_RENT_A_CAR

The category for Avis Rent A Car

Numeric Code: '3389'

DOLLAR_RENT_A_CAR

The category for Dollar Rent A Car

Numeric Code: '3390'

EUROPE_BY_CAR

The category for Europe By Car

Numeric Code: '3391'

NATIONAL_CAR_RENTAL

The category for National Car Rental

Numeric Code: '3393'

KEMWELL_GROUP

The category for Kemwell Group

Numeric Code: '3394'

THRIFTY_CAR_RENTAL

The category for Thrifty Car Rental

Numeric Code: '3395'

TILDEN_RENT_A_CAR

The category for Tilden Rent A Car

Numeric Code: '3396'

ECONO_CAR_RENT_A_CAR

The category for Econo Car Rent A Car

Numeric Code: '3398'

AUTO_HOST_RENTAL_CARS

The category for Auto Host Rental Cars

Numeric Code: '3400'

ENTERPRISE_RENT_A_CAR

The category for Enterprise Rent A Car

Numeric Code: '3405'

GENERAL_RENT_A_CAR

The category for General Rent A Car

Numeric Code: '3409'

A1_RENT_A_CAR

The category for A1 Rent A Car

Numeric Code: '3412'

GODFREY_NATIONAL

The category for Godfrey National

Numeric Code: '3414'

ANSA_INTERNATIONAL

The category for Ansa International

Numeric Code: '3420'

ALLSTATE

The category for Allstate

Numeric Code: '3421'

AVCAR

The category for Avcar

Numeric Code: '3423'

AUTOMATE

The category for Automate

Numeric Code: '3425'

AVON_RENT_A_CAR

The category for Avon Rent A Car

Numeric Code: '3427'

CAREY

The category for Carey

Numeric Code: '3428'

INSURANCE_RENT_A_CAR

The category for Insurance Rent A Car

Numeric Code: '3429'

MAJOR_RENT_A_CAR

The category for Major Rent A Car

Numeric Code: '3430'

REPLACEMENT_RENT_A_CAR

The category for Replacement Rent A Car

Numeric Code: '3431'

RESERVE_RENT_A_CAR

The category for Reserve Rent A Car

Numeric Code: '3432'

UGLY_DUCKLING_RENT_A_CAR

The category for Ugly Duckling Rent A Car

Numeric Code: '3433'

USA_RENTAL

The category for Usa Rental

Numeric Code: '3434'

VALUE_RENT_A_CAR

The category for Value Rent A Car

Numeric Code: '3435'

AUTOHANSA

The category for Autohansa

Numeric Code: '3436'

CITE

The category for Cite

Numeric Code: '3437'

INTERENT

The category for Interent

Numeric Code: '3438'

MILLEVILLE

The category for Milleville

Numeric Code: '3439'

ADVANTAGE_RENT_A_CAR

The category for Advantage Rent A Car

Numeric Code: '3441'

HOLIDAY_INNS

The category for Holiday Inns

Numeric Code: '3501'

BEST_WESTERN

The category for Best Western

Numeric Code: '3502'

SHERATON

The category for Sheraton

Numeric Code: '3503'

HILTON

The category for Hilton

Numeric Code: '3504'

TRUSTHOUSE_FORTE

The category for Trusthouse Forte

Numeric Code: '3505'

GOLDEN_TULIP

The category for Golden Tulip

Numeric Code: '3506'

FRIENDSHIP_INNS_INTERNATIONAL

The category for Friendship Inns International

Numeric Code: '3507'

QUALITY_INTERNATIONAL

The category for Quality International

Numeric Code: '3508'

MARRIOTT

The category for Marriott

Numeric Code: '3509'

DAYS_INNS_OF_AMERICA

The category for Days Inns Of America

Numeric Code: '3510'

ARABELLA_HOTELS

The category for Arabella Hotels

Numeric Code: '3511'

INTERCONTINENTAL

The category for Intercontinental

Numeric Code: '3512'

WESTIN_HOTELS

The category for Westin Hotels

Numeric Code: '3513'

AMERISUITES

The category for Amerisuites

Numeric Code: '3514'

RODEWAY_INNS_INTERNATIONAL

The category for Rodeway Inns International

Numeric Code: '3515'

LA_QUINTA_MOTOR_INNS

The category for La Quinta Motor Inns

Numeric Code: '3516'

AMERICANA_HOTELS_CORPORATION

The category for Americana Hotels Corporation

Numeric Code: '3517'

SOL_HOTELS

The category for Sol Hotels

Numeric Code: '3518'

PLM_ETAP_INTERNATIONAL

The category for Plm/Etap International

Numeric Code: '3519'

MERIDIEN

The category for Meridien

Numeric Code: '3520'

CREST_HOTELS

The category for Crest Hotels

Numeric Code: '3521'

TOKYO_GROUP

The category for Tokyo Group

Numeric Code: '3522'

PENINSULA_HOTELS

The category for Peninsula Hotels

Numeric Code: '3523'

WELCOMGROUP

The category for Welcomgroup

Numeric Code: '3524'

DUNFEY_HOTELS

The category for Dunfey Hotels

Numeric Code: '3525'

PRINCE_HOTELS

The category for Prince Hotels

Numeric Code: '3526'

DOWNTOWNER_PASSPORT

The category for Downtowner Passport

Numeric Code: '3527'

THUNDERBIRD_RED_LION

The category for Thunderbird/Red Lion

Numeric Code: '3528'

CANADIAN_PACIFIC

The category for Canadian Pacific

Numeric Code: '3529'

RENAISSANCE_HOTELS

The category for Renaissance Hotels

Numeric Code: '3530'

KAUAI_COCONUT_BEACH_RESORT

The category for Kauai Coconut Beach Resort

Numeric Code: '3531'

ROYAL_KONA_RESORT

The category for Royal Kona Resort

Numeric Code: '3532'

PARK_INN_BY_RADISSON

The category for Park Inn By Radisson

Numeric Code: '3533'

SOUTHERN_PACIFIC_HOTEL

The category for Southern Pacific Hotel

Numeric Code: '3534'

HILTON_INTERNATIONAL

The category for Hilton International

Numeric Code: '3535'

AMFAC_HOTELS

The category for Amfac Hotels

Numeric Code: '3536'

ANA_HOTELS

The category for Ana Hotels

Numeric Code: '3537'

CONCORDE_HOTELS

The category for Concorde Hotels

Numeric Code: '3538'

SUMMERFIELD_SUITES_HOTEL

The category for Summerfield Suites Hotel

Numeric Code: '3539'

IBEROTEL

The category for Iberotel

Numeric Code: '3540'

HOTEL_OKURA

The category for Hotel Okura

Numeric Code: '3541'

ROYAL_HOTELS

The category for Royal Hotels

Numeric Code: '3542'

FOUR_SEASONS

The category for Four Seasons

Numeric Code: '3543'

CIGAHOTELS

The category for Cigahotels

Numeric Code: '3544'

SHANGRI_LA_INTERNATIONAL

The category for Shangri La International

Numeric Code: '3545'

HOTEL_SIERRA

The category for Hotel Sierra

Numeric Code: '3546'

BREAKERS_RESORT

The category for Breakers Resort

Numeric Code: '3547'

HOTELS_MELIA

The category for Hotels Melia

Numeric Code: '3548'

AUBERGE_DES_GOVERNEURS

The category for Auberge Des Governeurs

Numeric Code: '3549'

REGAL_8_INNS

The category for Regal 8 Inns

Numeric Code: '3550'

MIRAGE_HOTEL_AND_CASINO

The category for Mirage Hotel And Casino

Numeric Code: '3551'

COAST_HOTELS

The category for Coast Hotels

Numeric Code: '3552'

PARKS_INNS_INTERNATIONAL

The category for Parks Inns International

Numeric Code: '3553'

PINEHURST_RESORT

The category for Pinehurst Resort

Numeric Code: '3554'

TREASURE_ISLAND_HOTEL_AND_CASINO

The category for Treasure Island Hotel And Casino

Numeric Code: '3555'

BARTON_CREEK_RESORT

The category for Barton Creek Resort

Numeric Code: '3556'

MANHATTAN_EAST_SUITE_HOTELS

The category for Manhattan East Suite Hotels

Numeric Code: '3557'

JOLLY_HOTELS

The category for Jolly Hotels

Numeric Code: '3558'

CANDLEWOOD_SUITES

The category for Candlewood Suites

Numeric Code: '3559'

ALADDIN_RESORT_AND_CASINO

The category for Aladdin Resort And Casino

Numeric Code: '3560'

GOLDEN_NUGGET

The category for Golden Nugget

Numeric Code: '3561'

COMFORT_HOTEL_INTERNATIONAL

The category for Comfort Hotel International

Numeric Code: '3562'

JOURNEYS_END_MOTELS

The category for Journeys End Motels

Numeric Code: '3563'

SAMS_TOWN_HOTEL_AND_CASINO

The category for Sams Town Hotel And Casino

Numeric Code: '3564'

RELAX_INNS

The category for Relax Inns

Numeric Code: '3565'

GARDEN_PLACE_HOTEL

The category for Garden Place Hotel

Numeric Code: '3566'

SOHO_GRAND_HOTEL

The category for Soho Grand Hotel

Numeric Code: '3567'

LADBROKE_HOTELS

The category for Ladbroke Hotels

Numeric Code: '3568'

TRIBECA_GRAND_HOTEL

The category for Tribeca Grand Hotel

Numeric Code: '3569'

GRAND_MET_FORUM_HOTELS

The category for Grand Met Forum Hotels

Numeric Code: '3570'

GRAND_WAILEA_RESORT

The category for Grand Wailea Resort

Numeric Code: '3571'

MIYAKO_HOTEL_KINTETSU

The category for Miyako Hotel/Kintetsu

Numeric Code: '3572'

SANDMAN_HOTELS

The category for Sandman Hotels

Numeric Code: '3573'

VENTURE_INN

The category for Venture Inn

Numeric Code: '3574'

VAGABOND_HOTELS

The category for Vagabond Hotels

Numeric Code: '3575'

LA_QUINTA_RESORT

The category for La Quinta Resort

Numeric Code: '3576'

MANDARIN_INTERNATIONAL

The category for Mandarin International

Numeric Code: '3577'

FRANKENMUTH_BAVARIAN

The category for Frankenmuth Bavarian

Numeric Code: '3578'

HOTEL_MERCURE

The category for Hotel Mercure

Numeric Code: '3579'

HOTEL_DEL_CORONADO

The category for Hotel Del Coronado

Numeric Code: '3580'

DELTA_HOTELS

The category for Delta Hotels

Numeric Code: '3581'

CALIFORNIA_HOTEL_AND_CASINO

The category for California Hotel And Casino

Numeric Code: '3582'

RADISSON_BLU

The category for Radisson Blu

Numeric Code: '3583'

PRINCESS_HOTELS_INTERNATIONAL

The category for Princess Hotels International

Numeric Code: '3584'

HUNGAR_HOTELS

The category for Hungar Hotels

Numeric Code: '3585'

SOKOS_HOTEL

The category for Sokos Hotel

Numeric Code: '3586'

DORAL_HOTELS

The category for Doral Hotels

Numeric Code: '3587'

HELMSLEY_HOTELS

The category for Helmsley Hotels

Numeric Code: '3588'

DORAL_GOLF_RESORT

The category for Doral Golf Resort

Numeric Code: '3589'

FAIRMONT_HOTELS_CORPORATION

The category for Fairmont Hotels Corporation

Numeric Code: '3590'

SONESTA_INTERNATIONAL_HOTELS

The category for Sonesta International Hotels

Numeric Code: '3591'

OMNI_INTERNATIONAL

The category for Omni International

Numeric Code: '3592'

CUNARD_HOTELS

The category for Cunard Hotels

Numeric Code: '3593'

ARIZONA_BILTMORE

The category for Arizona Biltmore

Numeric Code: '3594'

HOSPITALITY_INNS

The category for Hospitality Inns

Numeric Code: '3595'

WYNN_LAS_VEGAS

The category for Wynn Las Vegas

Numeric Code: '3596'

RIVERSIDE_RESORT_AND_CASINO

The category for Riverside Resort And Casino

Numeric Code: '3597'

REGENT_HOTELS

The category for Regent Hotels

Numeric Code: '3598'

PANNONIA_HOTELS

The category for Pannonia Hotels

Numeric Code: '3599'

SADDLEBROOK_RESORT_TAMPA

The category for Saddlebrook Resort–Tampa

Numeric Code: '3600'

TRADEWINDS_RESORT

The category for Tradewinds Resort

Numeric Code: '3601'

HUDSON_HOTEL

The category for Hudson Hotel

Numeric Code: '3602'

NOAHS_HOTEL_MELBOURNE

The category for Noahs Hotel Melbourne

Numeric Code: '3603'

HILTON_GARDEN_INN

The category for Hilton Garden Inn

Numeric Code: '3604'

JURYS_DOYLE_HOTEL_GROUP

The category for Jurys Doyle Hotel Group

Numeric Code: '3605'

JEFFERSON_HOTEL

The category for Jefferson Hotel

Numeric Code: '3606'

FONTAINEBLEAU_RESORT

The category for Fontainebleau Resort

Numeric Code: '3607'

GAYLORD_OPRYLAND

The category for Gaylord Opryland

Numeric Code: '3608'

GAYLORD_PALMS

The category for Gaylord Palms

Numeric Code: '3609'

GAYLORD_TEXAN

The category for Gaylord Texan

Numeric Code: '3610'

C_MON_INN

The category for C Mon Inn

Numeric Code: '3611'

MOEVENPICK

The category for Moevenpick

Numeric Code: '3612'

MICROTEL_INN_AND_SUITES

The category for Microtel Inn And Suites

Numeric Code: '3613'

AMERICINN

The category for Americinn

Numeric Code: '3614'

TRAVELODGE_MOTELS

The category for Travelodge Motels

Numeric Code: '3615'

HERMITAGE_HOTELS

The category for Hermitage Hotels

Numeric Code: '3616'

AMERICAS_BEST_VALUE_INN

The category for America’S Best Value Inn

Numeric Code: '3617'

GREAT_WOLF

The category for Great Wolf

Numeric Code: '3618'

ALOFT

The category for Aloft

Numeric Code: '3619'

BINIONS_HORSESHOE_CLUB

The category for Binions Horseshoe Club

Numeric Code: '3620'

EXTENDED_STAY

The category for Extended Stay

Numeric Code: '3621'

MERLIN_HOTEL_PERTH

The category for Merlin Hotel Perth

Numeric Code: '3622'

DORINT_HOTELS

The category for Dorint Hotels

Numeric Code: '3623'

LADY_LUCK_HOTEL_AND_CASINO

The category for Lady Luck Hotel And Casino

Numeric Code: '3624'

HOTEL_UNIVERSAL

The category for Hotel Universal

Numeric Code: '3625'

STUDIO_PLUS

The category for Studio Plus

Numeric Code: '3626'

EXTENDED_STAY_AMERICA

The category for Extended Stay America

Numeric Code: '3627'

EXCALIBUR_HOTEL_AND_CASINO

The category for Excalibur Hotel And Casino

Numeric Code: '3628'

DAN_HOTELS

The category for Dan Hotels

Numeric Code: '3629'

EXTENDED_STAY_DELUXE

The category for Extended Stay Deluxe

Numeric Code: '3630'

SLEEP_INN

The category for Sleep Inn

Numeric Code: '3631'

THE_PHOENICIAN

The category for The Phoenician

Numeric Code: '3632'

RANK_HOTELS

The category for Rank Hotels

Numeric Code: '3633'

SWISSOTEL

The category for Swissotel

Numeric Code: '3634'

RESO_HOTELS

The category for Reso Hotels

Numeric Code: '3635'

SAROVA_HOTELS

The category for Sarova Hotels

Numeric Code: '3636'

RAMADA_INNS

The category for Ramada Inns

Numeric Code: '3637'

HOWARD_JOHNSON

The category for Howard Johnson

Numeric Code: '3638'

MOUNT_CHARLOTTE_HOTELS

The category for Mount Charlotte Hotels

Numeric Code: '3639'

HYATT_HOTELS_INTERNATIONAL

The category for Hyatt Hotels/International

Numeric Code: '3640'

SOFITEL_HOTELS

The category for Sofitel Hotels

Numeric Code: '3641'

NOVOTEL_SIEH_ACCOR

The category for Novotel Sieh Accor

Numeric Code: '3642'

STEIGENBERGER

The category for Steigenberger

Numeric Code: '3643'

ECONO_TRAVEL_MOTOR_HOTEL

The category for Econo Travel Motor Hotel

Numeric Code: '3644'

QUEENS_MOAT_HOUSES

The category for Queens Moat Houses

Numeric Code: '3645'

SWALLOW_HOTELS

The category for Swallow Hotels

Numeric Code: '3646'

GRUPO_HOTELS_HUSA_SA

The category for Grupo Hotels Husa Sa

Numeric Code: '3647'

DE_VERE_HOTELS

The category for De Vere Hotels

Numeric Code: '3648'

RADISSON

The category for Radisson

Numeric Code: '3649'

RED_ROOF_INNS

The category for Red Roof Inns

Numeric Code: '3650'

IMPERIAL_LONDON_HOTELS

The category for Imperial London Hotels

Numeric Code: '3651'

EMBASSY_HOTELS

The category for Embassy Hotels

Numeric Code: '3652'

PENTA_HOTELS

The category for Penta Hotels

Numeric Code: '3653'

LOEWS_HOTELS

The category for Loews Hotels

Numeric Code: '3654'

SCANDIC_HOTELS

The category for Scandic Hotels

Numeric Code: '3655'

SARA_HOTELS

The category for Sara Hotels

Numeric Code: '3656'

OBEROI_HOTELS

The category for Oberoi Hotels

Numeric Code: '3657'

NEW_OTANI_HOTELS

The category for New Otani Hotels

Numeric Code: '3658'

TAJ_HOTELS_INTL

The category for Taj Hotels Intl

Numeric Code: '3659'

KNIGHTS_INN

The category for Knights Inn

Numeric Code: '3660'

METROPOLE_HOTELS

The category for Metropole Hotels

Numeric Code: '3661'

CIRCUS_CIRCUS_HOTEL_AND_CASINO

The category for Circus Circus Hotel And Casino

Numeric Code: '3662'

HOTELES_EL_PRESIDENTE

The category for Hoteles El Presidente

Numeric Code: '3663'

FLAG_INNS

The category for Flag Inns

Numeric Code: '3664'

HAMPTON_INNS

The category for Hampton Inns

Numeric Code: '3665'

STAKIS_HOTELS

The category for Stakis Hotels

Numeric Code: '3666'

LUXOR_HOTEL_AND_CASINO

The category for Luxor Hotel And Casino

Numeric Code: '3667'

MARITIM

The category for Maritim

Numeric Code: '3668'

ELDORADO_HOTEL_AND_CASINO

The category for Eldorado Hotel And Casino

Numeric Code: '3669'

ARCADE

The category for Arcade

Numeric Code: '3670'

ARCTIA

The category for Arctia

Numeric Code: '3671'

CAMPANILE

The category for Campanile

Numeric Code: '3672'

IBUSZ_HOTELS

The category for Ibusz Hotels

Numeric Code: '3673'

RANTASIPI_HOTELS

The category for Rantasipi Hotels

Numeric Code: '3674'

INTERHOTEL_CEDOK

The category for Interhotel Cedok

Numeric Code: '3675'

MONTE_CARLO_HOTEL_AND_CASINO

The category for Monte Carlo Hotel And Casino

Numeric Code: '3676'

CLIMAT_DE_FRANCE

The category for Climat De France

Numeric Code: '3677'

CUMULUS_HOTELS

The category for Cumulus Hotels

Numeric Code: '3678'

SILVER_LEGACY_HOTEL_AND_CASINO

The category for Silver Legacy Hotel And Casino

Numeric Code: '3679'

HOTEIS_OTHAN

The category for Hoteis Othan

Numeric Code: '3680'

ADAMS_MARK

The category for Adams Mark

Numeric Code: '3681'

SAHARA_HOTEL_AND_CASINO

The category for Sahara Hotel And Casino

Numeric Code: '3682'

BRADBURY_SUITES

The category for Bradbury Suites

Numeric Code: '3683'

BUDGET_HOST_INNS

The category for Budget Host Inns

Numeric Code: '3684'

BUDGETEL

The category for Budgetel

Numeric Code: '3685'

SUISSE_CHALET

The category for Suisse Chalet

Numeric Code: '3686'

CLARION_HOTEL

The category for Clarion Hotel

Numeric Code: '3687'

COMPRI_HOTEL

The category for Compri Hotel

Numeric Code: '3688'

CONSORT

The category for Consort

Numeric Code: '3689'

COURTYARD_BY_MARRIOTT

The category for Courtyard By Marriott

Numeric Code: '3690'

DILLON_INN

The category for Dillon Inn

Numeric Code: '3691'

DOUBLETREE

The category for Doubletree

Numeric Code: '3692'

DRURY_INN

The category for Drury Inn

Numeric Code: '3693'

ECONOMY_INNS_OF_AMERICA

The category for Economy Inns Of America

Numeric Code: '3694'

EMBASSY_SUITES

The category for Embassy Suites

Numeric Code: '3695'

EXCEL_INN

The category for Excel Inn

Numeric Code: '3696'

FAIRFIELD_HOTEL

The category for Fairfield Hotel

Numeric Code: '3697'

HARLEY_HOTEL

The category for Harley Hotel

Numeric Code: '3698'

MIDWAY_MOTOR_LODGE

The category for Midway Motor Lodge

Numeric Code: '3699'

MOTEL_6

The category for Motel 6

Numeric Code: '3700'

LA_MANSION_DEL_RIO

The category for La Mansion Del Rio

Numeric Code: '3701'

REGISTRY_HOTELS

The category for Registry Hotels

Numeric Code: '3702'

RESIDENCE_INN

The category for Residence Inn

Numeric Code: '3703'

ROYCE_HOTEL

The category for Royce Hotel

Numeric Code: '3704'

SANDMAN_INN

The category for Sandman Inn

Numeric Code: '3705'

SHILO_INN

The category for Shilo Inn

Numeric Code: '3706'

SHONEYS_INN

The category for Shoneys Inn

Numeric Code: '3707'

VIRGIN_RIVER_HOTEL_AND_CASINO

The category for Virgin River Hotel And Casino

Numeric Code: '3708'

SUPER_8_MOTEL

The category for Super 8 Motel

Numeric Code: '3709'

RITZ_CARLTON

The category for Ritz Carlton

Numeric Code: '3710'

FLAG_INNS_AUSTRALIA

The category for Flag Inns Australia

Numeric Code: '3711'

BUFFALO_BILLS_HOTEL_AND_CASINO

The category for Buffalo Bills Hotel And Casino

Numeric Code: '3712'

QUALITY_PACIFIC_HOTEL

The category for Quality Pacific Hotel

Numeric Code: '3713'

FOUR_SEASONS_AUSTRALIA

The category for Four Seasons Australia

Numeric Code: '3714'

FAIRFIELD_INN

The category for Fairfield Inn

Numeric Code: '3715'

CARLTON_HOTELS

The category for Carlton Hotels

Numeric Code: '3716'

CITY_LODGE_HOTELS

The category for City Lodge Hotels

Numeric Code: '3717'

KAROS_HOTELS

The category for Karos Hotels

Numeric Code: '3718'

PROTEA_HOTELS

The category for Protea Hotels

Numeric Code: '3719'

SOUTHERN_SUN_HOTELS

The category for Southern Sun Hotels

Numeric Code: '3720'

CONRAD_HOTELS

The category for Conrad Hotels

Numeric Code: '3721'

WYNDHAM

The category for Wyndham

Numeric Code: '3722'

RICA_HOTELS

The category for Rica Hotels

Numeric Code: '3723'

INTER_NOR_HOTELS

The category for Inter Nor Hotels

Numeric Code: '3724'

SEA_PINES_RESORT

The category for Sea Pines Resort

Numeric Code: '3725'

RIO_SUITES

The category for Rio Suites

Numeric Code: '3726'

BROADMOOR_HOTEL

The category for Broadmoor Hotel

Numeric Code: '3727'

BALLYS_HOTEL_AND_CASINO

The category for Ballys Hotel And Casino

Numeric Code: '3728'

JOHN_ASCUAGAS_NUGGET

The category for John Ascuagas Nugget

Numeric Code: '3729'

MGM_GRAND_HOTEL

The category for Mgm Grand Hotel

Numeric Code: '3730'

HARRAHS_HOTELS_AND_CASINOS

The category for Harrahs Hotels And Casinos

Numeric Code: '3731'

OPRYLAND_HOTEL

The category for Opryland Hotel

Numeric Code: '3732'

BOCA_RATON_RESORT

The category for Boca Raton Resort

Numeric Code: '3733'

HARVEY_BRISTOL_HOTELS

The category for Harvey Bristol Hotels

Numeric Code: '3734'

COLORADO_BELLE_EDGEWATER_RESORT

The category for Colorado Belle Edgewater Resort

Numeric Code: '3736'

RIVIERA_HOTEL_AND_CASINO

The category for Riviera Hotel And Casino

Numeric Code: '3737'

TROPICANA_RESORT_AND_CASINO

The category for Tropicana Resort And Casino

Numeric Code: '3738'

WOODSIDE_HOTELS_AND_RESORTS

The category for Woodside Hotels And Resorts

Numeric Code: '3739'

TOWNEPLACE_SUITES

The category for Towneplace Suites

Numeric Code: '3740'

MILLENNIUM_BROADWAY_HOTEL

The category for Millennium Broadway Hotel

Numeric Code: '3741'

CLUB_MED

The category for Club Med

Numeric Code: '3742'

BILTMORE_HOTEL_AND_SUITES

The category for Biltmore Hotel And Suites

Numeric Code: '3743'

CAREFREE_RESORTS

The category for Carefree Resorts

Numeric Code: '3744'

ST_REGIS_HOTEL

The category for St Regis Hotel

Numeric Code: '3745'

THE_ELIOT_HOTEL

The category for The Eliot Hotel

Numeric Code: '3746'

CLUB_CORPORATION_CLUB_RESORTS

The category for Club Corporation Club Resorts

Numeric Code: '3747'

WELLESLEY_INNS

The category for Wellesley Inns

Numeric Code: '3748'

BEVERLY_HILLS_HOTEL

The category for Beverly Hills Hotel

Numeric Code: '3749'

CROWNE_PLAZA_HOTELS

The category for Crowne Plaza Hotels

Numeric Code: '3750'

HOMEWOOD_SUITES

The category for Homewood Suites

Numeric Code: '3751'

PEABODY_HOTELS

The category for Peabody Hotels

Numeric Code: '3752'

GREENBRIAR_RESORTS

The category for Greenbriar Resorts

Numeric Code: '3753'

AMELIA_ISLAND_PLANTATION

The category for Amelia Island Plantation

Numeric Code: '3754'

HOMESTEAD

The category for Homestead

Numeric Code: '3755'

CANYON_RANCH

The category for Canyon Ranch

Numeric Code: '3757'

KAHALA_MANDARIN_ORIENTAL_HOTEL

The category for Kahala Mandarin Oriental Hotel

Numeric Code: '3758'

ORCHID_AT_MAUNA_LAI

The category for Orchid At Mauna Lai

Numeric Code: '3759'

HALEKULANI_HOTEL_WAIKIKI_PARC

The category for Halekulani Hotel Waikiki Parc

Numeric Code: '3760'

PRIMADONNA_HOTEL_AND_CASINO

The category for Primadonna Hotel And Casino

Numeric Code: '3761'

WHISKEY_PETES_HOTEL_AND_CASINO

The category for Whiskey Pete’S Hotel And Casino

Numeric Code: '3762'

CHATEAU_ELAN_WINERY_AND_RESORT

The category for Chateau Elan Winery And Resort

Numeric Code: '3763'

BEAU_RIVAGE_HOTEL_AND_CASINO

The category for Beau Rivage Hotel And Casino

Numeric Code: '3764'

BELLAGIO

The category for Bellagio

Numeric Code: '3765'

FREMONT_HOTEL_AND_CASINO

The category for Fremont Hotel And Casino

Numeric Code: '3766'

MAIN_STREET_STATION_HOTEL_AND_CASINO

The category for Main Street Station Hotel And Casino

Numeric Code: '3767'

SILVER_STAR_HOTEL_AND_CASINO

The category for Silver Star Hotel And Casino

Numeric Code: '3768'

STRATOSPHERE_HOTEL_AND_CASINO

The category for Stratosphere Hotel And Casino

Numeric Code: '3769'

SPRINGHILL_SUITES

The category for Springhill Suites

Numeric Code: '3770'

CAESARS_HOTEL_AND_CASINO

The category for Caesars Hotel And Casino

Numeric Code: '3771'

NEMACOLIN_WOODLANDS

The category for Nemacolin Woodlands

Numeric Code: '3772'

VENETIAN_RESORT_HOTEL_AND_CASINO

The category for Venetian Resort Hotel And Casino

Numeric Code: '3773'

NEW_YORK_NEW_YORK_HOTEL_AND_CASINO

The category for New York New York Hotel And Casino

Numeric Code: '3774'

SANDS_RESORT

The category for Sands Resort

Numeric Code: '3775'

NEVELE_GRANDE_RESORT_AND_COUNTRY_CLUB

The category for Nevele Grande Resort And Country Club

Numeric Code: '3776'

MANDALAY_BAY_RESORT

The category for Mandalay Bay Resort

Numeric Code: '3777'

FOUR_POINTS_HOTELS

The category for Four Points Hotels

Numeric Code: '3778'

W_HOTELS

The category for W Hotels

Numeric Code: '3779'

DISNEYLAND_RESORTS

The category for Disneyland Resorts

Numeric Code: '3780'

PATRICIA_GRAND_RESORT_HOTELS

The category for Patricia Grand Resort Hotels

Numeric Code: '3781'

ROSEN_HOTEL_AND_RESORTS

The category for Rosen Hotel And Resorts

Numeric Code: '3782'

TOWN_AND_COUNTRY_RESORT_AND_CONVENTION_CENTER

The category for Town And Country Resort And Convention Center

Numeric Code: '3783'

FIRST_HOSPITALITY_HOTELS

The category for First Hospitality Hotels

Numeric Code: '3784'

OUTRIGGER_HOTELS_AND_RESORTS

The category for Outrigger Hotels And Resorts

Numeric Code: '3785'

OHANA_HOTELS_OF_HAWAII

The category for Ohana Hotels Of Hawaii

Numeric Code: '3786'

CARIBE_ROYAL_RESORT_SUITE_AND_VILLAS

The category for Caribe Royal Resort Suite And Villas

Numeric Code: '3787'

ALA_MOANA_HOTEL

The category for Ala Moana Hotel

Numeric Code: '3788'

SMUGGLERS_NOTCH_RESORT

The category for Smugglers Notch Resort

Numeric Code: '3789'

RAFFLES_HOTELS

The category for Raffles Hotels

Numeric Code: '3790'

STAYBRIDGE_SUITES

The category for Staybridge Suites

Numeric Code: '3791'

CLARIDGE_CASINO_HOTEL

The category for Claridge Casino Hotel

Numeric Code: '3792'

THE_FLAMINGO_HOTELS

The category for The Flamingo Hotels

Numeric Code: '3793'

GRAND_CASINO_HOTELS

The category for Grand Casino Hotels

Numeric Code: '3794'

PARIS_LAS_VEGAS_HOTEL

The category for Paris Las Vegas Hotel

Numeric Code: '3795'

PEPPERMILL_HOTEL_CASINO

The category for Peppermill Hotel Casino

Numeric Code: '3796'

ATLANTIC_CITY_HILTON

The category for Atlantic City Hilton

Numeric Code: '3797'

EMBASSY_VACATION_RESORT

The category for Embassy Vacation Resort

Numeric Code: '3798'

HALE_KOA_HOTEL

The category for Hale Koa Hotel

Numeric Code: '3799'

HOMESTEAD_SUITES

The category for Homestead Suites

Numeric Code: '3800'

WILDERNESS_HOTEL_AND_RESORT

The category for Wilderness Hotel And Resort

Numeric Code: '3801'

THE_PALACE_HOTEL

The category for The Palace Hotel

Numeric Code: '3802'

THE_WIGWAM_GOLF_RESORT_AND_SPA

The category for The Wigwam Golf Resort And Spa

Numeric Code: '3803'

THE_DIPLOMAT_COUNTRY_CLUB_AND_SPA

The category for The Diplomat Country Club And Spa

Numeric Code: '3804'

THE_ATLANTIC

The category for The Atlantic

Numeric Code: '3805'

PRINCEVILLE_RESORT

The category for Princeville Resort

Numeric Code: '3806'

ELEMENT

The category for Element

Numeric Code: '3807'

LUXURY_RESORTS

The category for Luxury Resorts

Numeric Code: '3808'

SETTLE_INN

The category for Settle Inn

Numeric Code: '3809'

LA_COSTA_RESORT

The category for La Costa Resort

Numeric Code: '3810'

PREMIER_TRAVEL_INNS

The category for Premier Travel Inns

Numeric Code: '3811'

HYATT_PLACE

The category for Hyatt Place

Numeric Code: '3812'

HOTEL_INDIGO

The category for Hotel Indigo

Numeric Code: '3813'

THE_ROOSEVELT_HOTEL_NY

The category for The Roosevelt Hotel Ny

Numeric Code: '3814'

NICKELODEON_FAMILY_SUITES_BY_HOLIDAY_INN

The category for Nickelodeon Family Suites By Holiday Inn

Numeric Code: '3815'

HOME2SUITES

The category for Home2Suites

Numeric Code: '3816'

AFFINIA

The category for Affinia

Numeric Code: '3817'

MAINSTAY_SUITES

The category for Mainstay Suites

Numeric Code: '3818'

OXFORD_SUITES

The category for Oxford Suites

Numeric Code: '3819'

JUMEIRAH_ESSEX_HOUSE

The category for Jumeirah Essex House

Numeric Code: '3820'

CARIBE_ROYAL

The category for Caribe Royal

Numeric Code: '3821'

CROSSLAND

The category for Crossland

Numeric Code: '3822'

GRAND_SIERRA_RESORT

The category for Grand Sierra Resort

Numeric Code: '3823'

ARIA

The category for Aria

Numeric Code: '3824'

VDARA

The category for Vdara

Numeric Code: '3825'

AUTOGRAPH

The category for Autograph

Numeric Code: '3826'

GALT_HOUSE

The category for Galt House

Numeric Code: '3827'

COSMOPOLITAN_OF_LAS_VEGAS

The category for Cosmopolitan Of Las Vegas

Numeric Code: '3828'

COUNTRY_INN_BY_CARLSON

The category for Country Inn By Carlson

Numeric Code: '3829'

PARK_PLAZA_HOTEL

The category for Park Plaza Hotel

Numeric Code: '3830'

WALDORF

The category for Waldorf

Numeric Code: '3831'

RIO_HOTELS

The category for Rio Hotels

Numeric code: '3840'

Month

A month in the calendar year.

Output:ENUM

Enum Values

JANUARY

The month of January

Represented numerically as 01

FEBRUARY

The month of February

Represented numerically as 02

MARCH

The month of March

Represented numerically as 03

APRIL

The month of April

Represented numerically as 04

MAY

The month of May

Represented numerically as 05

JUNE

The month of June

Represented numerically as 06

JULY

The month of July

Represented numerically as 07

AUGUST

The month of August

Represented numerically as 08

SEPTEMBER

The month of September

Represented numerically as 09

OCTOBER

The month of October

Represented numerically as 10

NOVEMBER

The month of November

Represented numerically as 11

DECEMBER

The month of December

Represented numerically as 12

NonOriginatedAchTransferStatus

The status of a NonOriginatedAchTransfer.

Output:ENUM

Enum Values

RECEIVED

The transfer has been received by Highnote, but has not been processed yet, e.g. the settlement date is in the future.

PROCESSED

The transfer has been processed by Highnote.

FAILED

The transfer failed but has not yet been returned to the external financial institution that initiated it. More details are available in AchTransferStatusFailureReason.

RETURNED

The transfer has been returned to the external financial institution that initiated it. More details are available in AchTransferStatusFailureReason.

CANCELED

The transfer has been canceled by Highnote. This status is rare and typically indicates the transfer was received in error.

NormalBalance

The expected balance of a Ledger.

Output:ENUM

Enum Values

CREDIT

The value when a Ledger is expected to have a credit balance.

DEBIT

The value when a Ledger is expected to have a debit balance.

NotificationEventName

The Notification Events that can be triggered in the Highnote platform.

Output:ENUM

Enum Values

AUTHORIZATION_CREATEDDeprecated

DEPRECATED

The name of the Notification Event when an authorization is created.

No longer supported

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_APPROVED

The name of the Notification Event when an authorized user application is approved

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_CLOSED

The name of the Notification Event when an authorized user application is closed

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_DENIED

The name of the Notification Event when an authorized user application is denied

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_MANUAL_REVIEW

The name of the Notification Event when an authorized user application requires manual review

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_IN_REVIEWDeprecated

The name of the Notification Event when an authorized user application is in review

Deprecated for more specific action notification event types.

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_UNDERWRITING_DECISION_REQUESTED

The name of the Notification Event when an authorized user application requires an underwriting decision.

AUTHORIZED_USER_CARD_PRODUCT_APPLICATION_DOCUMENT_UPLOAD_REQUESTED

The name of the Notification Event when DocumentUploadSessions have been requested for an authorized user application.

CARD_PRODUCT_APPLICATION_APPROVED

The name of the Notification Event when an application is approved

CARD_PRODUCT_APPLICATION_CLOSED

The name of the Notification Event when an application is closed

CARD_PRODUCT_APPLICATION_DENIED

The name of the Notification Event when an application is denied

CARD_PRODUCT_APPLICATION_MANUAL_REVIEW

The name of the Notification Event when an application requires manual review

CARD_PRODUCT_APPLICATION_IN_REVIEWDeprecated

The name of the Notification Event when an application is in review

Deprecated for more specific action notification event types.

CARD_PRODUCT_APPLICATION_UNDERWRITING_DECISION_REQUESTED

The name of the Notification Event when an application requires an underwriting decision.

CARD_PRODUCT_APPLICATION_CREDIT_REPORT_FRAUD_ALERT

The name of the Notification Event when an application requires an account holder to verify if they are the one who are applying for the application.

CARD_PRODUCT_APPLICATION_CREDIT_REPORT_FREEZE

The name of the Notification Event when an application requires an account holder to take action to unfreeze credit bureau.

CARD_PRODUCT_APPLICATION_DOCUMENT_UPLOAD_REQUESTED

The name of the Notification Event when DocumentUploadSessions have been requested for an application.

CARD_PRODUCT_APPLICATION_OFFER_MANAGEMENT_REQUESTED

The name of the Notification Event when offer(s) on an application need to be decisioned.

NOTIFICATION_ACTIVATION

The name of the Notification Event when a notification target is being activated.

Note: This field will be ignored if provided as an event name when adding a notification target.

ACH_SECURE_DEPOSIT_INITIATED

The name of the Notification Event when ACH secure deposits are initiated

ACH_SECURE_DEPOSIT_PROCESSING

The name of the Notification Event when ACH secure deposits are processing

ACH_SECURE_DEPOSIT_PROCESSED

The name of the Notification Event when ACH secure deposits are processed

ACH_SECURE_DEPOSIT_FAILED

The name of the Notification Event when ACH secure deposits have failed

ACH_SECURE_DEPOSIT_RETURNED

The name of the Notification Event when ACH secure deposits are returned

ACH_SECURE_DEPOSIT_CANCELED

The name of the Notification Event when ACH secure deposits are canceled

ACH_FUNDS_WITHDRAWAL_INITIATED

The name of the Notification Event when ACH funds withdrawals are initiated

ACH_FUNDS_WITHDRAWAL_PROCESSING

The name of the Notification Event when ACH funds withdrawals are processing

ACH_FUNDS_WITHDRAWAL_PROCESSED

The name of the Notification Event when ACH funds withdrawals are processed

ACH_FUNDS_WITHDRAWAL_FAILED

The name of the Notification Event when ACH funds withdrawals have failed

ACH_FUNDS_WITHDRAWAL_RETURNED

The name of the Notification Event when ACH funds withdrawals are returned

ACH_FUNDS_WITHDRAWAL_CANCELED

The name of the Notification Event when ACH funds withdrawals are canceled

ACH_FUNDS_DEPOSIT_INITIATED

The name of the Notification Event when ACH funds withdrawals are initiated

ACH_FUNDS_DEPOSIT_PROCESSING

The name of the Notification Event when ACH funds deposits are processing

ACH_FUNDS_DEPOSIT_PROCESSED

The name of the Notification Event when ACH funds deposits are processed

ACH_FUNDS_DEPOSIT_FAILED

The name of the Notification Event when ACH funds deposits have failed

ACH_FUNDS_DEPOSIT_RETURNED

The name of the Notification Event when ACH funds deposits are returned

ACH_FUNDS_DEPOSIT_CANCELED

The name of the Notification Event when ACH funds deposits are canceled

ACH_REPAYMENT_PROCESSING

The name of the Notification Event when ACH repayments are processing

ACH_REPAYMENT_PROCESSED

The name of the Notification Event when ACH repayments are processed

ACH_REPAYMENT_FAILED

The name of the Notification Event when ACH repayments have failed

ACH_REPAYMENT_RETURNED

The name of the Notification Event when ACH repayments are returned

ACH_EXTERNALLY_INITIATED_DEPOSIT_RECEIVED

The name of the Notification Event when externally initiated ACH deposits are received

ACH_EXTERNALLY_INITIATED_DEPOSIT_PROCESSED

The name of the Notification Event when externally initiated ACH deposits are processed

ACH_EXTERNALLY_INITIATED_DEPOSIT_FAILED

The name of the Notification Event when externally initiated ACH deposits have failed

ACH_EXTERNALLY_INITIATED_WITHDRAWAL_RECEIVED

The name of the Notification Event when externally initiated ACH withdrawals are received

ACH_EXTERNALLY_INITIATED_WITHDRAWAL_PROCESSED

The name of the Notification Event when externally initiated ACH withdrawals are processed

ACH_EXTERNALLY_INITIATED_WITHDRAWAL_FAILED

The name of the Notification Event when externally initiated ACH withdrawals have failed

PAYMENT_CARD_AUTHORIZATION_CREATEDDeprecated

DEPRECATED

The name of the Notification Event when a payment card transaction authorization has been created

No longer supported

PAYMENT_CARD_AUTHORIZATION_APPROVED

The name of the Notification Event when a payment card transaction authorization has been approved

PAYMENT_CARD_AUTHORIZATION_DECLINED

The name of the Notification Event when a payment card transaction authorization has been declined

PAYMENT_CARD_AUTHORIZATION_REVERSED

The name of the Notification Event when a payment card transaction authorization has been reversed

PAYMENT_CARD_AUTHORIZATION_AND_CLEAR_APPROVED

The name of the Notification Event when a payment card transaction authorization and clear happens together and has been approved

PAYMENT_CARD_AUTHORIZATION_AND_CLEAR_DECLINED

The name of the Notification Event when a payment card transaction authorization and clear happens together and has been declined

PAYMENT_CARD_CLEARED

The name of the Notification Event when a payment card transaction has been cleared

PAYMENT_CARD_ENHANCED_DATA_RECEIVED

The name of the Notification Event when enhanced data for a payment card transaction has been received

PAYMENT_CARD_VERIFICATION_APPROVED

The name of the Notification Event when a payment card verification has been approved

PAYMENT_CARD_VERIFICATION_DECLINED

The name of the Notification Event when a payment card verification has been declined

PAYMENT_CARD_ACTIVATED

The name of the Notification Event when a payment card has been activated

PAYMENT_CARD_SUSPENDED

The name of the Notification Event when a payment card has been suspended

PAYMENT_CARD_UNSUSPENDED

The name of the Notification Event when a payment card has been unsuspended

PAYMENT_CARD_CLOSED

The name of the Notification Event when a payment card has been closed

PHYSICAL_PAYMENT_CARD_SHIPPED

The name of the Notification Event when a physical payment card has shipped

PHYSICAL_PAYMENT_CARD_SHIP_FAILED

The name of the Notification Event when a physical payment card has failed to ship

FINANCIAL_ACCOUNT_STATEMENT_READY

The name of the Notification Event when a statement is ready

INTERNAL_TRANSFER_FROM_FUNDING_FINANCIAL_ACCOUNT_TO_PAYMENT_CARD_FINANCIAL_ACCOUNT_PENDING

The name of the Notification Event when an internal transfer from Funding Financial Account to Payment Card Financial Account is pending

INTERNAL_TRANSFER_FROM_FUNDING_FINANCIAL_ACCOUNT_TO_PAYMENT_CARD_FINANCIAL_ACCOUNT_COMPLETED

The name of the Notification Event when an internal transfer from Funding Financial Account to Payment Card Financial Account has completed

INTERNAL_TRANSFER_FROM_FUNDING_FINANCIAL_ACCOUNT_TO_PAYMENT_CARD_FINANCIAL_ACCOUNT_FAILED

The name of the Notification Event when an internal transfer from Funding Financial Account to Payment Card Financial Account has failed

INTERNAL_TRANSFER_FROM_PAYMENT_CARD_FINANCIAL_ACCOUNT_TO_FUNDING_FINANCIAL_ACCOUNT_PENDING

The name of the Notification Event when an internal transfer from Payment Card Financial Account to Funding Financial Account is pending

INTERNAL_TRANSFER_FROM_PAYMENT_CARD_FINANCIAL_ACCOUNT_TO_FUNDING_FINANCIAL_ACCOUNT_COMPLETED

The name of the Notification Event when an internal transfer from Payment Card Financial Account to Funding Financial Account has completed

INTERNAL_TRANSFER_FROM_PAYMENT_CARD_FINANCIAL_ACCOUNT_TO_FUNDING_FINANCIAL_ACCOUNT_FAILED

The name of the Notification Event when an internal transfer from Payment Card Financial Account to Funding Financial Account has failed

PHYSICAL_PAYMENT_CARD_GROUP_ORDER_SHIPPED

The name of the Notification Event when a physical payment card group order has shipped

PHYSICAL_PAYMENT_CARD_GROUP_ORDER_SHIP_FAILED

The name of the Notification Event when a physical payment card group order has failed to ship

PAYROLL_ADVANCE_REPAYMENT_COMPLETED

The name of the Notification Event when a payroll advance repayment has completed

PAYROLL_ADVANCE_WRITE_OFF_COMPLETED

The name of the Notification Event when a payroll advance repayment has been written off

ACCOUNT_STATUS_ACTIVE

The name of the Notification Event when a Financial Account enters the ACTIVE status.

ACCOUNT_STATUS_SUSPENDED

The name of the Notification Event when a Financial Account enters the SUSPENDED status.

ACCOUNT_STATUS_UNDER_REVIEW

The name of the Notification Event when a Financial Account enters the UNDER_REVIEW status.

ACCOUNT_STATUS_PENDING_CLOSURE

The name of the Notification Event when a Financial Account enters the PENDING_CLOSURE status.

ACCOUNT_STATUS_CLOSED

The name of the Notification Event when a Financial Account has been CLOSED.

FINANCIAL_ACCOUNT_ATTRIBUTE_ADDED_DELINQUENT

The name of the Notification Event when a FinancialAccountAttribute is added as DELINQUENT.

FINANCIAL_ACCOUNT_ATTRIBUTE_REMOVED_DELINQUENT

The name of the Notification Event when a FinancialAccountAttribute is removed as DELINQUENT.

FINANCIAL_ACCOUNT_ATTRIBUTE_ADDED_DELINQUENT_SUSPENDED

The name of the Notification Event when a FinancialAccountAttribute is added as DELINQUENT_SUSPENDED.

FINANCIAL_ACCOUNT_ATTRIBUTE_REMOVED_DELINQUENT_SUSPENDED

The name of the Notification Event when a FinancialAccountAttribute is removed as DELINQUENT_SUSPENDED.

FINANCIAL_ACCOUNT_ATTRIBUTE_ADDED_PROGRAM_OWNER_INITIATED_SUSPENSION

The name of the Notification Event when a FinancialAccountAttribute is added as PROGRAM_OWNER_INITIATED_SUSPENSION.

FINANCIAL_ACCOUNT_ATTRIBUTE_REMOVED_PROGRAM_OWNER_INITIATED_SUSPENSION

The name of the Notification Event when a FinancialAccountAttribute is removed as PROGRAM_OWNER_INITIATED_SUSPENSION.

FINANCIAL_ACCOUNT_ATTRIBUTE_ADDED_CHARGE_OFF

The name of the Notification Event when a FinancialAccountAttribute is added as CHARGE_OFF.

FINANCIAL_ACCOUNT_ATTRIBUTE_REMOVED_CHARGE_OFF

The name of the Notification Event when a FinancialAccountAttribute is removed as CHARGE_OFF.

FINANCIAL_ACCOUNT_ATTRIBUTE_ADDED_CLOSED_WITH_BALANCE

The name of the Notification Event when a FinancialAccountAttribute is added as CLOSED_WITH_BALANCE.

FINANCIAL_ACCOUNT_ATTRIBUTE_REMOVED_CLOSED_WITH_BALANCE

The name of the Notification Event when a FinancialAccountAttribute is removed as CLOSED_WITH_BALANCE.

EXTERNAL_BANK_ACCOUNT_ADDED

The name of the Notification Event when a Verified External Financial Account is created

EXTERNAL_BANK_ACCOUNT_REMOVED

The name of the Notification Event when a Verified External Financial Account is disconnected

CARD_DIGITAL_WALLET_TOKEN_ACTIVATED

The name of the Notification Event when a CardDigitalWalletToken has been activated.

CARD_DIGITAL_WALLET_TOKEN_SUSPENDED

The name of the Notification Event when a CardDigitalWalletToken has been suspended.

CARD_DIGITAL_WALLET_TOKEN_TERMINATED

The name of the Notification Event when a CardDigitalWalletToken has been terminated.

ACH_HOLD_ADDED

The name of the Notification Event when an ACH is put on hold.

ACH_HOLD_REMOVED

The name of the Notification Event when an ACH hold is removed.

REPORT_COMPLETED

The name of the Notification Event when a report has completed.

REPORT_FAILED

The name of the Notification Event when a report has failed.

INTERNAL_TRANSFER_BETWEEN_FINANCIAL_ACCOUNTS_COMPLETED

Triggered when money movement between FinancialAccounts has complete.

INTERNAL_TRANSFER_BETWEEN_FINANCIAL_ACCOUNTS_PENDING

Triggered when money movement between FinancialAccounts is pending.

INTERNAL_TRANSFER_BETWEEN_FINANCIAL_ACCOUNTS_FAILED

Triggered when money movement between FinancialAccounts has failed.

PAYMENT_CARD_TRANSACTION_DISPUTE_CASE_STATUS_INITIATED

Triggered when a PaymentCardTransactionDispute has been initiated.

PAYMENT_CARD_TRANSACTION_DISPUTE_CASE_STATUS_RESOLVED_WITH_DISPUTE_CREDIT

Triggered when a PaymentCardTransactionDispute has been resolved by issuing a dispute credit.

PAYMENT_CARD_TRANSACTION_DISPUTE_CASE_STATUS_CASE_CARDHOLDER_WON

Triggered when a PaymentCardTransactionDispute has been resolved as a cardholder win.

PAYMENT_CARD_TRANSACTION_DISPUTE_CASE_STATUS_CASE_CARDHOLDER_LOST

Triggered when a PaymentCardTransactionDispute has been resolved as a cardholder loss.

PAYMENT_CARD_TRANSACTION_DISPUTE_CASE_STATUS_REJECTED

Triggered when a PaymentCardTransactionDispute has been rejected by the issuer or network.

PAYMENT_CARD_TRANSACTION_DISPUTE_CASE_STATUS_CANCELLED

Triggered when a PaymentCardTransactionDispute has been canceled.

PAYMENT_CARD_TRANSACTION_CHARGEBACK_PROVISIONAL_CREDIT_ISSUED

Triggered when a Provisional Credit has been issued for a PaymentCardTransactionChargeback.

PAYMENT_CARD_TRANSACTION_CHARGEBACK_PROVISIONAL_CREDIT_REVOKED

Triggered when a Provisional Credit has been revoked for a PaymentCardTransactionChargeback.

PAYMENT_CARD_TRANSACTION_DISPUTE_PROVISIONAL_CREDIT_ISSUED

Triggered when a Provisional Credit has been issued for a PaymentCardTransactionDispute.

PAYMENT_CARD_TRANSACTION_DISPUTE_PROVISIONAL_CREDIT_REVOKED

Triggered when a Provisional Credit has been revoked for a PaymentCardTransactionDispute.

PAYMENT_CARD_TRANSACTION_DISPUTE_PROVISIONAL_CREDIT_WON

Triggered when a Provisional Credit has been won for a PaymentCardTransactionDispute.

PAYMENT_CARD_TRANSACTION_DISPUTE_CREDIT_ISSUED

Triggered when a Dispute Credit has been issued for a PaymentCardTransactionDispute.

PERSON_ACCOUNT_HOLDER_IDENTITY_UPDATED

Triggered when a PersonAccountHolder is updated.

BUSINESS_ACCOUNT_HOLDER_IDENTITY_UPDATED

Triggered when a BusinessAccountHolder is updated.

BUSINESS_AUTHORIZED_PERSON_IDENTITY_UPDATED

Triggered when an AuthorizedPerson is updated.

BUSINESS_ULTIMATE_BENEFICIAL_OWNER_IDENTITY_UPDATED

Triggered when a USBusinessUltimateBeneficialOwner is updated.

PERSON_ACCOUNT_HOLDER_IDENTITY_DOCUMENTS_REQUESTED

Triggered when identity verification documents are requested for a PersonAccountHolder.

BUSINESS_ACCOUNT_HOLDER_IDENTITY_DOCUMENTS_REQUESTED

Triggered when identity verification documents are requested for a BusinessAccountHolder.

BUSINESS_AUTHORIZED_PERSON_IDENTITY_DOCUMENTS_REQUESTED

Triggered when identity verification documents are requested for an AuthorizedPerson.

BUSINESS_ULTIMATE_BENEFICIAL_OWNER_IDENTITY_DOCUMENTS_REQUESTED

Triggered when identity verification documents are requested for a USBusinessUltimateBeneficialOwner.

ORIGINATED_ACH_TRANSFER_INITIATED

Triggered when an originated ACH transfer is initiated.

ORIGINATED_ACH_TRANSFER_PENDING

Triggered when an originated ACH transfer is processed by Highnote, pending send to the external financial institution for processing.

ORIGINATED_ACH_TRANSFER_PROCESSING

Triggered when an originated ACH transfer is sent to the external financial institution for processing.

ORIGINATED_ACH_TRANSFER_PROCESSED

Triggered when an originated ACH transfer is finalized and the funds are available or withdrawn.

ORIGINATED_ACH_TRANSFER_FAILED

Triggered when an originated ACH transfer has failed before it is sent to the external financial institution.

ORIGINATED_ACH_TRANSFER_RETURNED

Triggered when an originated ACH transfer has been returned by the external financial institution.

ORIGINATED_ACH_TRANSFER_CANCELED

Triggered when an originated ACH transfer is canceled before it is sent to the external financial institution.

NON_ORIGINATED_ACH_TRANSFER_RECEIVED

Triggered when a non-originated ACH transfer is received from an external financial institution.

NON_ORIGINATED_ACH_TRANSFER_PROCESSED

Triggered when a non-originated ACH transfer is processed by Highnote.

NON_ORIGINATED_ACH_TRANSFER_FAILED

Triggered when a non-originated ACH transfer has failed before it is sent to the external financial institution.

NON_ORIGINATED_ACH_TRANSFER_RETURNED

Triggered when a non-originated ACH transfer has been returned by the external financial institution.

CREDIT_LIMIT_CHANGE_REQUEST_STATUS_CHANGED

Triggered when a CreditLimitChangeRequest has a status change.

ACH_TRANSFER_HOLD_ADDED

Triggered when an ACH transfer hold is added.

ACH_TRANSFER_HOLD_REMOVED

Triggered when an ACH transfer hold is removed.

CARD_PRODUCT_APPLICATION_IDENTITY_UPDATE_REQUESTED

The name of the Notification Event when IdentityUpdateSessions have been requested for an application.

LINK_VERIFIED_EXTERNAL_BANK_ACCOUNT_FAILED

The name of the Notification Event when a Verified External Financial Account creation fails

CHECK_PAYMENT_EVENT_FUNDING_PENDING

The check has been initiated and is pending funding.

CHECK_PAYMENT_EVENT_FUNDING_STARTED

The check funding has been initiated.

CHECK_PAYMENT_EVENT_FUNDING_COMPLETED

The check has been funded and is pending disbursement.

CHECK_PAYMENT_EVENT_FUNDING_DISBURSED

The funds have been disbursed to external accounts.

CHECK_PAYMENT_EVENT_PENDING_SHIPMENT

The check has been printed and is pending shipment.

CHECK_PAYMENT_EVENT_SHIPPED

The check has been shipped.

CHECK_PAYMENT_EVENT_COMPLETED

The check has been delivered, and cashed or deposited.

CHECK_PAYMENT_EVENT_VOIDED

The check has been voided.

CHECK_PAYMENT_EVENT_FAILED

The check has failed. The reason for the failure is included in the event.

CHECK_PAYMENT_EVENT_REVERSAL_INITIATED

The check has been reversed due to voiding or failure.

CHECK_PAYMENT_EVENT_REVERSAL_COMPLETED

The check reversal has been completed.

CHECK_PAYMENT_EVENT_PRINTED

The check has been printed.

CHECK_PAYMENT_EVENT_PAID

The check has been paid out.

CHECK_PAYMENT_EVENT_PENDING_PROCESSING_BY_HIGHNOTE

The check is pending processing by Highnote.

CHECK_PAYMENT_EVENT_PROCESSING_BY_HIGHNOTE

The check is processing by Highnote.

CHECK_PAYMENT_EVENT_PROCESSED_BY_HIGHNOTE

The check has been processed by Highnote.

CHECK_PAYMENT_EVENT_ON_RISK_HOLD

The check has been put on hold for risk assessment

UPCOMING_STATEMENT_DUE_DATE

Triggered when a FinancialAccountStatement has an upcoming payment due date. The number of days in advance of the due date to trigger this notification is configurable at the CardProduct level.

NotificationTargetStatus

The status of a notification target.

Output:ENUM

Enum Values

PENDING_VERIFICATION

The target has not yet been verified. Events will not be delivered.

ACTIVE

The target has been verified and events are being delivered.

DEACTIVATED

The target has been manually deactivated or Highnote has detected an error delivering events.

ACTIVATION_FAILED

The target was unable to be verified.

OnboardingApplicationStepStatus

Status of an individual step of the business onboarding application

Output:ENUM

Enum Values

NOT_STARTED

No data has yet been received

SUBMITTED

Data has been entered and saved

OnboardingAverageMonthlyPaymentVolumeRange

The range of monthly average volume for a business

Output:ENUM

Enum Values

UNDER_500_000

Under $500,000 USD average monthly volume

BETWEEN_500_000_AND_1_000_000

Between $500,000 and $1,000,000 USD average monthly volume

BETWEEN_1_000_000_AND_5_000_000

Between $1,000,000 and $5,000,000 USD average monthly volume

BETWEEN_5_000_000_AND_25_000_000

Between $5,000,000 and $25,000,000 USD average monthly volume

OVER_25_000_000

Over $25,000,000 USD average monthly volume

OnboardingAverageMonthlyVolumeRange

The range of monthly average volume for a business

Output:ENUM

Enum Values

UNDER_500_000

Under $500,000 USD average monthly volume

BETWEEN_500_000_AND_1_000_000

Between $500,000 and $1,000,000 USD average monthly volume

BETWEEN_1_000_000_AND_5_000_000

Between $1,000,000 and $5,000,000 USD average monthly volume

BETWEEN_5_000_000_AND_10_000_000

Between $5,000,000 and $10,000,000 USD average monthly volume

BETWEEN_10_000_000_AND_50_000_000

Between $10,000,000 and $50,000,000 USD average monthly volume

OVER_50_000_000

Over $50,000,000 USD average monthly volume

OnBoardingBusinessGlobalRegion

Region of the world

Output:ENUM

Enum Values

UNITED_STATES

United States

CANADA

Canada

LATIN_AMERICA

Latin America

EUROPE

Europe

APAC

Asia Pacific

OTHER

Other Region

OnboardingBusinessOrganizationInformationStatus

Overall status on the business onboarding application

Output:ENUM

Enum Values

UPDATE_IN_PROGRESS

Update of the BusinessOrganizationInformation is still in progress

UPDATE_COMPLETE

Updates to the BusinessOrganizationInformation have been completed

PROCESSING_STARTED

Processing the merchant information within BusinessOrganizationInformation has been started

OnboardingBusinessPaymentSolution

The types of payment solutions desired by the business

Output:ENUM

Enum Values

ACCEPT_PAYMENTS_ONLINE

Accept payments online

ACCEPT_SWIPED_PAYMENTS

Accept swiped payments at point-of-sale, kiosk, etc

ACCEPT_PAYMENTS_ONLINE_AND_SWIPED

Accept payments online and swiped payments at point-of-sale

ACCEPT_PAYMENTS_AS_MARKETPLACE

Accept payments as a marketplace or platform

ISSUE_VIRTUAL_CARDS

Issue virtual cards or physical cards

OnboardingBusinessTitle

The title held by the business representative

Output:ENUM

Enum Values

AUTHORIZED_SIGNATORY

Authorized Signatory

CEO

CEO

CFO

CFO

COO

COO

PRESIDENT

President

VICE_PRESIDENT

Vice President

TREASURER

Treasurer

OWNER

Owner

OnboardingCustomerLocation

Location where customers are based

Output:ENUM

Enum Values

UNITED_STATES

100% of customers are based in the United States

MAJORITY_UNITED_STATES

Majority are based in the Unided States

HALF_UNITED_STATES

50% are based in the United States

MAJORITY_OUTSIDE_UNITED_STATES

Majority are based outside of the United States

OnboardingDesiredPaymentSolution

The types of payment solutions desired by the business

Output:ENUM

Enum Values

ACCEPT_PAYMENTS_ONLINE

Accept payments online

ACCEPT_IN_PERSON_PAYMENTS

Accept in-person payments at point-of-sale, kiosk, etc

ISSUE_PAYMENT_CARDS

Issue virtual cards or physical cards

OnboardingPaymentCardBrand

Possible Payment Card Brand types

Output:ENUM

Enum Values

MAESTRO

Maestro card brand.

VISA

Visa card brand.

MASTERCARD

Mastercard card brand.

AMERICAN_EXPRESS

American Express card brand.

DINERS_CLUB

Diners card brand.

DISCOVER

Discover card brand.

JCB

JCB card brand.

OnboardingPreApprovalStatus

Status of the preliminary decision on the merchant onboarding application

Output:ENUM

Enum Values

NOT_DECISIONED

No decision yet made

APPROVED

Approved to move forward

DENIED

Denied from moving forward in the onboarding process

REDIRECT_TO_ISSUING

Redirect the request to issuing product

APPROVED_WITH_OUTREACH

Approved to move forward, but outreach should also be done to confirm needs of new business

OrganizationReportType

Available report types that apply to Organizations and that can be passed into initiateOrganizationReport.

Output:ENUM

Enum Values

EXPERIAN_CREDIT_REPORT

Metro2 file formatted for credit report furnishing with Experian.

LEDGER_ENTRY

This report contains ledger entries across all financial accounts for the organization.

CARD_INTERCHANGE_ACTIVITY

This report contains card interchange and transaction settlement activity across all financial accounts for the organization.

CARD_TRANSACTION_ACTIVITY

This report contains all card transaction event activities across all financial accounts for the organization.

FLEET_ENHANCED_DATA_SUMMARY

This report contains all the enhanced data (level 2/3) sent by the payment networks for cleared fleet transactions for a specific time period

RECEIVABLE_SALE_AGREEMENT

This is the RPA purchase agreement for a given day

RECEIVABLE_SALE

This report contains the overall amount(s) being sold on a given business day

RECEIVABLE_ACCOUNTS_SALE

This report contains the breakdown of each financial account’s receivable being sold on a given business day (sum to the amount in the Receivable Sale report)

RECEIVABLE_SALE_TRANSACTIONS

This report contains the breakdown of each transaction’s receivable being sold on a given business day (sum to the amount in the Receivable Sale report)

OriginatedAchTransferStatus

The status of an OriginatedAchTransfer.

Output:ENUM

Enum Values

INITIATED

A transfer request has been initiated.

PENDING

The transfer has been processed by Highnote, pending submittal to the the external financial institution.

PROCESSING

The transfer is processing at the external financial institution, but funds are not available yet.

PROCESSED

The transfer has successfully been processed by the external financial institution and funds are available.

CANCELED

The transfer has been cancelled before it was sent to the external financial institution.

FAILED

The transfer failed by Highnote before it was sent to the external financial institution. Additional details are available in AchTransferStatusFailureReason.

RETURNED

The transfer has been returned by the external financial institution. Additional details are available in AchTransferStatusFailureReason.

PanEntryMode

The PAN entry mode.

Output:ENUM

Enum Values

MANUAL

Manual.

MAGNETIC_STRIPE

Magnetic stripe (full magnetic stripe data may not be present).

BAR_CODE_OR_QR_CODE

Bar code or QR Code.

OPTICAL_CHARACTER_READER

Optical Character Reader (OCR)

INTEGRATED_CIRCUIT_CARD

Integrated circuit card (contact chip).

MANUAL_KEY_ENTERED

Manual (key-entered).

CONTACTLESS_VIA_CHIP_RULES

Contactless via Chip rules.

VIA_ELECTRONIC_COMMERCE

PAN entry via electronic commerce, including remote chip for which data must be passed by the acquirer (although such remote chip data may not be present in transactions received by the issuer if cryptographic validation is being performed by a network or other entity on behalf of the issuer).

CHIP_CARD_UNABLE_TO_PROCESS_ENTERED_MANUALLY

Chip card or chip-capable terminal was unable to process the transaction using the data on the chip or magnetic stripe, the PAN was entered manually, or the Acquirer is not certified to process the value CC_UNABLE_TO_PROCESS_ENTERED_VIA_MAGNETIC_STRIPE.

CC_UNABLE_TO_PROCESS_ENTERED_VIA_MAGNETIC_STRIPE

Chip card or chip-capable terminal was unable to process the transaction using the data on the chip, the PAN was entered via magnetic stripe. The full track data was read from the data encoded on the card and transmitted within the authorization request on Track 2 Data or Track 1 Data without alteration or truncation.

CREDENTIALS_ON_FILE

From file; credentials on file

PAN_AUTO_ENTRY_VIA_SERVER

PAN Auto Entry via Server (issuer, acquirer, or third party vendor system).

SECURE_CARD_LESS_ENTRY

Secure cardless entry.

FULL_MAGNETIC_STRIPE_READ

Full magnetic stripe read (full magnetic stripe data will be present).

CONTACTLESS_VIA_MAGNETIC_STRIPE_RULES

Contactless via magnetic stripe rules.

ICC_CARD_CVV_DATA_MAY_BE_UNRELIABLE

Integrated circuit card, CVV data may be unreliable.

RESERVED

Reserved for ISO, national, or private use.

PartnerBankName

The possible bank names.

Output:ENUM

Enum Values

SUTTON

The value representing Sutton.

HIGHNOTE

The value representing Highnote.

BANCORP

The value representing Bancorp.

CFSB

The value representing CFSB.

CELTIC

The value representing Celtic.

CROSS_RIVER

The value representing Cross River.

BNY

The value representing BNY.

CASS_BANK

The value representing Cass Bank.

TRANSPECOS_BANK

The value representing Transpecos Bank.

FINWISE_BANK

The value representing FinWise Bank.

VERITEX_BANK

The value representing Veritex Bank.

PaymentAdvanceStatus

The states of a Payment Advance.

Output:ENUM

Enum Values

NOT_REPAID

The full amount of the PaymentAdvance has not been repaid.

PARTIALLY_REPAID

A partial amount of the PaymentAdvance has been repaid.

FULLY_REPAID

The full amount of the PaymentAdvance has been repaid.

WRITTEN_OFF

The PaymentAdvance line item is written off because repaymentAttemptCount has reached 3.

PaymentAdvanceWriteOffReason

The reasons for writing off a payment advance.

Output:ENUM

Enum Values

EXCEED_MAX_ATTEMPT_COUNT

Payment Advance will be written off because repaymentAttemptCount has reached 3.

PaymentCardBinClassification

Possible Payment Card Bin classification.

Output:ENUM

Enum Values

COMMERCIAL

Commercial bin.

CONSUMER

Consumer bin.

BUSINESS

Business bin.

FLEET

Fleet bin.

GOVERNMENT

Government bin.

PaymentCardBinFundingModel

Possible Payment Card Bin funding model.

Output:ENUM

Enum Values

PREPAID

Prepaid funding model.

DEBIT

Debit funding model.

CREDIT

Credit funding model.

PaymentCardBinProductCode

Possible Payment Card Bin Product Codes.

Output:ENUM

Enum Values

MASTERCARD_MPW

Prepaid Mastercard Workplace B2B Solutions.

MASTERCARD_MDJ

Debit Mastercard BusinessCard Card.

MASTERCARD_MPG

Prepaid Mastercard General Spend Card.

MASTERCARD_MPA

Prepaid Mastercard Payroll Card.

MASTERCARD_MCF

Mastercard Corporate Fleet Card.

MASTERCARD_MDB

Debit Mastercard BusinessCard Card.

MASTERCARD_MCO

Mastercard Corporate Card.

MASTERCARD_MPL

Mastercard Platinum.

MASTERCARD_MWF

Mastercard Humanitarian Prepaid.

MASTERCARD_MPM

Prepaid Mastercard Consumer Incentive Card.

VISA_F

Visa Classic

VISA_S1

Visa Purchasing with Fleet.

VISA_S

Visa Purchasing.

VISA_G

Visa Business.

VISA_K

Visa Corporate T&E.

VISA_A

Visa Traditional.

VISA_B

Visa Rewards.

VISA_C

Visa Signature.

VISA_I

Visa Infinite.

VISA_G1

Visa Signature Business.

VISA_G4

Visa Infinite Business.

VISA_X

Visa B2B Virtual Payments.

VISA_K1

Visa Government Corporate T&E.

VISA_S2

Visa Government Purchasing.

VISA_J3

Visa Healthcare.

VISA_Q

Visa Private Label.

VISA_Q2

Visa Private Label Basic.

VISA_Q3

Visa Private Label Standard.

VISA_Q4

Visa Private Label Enhanced.

VISA_Q5

Visa Private Label Specialized.

VISA_Q6

Visa Private Label Premium.

VISA_R

Visa Proprietary.

PaymentCardBinSubProductCode

Possible Payment Card Bin Sub Product Codes.

Output:ENUM

Enum Values

VISA_MS

Visa Multi-Currency Solution.

VISA_ST

Visa Campus/University.

VISA_GI

Visa Cosumer Gift.

VISA_CB

Visa Cross Border Remittance.

VISA_IC

Visa Corporate Disbursement.

VISA_GP

Visa General Purpose.

VISA_GV

Visa Government Disbursement.

VISA_IP

Visa Insurance.

VISA_OT

Visa Other.

VISA_PP

Visa Payroll/Salary.

VISA_TP

Visa Travel/Visa Travel Money.

VISA_BX

Visa Youth/College.

VISA_HS

Visa Employee Benefits.

VISA_FS

Visa Healthcare - FSA/HRA.

PaymentCardBrand

Possible Payment Card Brand types

Output:ENUM

Enum Values

ELECTRON

Electron card brand.

MAESTRO

Maestro card brand.

DANKORT

Dankort card brand.

PAYMENT

Payment card brand.

UNION_PAY

Union Pay card brand.

VISA

Visa card brand.

MASTERCARD

Mastercard card brand.

AMERICAN_EXPRESS

American Express card brand.

DINERS

Diners card brand.

DISCOVER

Discover card brand.

JCB

JCB card brand.

PaymentCardChargebackCreditStatus

The credit status of the chargeback.

Output:ENUM

Enum Values

CREDIT_NOT_ISSUED

A chargeback credit has not been issued.

CREDIT_PENDING_WIN

The chargeback credit is pending award following the win of the chargeback.

CREDIT_WON

The chargeback credit has been awarded following the win of the chargeback.

CREDIT_PENDING_PARTIAL_WIN

The chargeback credit is pending partial award following the partial win of the chargeback.

CREDIT_PARTIALLY_WON

The chargeback credit has been partially awarded following the partial win of the chargeback.

PROVISIONAL_CREDIT_PENDING_ISSUE

The chargeback provisional credit is pending issued.

PROVISIONAL_CREDIT_ISSUED

The Provisional Credit for the chargeback has been issued.

PROVISIONAL_CREDIT_PENDING_REVOCATION

The Provisional Credit for the chargeback is pending revocation following the loss of the chargeback.

PROVISIONAL_CREDIT_REVOKED

The Provisional Credit for the chargeback has been revoked following the loss of the chargeback.

PROVISIONAL_CREDIT_PENDING_WIN

The Provisional Credit for the chargeback is pending award following the win of the chargeback.

PROVISIONAL_CREDIT_WON

The Provisional Credit for the chargeback has been awarded following the win of the chargeback.

PROVISIONAL_CREDIT_PENDING_PARTIAL_WIN

The Provisional Credit for the chargeback is pending partial award following the partial win of the chargeback.

PROVISIONAL_CREDIT_PARTIALLY_WON

The Provisional Credit for the chargeback has been partially awarded following the partial win of the chargeback.

PaymentCardChargebackNetworkReasonCode

The external network reason code of the chargeback.

Output:ENUM

Enum Values

ACCOUNT_NUMBER_NOT_ON_FILE

The issuing bank can’t find an account with the number used.

AUTHORIZATION_RELATED_FOR_DUAL_MESSAGE_SYSTEM

A Cardholder Dispute for Dual Message System transactions and Mainland China domestic transactions.

CANCELLED_RECURRING_TRANSACTION

Cardholder claims the merchant continued to bill the card after a recurring transaction was cancelled, or without explicit consent from the cardholder.

CARDHOLDER_DISPUTE

A Cardholder Dispute.

CARDHOLDER_DISPUTE_US_ONLY

A Cardholder Dispute, not elsewhere classified (U.S. Region Only).

CHIP_LIABILITY_SHIFT

A fraudulent transaction was processed using a counterfeit EMV chip card, but the chip was not used, which allowed fraud.

CHIP_PIN_LIABILITY_SHIFT_LOST_STOLEN

A fraudulent transaction was processed using a lost, stolen, or never received EMV chip card, but the chip was not used, which allowed the fraud.

CHIP_READ_POS_LATE_PRESENTMENT

The transaction was not deposited within 30 days of the date a valid authorization code was obtained.

CREDIT_NOT_PROCESSED

The Cardholder did not receive an expected credit.

DOMESTIC_CHARGEBACK_INTRA_EUROPEAN_USE

The Cardholder contacted the issuer claiming a travel service has not, or will not, be provided, and the merchant is seeking protection from creditors, insolvent, bankrupt or in liquidation.

INCORRECT_CURRENCY

The merchant failed to provide adequate currency information or properly process a credit.

INCORRECT_TRANSACTION_CODE

the merchant processed a transaction using the wrong transaction code.

INCORRECT_CURRENCY_OR_TRANSACTION_CODE

The merchant failed to provide adequate currency information or properly process a credit or processed a transaction using the wrong transaction code.

INCORRECT_TRANSACTION_AMOUNT_OR_ACCOUNT_NUMBER

The amount the Cardholder was charged doesn’t match what’s on the receipt.

INSTALLMENT_BILLING_DISPUTE

The Cardholder claims an installment charge made to their account was incorrect.

LATE_PRESENTMENT

The transaction was not deposited within 30 days of the date a valid authorization code was obtained.

NO_AUTHORIZATION

The Cardholder claims he or she did not authorize the transaction.

NO_SHOW_ADDENDUM_OR_ATM_DISPUTE

The Cardholder claims to have been charged a no-show fee when they cancelled with a hotel participating in the Mastercard Guaranteed Reservation Service or this is a ATM dispute.

NON_RECEIPT_OF_CASH_OR_LOAD_TRANSACTION_VALUE_AT_ATM

A Cardholder Dispute with non-receipt of cash at an ATM.

NOT_AUTHORIZED_CARD_PRESENT

A Cardholder disputes a credit card charge made in a card-not-present environment.

NOT_AUTHORIZED_CARD_ABSENT

A Cardholder is claiming that they did not authorize or participate in a card-not-present transaction, and therefore it must be fraudulent.

NOT_AS_DESCRIBED_OR_DEFECTIVE_MERCHANDISE

The cardholder claims the merchandise received (or service provided) differs greatly from the description provided at the time of purchase.

POINT_OF_INTERACTION_ERRORS

A single transaction was processed more than one time.

QUESTIONABLE_MERCHANT_ACTIVITY

This transaction violates Mastercard’s rules or the merchant was on a Mastercard security list.

SERVICE_NOT_PROVIDED_MERCHANDISE_NOT_RECEIVED

The product never arrived, or the service wasn’t completed.

WARNING_BULLETIN_FILE

Issuer is unable to verify that an authorization code was obtained at the time of the transaction.

PaymentCardChargebackStatus

The status of the chargeback.

Output:ENUM

Enum Values

SUBMITTED

The chargeback has been submitted to the network.

RECEIVED

The chargeback has been received by the network.

RESOLVED

The chargeback has been resolved by the network.

CANCELLED

The chargeback has been cancelled.

REJECTED

The chargeback has been rejected.

WON

The chargeback has been won.

PARTIALLY_WON

The chargeback is partially won.

LOST

The chargeback has been lost.

PaymentCardClientTokenPermission

Permissions for a PaymentCard Client Token

Output:ENUM

Enum Values

READ_RESTRICTED_DETAILS

Read number and cvv for Payment Card.

Setting this permission will allow using the token to query for a Payment Card and read its restrictedDetails property.

SET_PAYMENT_CARD_PIN

Setting this permission will allow using the token to set the PIN number for a Payment Card.

MANAGE_PAYMENT_CARD

Setting this permission will allow managing states for a Payment Card.

MANAGE_CARD_FULFILLMENT

Setting this permission allow initiating and managing of a card fulfillment.

READ_FULFILLMENT_DETAILS

Read the card fulfillment details.

Setting this permission will allow querying for fulfillment details.

PaymentCardDigitalWalletDeviceType

The Payment Card Digital Wallet Device Type.

Output:ENUM

Enum Values

MOBILE

A Mobile Device. Examples include an iPhone, Samsung Galaxy, or Google Pixel.

WATCH

A Digital Watch. Examples include an iWatch, Samsung Galaxy Watch4, or Fitbit.

TABLET

A wireless, portable personal computer with a touchscreen interface. Examples include an iPad, Samsung Galaxy Tablet, or Amazon Fire HD.

PaymentCardDisputeCategoryType

The type of dispute category.

Output:ENUM

Enum Values

FRAUD

The Account Holder has claimed a transaction to be fraudulent on their Account.

AUTHORIZATION

The Program attempted to collect money that the Account Holder has spent (e.g. clearing transaction without an authorization).

PROCESSING_ERROR

The transaction data is incorrect.

MERCHANT_DISPUTE

The Account Holder claims they did not receive the goods and services they paid for from the Merchant.

PaymentCardDisputeCreditStatus

The credit status of the dispute credit.

Output:ENUM

Enum Values

NOT_ISSUED

A dispute credit has not been issued.

PENDING_ISSUE

The dispute credit is pending issuing.

ISSUED

The dispute credit is issued.

PaymentCardDisputeCustomerClaimType

The customer claim type of the dispute.

Output:ENUM

Enum Values

WRITTEN

Customer submitted a dispute with written documentation.

VERBAL

Customer submitted a dispute verbally.

PaymentCardDisputeLiability

The possible dispute liability types for a payment card transaction.

Output:ENUM

Enum Values

ISSUER_LIABLE

The Issuer is liable for the dispute.

MERCHANT_LIABLE

The Merchant is liable for the dispute.

PaymentCardDisputeStatus

The status of the dispute.

Output:ENUM

Enum Values

INITIATED

The dispute has been initiated.

CANCELLED

The dispute has been cancelled.

IN_PROGRESS

The dispute is in progress.

REJECTED

The dispute has been rejected.

WON

The dispute has been won.

LOST

The dispute has been lost.

PENDING_RESOLUTION

The dispute is pending resolution without a chargeback to the network by issuing credit.

RESOLVED

The dispute has been resolved without a chargeback to the network by issuing credit.

PaymentCardEmvType

Possible Payment Card EMV types.

Output:ENUM

Enum Values

NONE

No EMV type configured.

CONTACTLESS

Contactless EMV type.

CONTACT

Contact EMV type.

PaymentCardGroupOrderStatus

Group order status.

Output:ENUM

Enum Values

NEW

Group order was created but is not yet ready to ship.

PENDING

Group order is ready to ship but has not yet been sent to the vendor.

SENT_TO_PRINTER

Group order was sent to the vendor but the vendor has not yet approved.

APPROVED

Vendor approved the fulfillment request but has not yet shipped.

CANCELED

Group order was canceled by the client.

SHIPPED

The vendor shipped the card to the delivery address.

SHIP_FAILED

The vendor was not able to ship the card.

PaymentCardNetwork

The card networks that the Highnote platform uses to issue Payment Cards.

Output:ENUM

Enum Values

MASTERCARD

MASTERCARD

VISA

VISA

PaymentCardOrderStatus

Payment card order status.

Output:ENUM

Enum Values

NEW

Fulfillment was created but not yet sent to printer.

SENT_TO_PRINTER

Fulfillment was sent to printer but printer has not yet approved.

APPROVED

Printer approved the fulfillment request but has not yet shipped.

CANCELED

Fulfillment was canceled by client.

SHIPPED

Vendor shipped the card to the delivery address.

SHIP_FAILED

Printer was not able to ship the card.

PaymentCardProvisionalCreditStatus

The provisional credit status of the dispute.

Output:ENUM

Enum Values

NOT_ISSUED

A chargeback credit has not been issued.

PENDING_ISSUE

The chargeback provisional credit is pending issued.

ISSUED

The Provisional Credit for the chargeback has been issued.

PENDING_FINALIZATION

The chargeback provisional credit is pending finalized.

FINALIZATION_FAILED

The Provisional Credit for is not finalized

FINALIZED

The Provisional Credit for is finalized

PaymentCardShippingMethod

Payment card shipping method.

Output:ENUM

Enum Values

USPS_GROUND

USPS Retail Ground ®.

USPS_PRIORITY

USPS Priority Mail ®.

USPS_EXPRESS

USPS Priority Mail Express ®.

USPS Priority Mail Express ®. Includes Signature Confirmation at no extra charge. If you wish to ship your order without signature confirmation, we recommend using a different shipping method.

UPS_GROUND

UPS Ground Shipping.

UPS_SECOND_DAY

UPS 2nd Day Air.

UPS_NEXT_DAY

UPS Next Day Air Shipping.

FEDEX_OVERNIGHT

FedEx Standard Overnight.

Please contact Highnote support to find out if this option is available to your program.

FEDEX_ONE_RATE

FedEx One Rate.

Please contact Highnote support to find out if this option is available to your program.

SAME_DAY_USPS_GROUND

USPS Retail Ground ® - Processed Same Day.

Additional fees apply to Same Day options. Please contact Highnote support to find out if this option is available to your program.

SAME_DAY_USPS_PRIORITY

USPS Priority Mail ® - Processed Same Day.

Additional fees apply to Same Day options. Please contact Highnote support to find out if this option is available to your program.

SAME_DAY_UPS_GROUND

UPS Ground Shipping - Processed Same Day.

Additional fees apply to Same Day options. Please contact Highnote support to find out if this option is available to your program.

SAME_DAY_UPS_SECOND_DAY

UPS 2nd Day Air - Processed Same Day.

Additional fees apply to Same Day options. Please contact Highnote support to find out if this option is available to your program.

SAME_DAY_UPS_NEXT_DAY

UPS Next Day Air Shipping - Processed Same Day.

Additional fees apply to Same Day options. Please contact Highnote support to find out if this option is available to your program.

PaymentCardStatus

Possible statuses of a Payment Card.

Output:ENUM

Enum Values

ACTIVATION_REQUIRED

The Payment Card needs activation before it can be used successfully.

ACTIVE

The Payment Card is active and ready for use.

SUSPENDED

The Payment Card has been suspended and authorizations will fail until the Payment Card is ACTIVE again.

CLOSED

The Payment Card has been closed and all future authorizations will fail.

PaymentCardStatusChangeReason

The different reasons for a PaymentCard status change

Output:ENUM

Enum Values

CREATED

The PaymentCard created.

EXPIRED

The PaymentCard expired.

LOST

The PaymentCard was lost.

STOLEN

The PaymentCard was stolen.

OTHER

The PaymentCard state was changed for another reason.

UNSPECIFIED

The PaymentCard state was changed for unknown reason.

PaymentCardSuspensionFlag

A suspension flag on a PaymentCard.

Payment Card Suspension Flags are used to denote the type of suspension on a PaymentCard.

Output:ENUM

Enum Values

PROGRAM_OWNER_INITIATED_SUSPENSION

The PaymentCard has been suspended by Highnote customer or account holder. This suspension can be lifted by Highnote customer or account holder.

ISSUER_INITIATED_SUSPENSION

The PaymentCard has been suspended by the issuer i.e. Highnote. This suspension can only be lifed by the issuer i.e. Highnote.

PaymentCreditTransactionRefundReason

The reason why the PaymentTransaction was refunded to the original payment method

Output:ENUM

Enum Values

DUPLICATE_TRANSACTION

The transaction was refunded since it was a duplicate of a previous transaction.

CUSTOMER_REQUESTED

The transaction was refunded at the behest of the customer.

INCORRECT_RECIPIENT

The transaction was refunded as the payment was directed to the wrong recipient.

FRAUD

The transaction was refunded due the determination that the payment was fraudulent.

OTHER

The transaction was refunded for another reason.

PaymentMethodTokenUsage

How many times this PaymentMethodToken can be used.

Output:ENUM

Enum Values

REUSABLE

This PaymentMethodToken can be used multiple times.

SINGLE_USE

This PaymentMethodToken can only be used once and then becomes invalid.

PaymentTransactionAddressCodeResponseCode

Possible values for the PaymentTransactionAddressCodeResponseCode enum.

Output:ENUM

Enum Values

SKIPPED

The check was requested to be skipped in the API.

MATCHED

The address does match the processor's records.

NOT_MATCHED

The address does not match the processor's records.

NOT_VERIFIED

The address check was not verified by the processor.

NOT_PROVIDED

The address was not provided at the time of the transaction.

UNKNOWN

The address was provided but the processor was unable to verify it.

PaymentTransactionLifecycleStepStatus

The status of a PaymentTransactionLifecycleStep

Output:ENUM

Enum Values

PENDING

The step has not completed yet. Further events are expected for this step.

COMPLETED

The step has completed. No further events are expected for this step.

DECLINED

The step has been declined. An event has returned for this step that prevents the step from continuing.

UNKNOWN

The step status does not match any of the other statuses.

PaymentTransactionPostalCodeResponseCode

Possible values for the PaymentTransactionCardCodeResponseCode enum.

Output:ENUM

Enum Values

SKIPPED

The check was requested to be skipped in the API.

MATCHED

The postal code does match the processor's records.

NOT_MATCHED

The postal code does not match the processor's records.

NOT_VERIFIED

The postal code check was not verified by the processor.

NOT_PROVIDED

The postal code was not provided at the time of the transaction.

UNKNOWN

The postal code was provided but the processor was unable to verify it.

PaymentTransactionResponseCodeProcessorResponseCode

Possible response codes from the processor for a payment transaction.

Output:ENUM

Enum Values

APPROVED

The authorization was approved.

DO_NOT_HONOR

The authorization was declined. The customer should contact their bank for more information on the decline.

INVALID_CARD_NUMBER

The authorization was declined due to the card number being invalid.

INSUFFICIENT_FUNDS

The authorization was declined due to the insufficient funds in the account.

EXPIRED_CARD

The authorization was declined due to the card being expired.

BAD_CVV2

The authorization was declined due to a security code mismatch.

UNACTIVATED_CARD

The authorization was declined due to the card not being activiated.

SUSPENDED_CARD

The authorization was declined due to the card being suspended.

TERMINATED_CARD

The authorization was declined due to the card being terminated.

INVALID_AUTHORIZATION_EXPIRATION

The authorization was declined due to the authorization expiration being invalid.

BLOCKED_CARD

The authorization was declined due to the card being blocked from transacting.

TRANSACTION_NOT_PERMITTED

The authorization was declined due to the card being restricted.

RE_ENTER_TRANSACTION

The authorization was declined due to the card's address verification failing.

CLOSED_ACCOUNT

The authorization was declined due to the card being closed.

SPECIAL_CONDITION_NO_PICK_UP

The authorization was declined because of a special condition on the card. This could be due to the card being temporarily suspended or having an issue with the financial account.

INVALID_MERCHANT

The authorization was declined due to the merchant not being authorized to process the transaction.

INVALID_TRANSACTION

The authorization was declined due to incorrect information being provided, or attempting a faulty operation such as refunding a refund. This is a generic catch-all response code for a transaction that cannot be declined under other specific response codes.

EXCEEDS_APPROVAL_AMOUNT_LIMIT

The authorization was declined due to the approval amount being over the limit.

EXCEEDS_WITHDRAWAL_FREQUENCY_LIMIT

The authorization was declined because number of transaction exceeded the issuer or approved limit over a set period of time.

RESTRICTED_LOCATION

The authorization was declined due to the card being restricted from transacting in this region or country.

UNKNOWN

The authorization response code did not match any of the other codes.

PaymentTransactionSecurityCodeResponseCode

Possible values for the PaymentTransactionSecurityCodeResponseCode enum.

Output:ENUM

Enum Values

SKIPPED

The check was requested to be skipped in the API.

MATCHED

The security code does match the processor's records.

NOT_MATCHED

The security code does not match the processor's records.

NOT_VERIFIED

The security code check was not verified by the processor.

NOT_PROVIDED

The security code was not provided at the time of the transaction.

UNKNOWN

The security code was provided but the processor was unable to verify it.

PaymentTransactionStatus

Different statues that a PaymentTransaction can be.

Output:ENUM

Enum Values

PENDING

PENDING indicates that there are required PaymentTransactionLifecycleSteps that have not yet been completed. Once all the required steps are completed, this state will transition.

COMPLETED

COMPLETED indicates that the PaymentTransactionLifecycleStep has finished with required states and disbursed the funds.

REVERSED

REVERSED indicates that all remaining authorized amounts on this PaymentTransaction have been reversed.

PENDING_DISPUTE

PENDING_DISPUTE indicates that the PaymentTransaction has a pending dispute.

DISPUTED

DISPUTED indicates that the PaymentTransaction has a dispute.

DECLINED

DECLINED indicates that the PaymentTransaction was declined. This can happen if the payment method was invalid, or the payment method has insufficient funds.

PayOffType

The possible values for Payment Detail type of the Payoff warning associated with the statement

Output:ENUM

Enum Values

MINIMUM_PAY_OFF

Estimated Total payment and time it takes with minimum payment amount of the statement.

THREE_YEAR_PAY_OFF

Estimated Total payment and minimum required to pay it within 3 years fix time.

PersonAccountHolderClientTokenPermission

Permissions for a PersonAccountHolder Client Token

Output:ENUM

Enum Values

READ_PERSON_ACCOUNT_HOLDER_DETAILS

Read the person account holder information.

Setting this permission will allow visibility to the account holder's information.

PersonAccountHolderIdentityUpdateType

The type of identifying information which has been modified in a PersonAccountHolderIdentityUpdatedEvent.

Output:ENUM

Enum Values

FULL_LEGAL_NAME

The full legal name was modified.

BILLING_ADDRESS

The billing address was modified.

TOTAL_ANNUAL_INCOME

The total annual income was modified.

CURRENT_DEBT_OBLIGATIONS

The current debt obligations were modified.

EMPLOYMENT_STATUS

The employment status was modified.

SOCIAL_SECURITY_NUMBER

The social security number was modified.

DATE_OF_BIRTH

The date of birth was modified.

PersonAuthorizedUserClientTokenPermission

Permissions for a PersonAuthorizedUser Client Token

Output:ENUM

Enum Values

READ_PERSON_AUTHORIZED_USER_DETAILS

Read the person authorized user information.

Setting this permission will allow visibility to the authorized user's information.

PhoneLabel

The types or usages of a phone number.

Output:ENUM

Enum Values

MOBILE

The phone number is attached to a mobile or cellular device.

HOME

The phone number is attached to a residence.

WORK

The phone number is attached to a place of business.

SUPPORT

The phone number represents a support number

PhysicalCardMaterial

Physical Card Material

Output:ENUM

Enum Values

PLASTIC

Plastic

METAL

Metal

PhysicalCardPersonalizationFormat

the format of a physical card

Output:ENUM

Enum Values

EMBOSSED

Embossed

PRINTED

Printed

PhysicalCardPersonalizationLineType

The line type for the physical card profile

Output:ENUM

Enum Values

BUSINESS_NAME

The physical card profile is track has default Business Name

ACCOUNT_HOLDER_NAME

The physical card profile is track has default Cardholder Name

CUSTOM

The physical card profile track has Custom Name

PhysicalCardType

The type of physical card.

Output:ENUM

Enum Values

MAGNETIC_STRIPE_ONLY

Magnetic Stripe Only

EMV_CHIP_CONTACT_ONLY

EMV Chip Contact Only

CONTACTLESS_ONLY

Contactless Only

EMV_CHIP_CONTACTLESS

EMV Chip Contactless

PhysicalCardVendorName

The vendors for a physical card

Output:ENUM

Enum Values

TAG

TAG

ARROW_EYE

ARROW_EYE

PinEntryMode

The PIN entry mode.

Output:ENUM

Enum Values

PIN_ENTRY_CAPABILITY

PIN entry capability

NO_PIN_ENTRY_CAPABILITY

No PIN entry capability

PIN_PAD_INOPERATIVE

PIN pad inoperative

PIN_VERIFIED_BY_TERMINAL_DEVICE

PIN verified by terminal device

RESERVED

Reserved for ISO, national, or private use

PinResponseCode

The PIN Response Code value outlines whether the cardholder entered a PIN during the transaction, whether the PIN was validated, and the result of the validation.

Output:ENUM

Enum Values

NOT_PERFORMED

PIN validation not performed since transaction was declined for another reason.

NOT_PROVIDED

The cardholder did not enter a PIN.

NO_MATCH

The cardholder-provided PIN was incorrect.

MATCH

The cardholder-provided PIN was correct.

DECRYPTION_ISSUE

PIN Validation failed due to temporary network connectivity issues.

PointOfServiceCategory

An identification as to where a payment initiated

Output:ENUM

Enum Values

ADMINISTRATIVE_TERMINAL

A terminal used for administrative purposes.

POS_TERMINAL

A terminal used for making a sale.

HOME_TERMINAL

A terminal used at a home rather than a business location.

ELECTRONIC_CASH_REGISTER

A device used to process cash and payment card transactions.

DIAL_TERMINAL

A terminal that processes payment card transactions over a standard phone line.

TRAVELERS_CHECK_MACHINE

A terminal that processes travelers' checks.

SCRIP_MACHINE

A terminal which produces or processes scrips.

COUPON_MACHINE

A terminal which produces or processes coupons.

TICKET_MACHINE

A terminal which produces or processes tickets.

PERSONAL_BANKING

A terminal utilized for general banking processing such as ATM withdrawals.

PUBLIC_UTILITY

A terminal used by a public utility to process card payments.

SELF_SERVICE

A terminal operated by the account holder to process a card payment.

AUTHORIZATION

The initial step in a card payment which defines whether the card payment may continue.

PAYMENT

A transaction in which funds are transferred for goods and/or services.

VRU

A Voice Response Unit that interacts with account holders.

SMART_PHONE

A mobile phone that performs many functions of a personal computer.

INTERACTIVE_TELEVISION

A television that accepts input from account holders for card payments.

PERSONAL_DIGITAL_ASSISTANCE

A mobile device utilized for a variety of functions including card payments.

SCREEN_PHONE

A phone with a digital display.

UNATTENDED_CARDHOLDER_ACTIVATED_NO_AUTHORIZATION

A terminal activated by an account holder for a card payment that does not require authorization.

UNATTENDED_CARDHOLDER_ACTIVATED_AUTHORIZED

A terminal activated by an account holder for a card payment that requires authorization.

UNATTENDED_CUSTOMER_TERMINAL

A terminal activated by an account holder for a card payment.

TELEPHONE_DEVICE

A device that provides telephone functions.

MPOS

A mobile devices utilized to process card payments (Mobile Point of Sale).

AUTOMATED_TELLER_MACHINE

A machine that dispenses cash or performs other banking services.

AUTOMATED_FUEL_DISPENSER

A terminal used for self-service fuel purchases.

POINT_OF_BANKING_TERMINAL

A device presented at a teller where an account holder inserts their card for verification and authorization.

TELLER

A device used by financial instititions' bank branches to handle with customer transactions.

FRANCHISE_TELLER

A device used by franchised financial instititions' bank branches to handle with customer transactions.

VENDING

A machine that dispenses small goods, such as food and drinks.

ECOMMERCE

A commercial transaction conducted electronically online.

MICR_TERMINAL

A device used to convert an electronic check for deposits.

UNATTENDED_CHIP_PIN_TERMINAL

A terminal used for unattended chip and PIN transactions.

PointOfServiceCategoryCondition

A condition for the point of service category, which serves as acceptable input arguments for creating an authorization control.

Output:ENUM

Enum Values

ADMINISTRATIVE_TERMINAL

A terminal used for administrative purposes.

POS_TERMINAL

A terminal used for making a sale.

AUTOMATED_TELLER_MACHINE

A machine that dispenses cash or performs other banking services when an account holder inserts a bank card.

AUTOMATED_FUEL_DISPENSER

A device which allows account holders to pay for their gas and pump it themselves.

POINT_OF_BANKING_TERMINAL

A device presented at a teller where an account holder inserts their card for verification and authorization.

TELLER

A device that enables a person employed at financial institition to deal with customers' transactions.

FRANCHISE_TELLER

A device that enables a person employed at franchised financial institition to deal with customers' transactions.

VENDING

A machine that dispenses small articles such as food, drinks, or cigarettes when a coin, bill, or token is inserted.

ECOMMERCE

A commercial transaction conducted electronically on the internet.

MICR_TERMINAL

A device used to convert an electronic check for deposits.

PostalCodeResponseCode

Code representing the result of AVS postal code verification

Output:ENUM

Enum Values

NOT_PERFORMED

The postal code was not checked for verification.

This typically occurs when a postal code is provided during authorization but we were unable to locate the same value in our vault.

NOT_PROVIDED

The postal code was not provided on the authorization.

NO_MATCH

The postal code provided on the authorization did not match a postal code on file for the Cardholder.

MATCH

The postal code provided on the authorization matched a postal code on file for the Cardholder.

ZIP5_MATCH

The 5-digit zip code provided on the authorization matched the zip code on file for the Cardholder.

ZIP9_MATCH

The 9-digit zip code provided on the authorization matched the zip code on file for the Cardholder.

ProvisionAccountHolderAction

Defines the different actions that can be performed during the provisioning process for an account holder.

Each action represents a specific step or operation to be executed.

Output:ENUM

Enum Values

CREATE_APPLICATION

Creates an application for an Account Holder. This action starts the application process.

ISSUE_FINANCIAL_ACCOUNT

Issues an account based on an application. When used in conjunction with CREATE_APPLICATION, this action will use the provided AccountHolderCardProductApplication to issue the account.

SET_CREDIT_LIMIT

Sets a credit limit on a FinancialAccount. When used with ISSUE_FINANCIAL_ACCOUNT, this action will apply the credit limit to the specified FinancialAccount.

ISSUE_PAYMENT_CARD

Issues a Payment Card for a FinancialAccount. When used with ISSUE_FINANCIAL_ACCOUNT, this action will issue the PaymentCard to the specified FinancialAccount

REGISTER_VISA_PAYABLE_FUNDING_ACCOUNT

Registers the Account Holder with Visa's Payable Automation solution, facilitating integration with Visa's payment systems.

NOTIFY_PROVIDER

Notifies the configured provider that the workflow has been completed. Provider configurations are determined as part of the technical solution.

Note: This action will only be executed upon approval of the technical solution.

LINK_VERIFIED_EXTERNAL_BANK_ACCOUNT

Link verified external bank account with a FinancialAccount

ProvisionWorkflowProvider

Defines the providers involved in the provisioning workflow.

Currently supported providers are listed, with their associated configuration and usage details.

Output:ENUM

Enum Values

BOTTOM_LINE

Bottom Line: A provider that may offer services related to provisioning, such as payment solutions or account management.

RecurringAchTransferFrequencyCode

The frequency of the scheduled transfer

Output:ENUM

Enum Values

MONTHLY

A monthly recurring transfer

RedemptionConfigurationType

Method of Redemption for Rewards Points.

Output:ENUM

Enum Values

STATEMENT_CREDIT

Redeem points for statement credit.

ReissueReason

The different reasons for a PaymentCard to be reissued

Output:ENUM

Enum Values

EXPIRED

The PaymentCard expired and needs to be reissued

LOST

The PaymentCard was lost and needs to be reissued

STOLENDeprecated

The PaymentCard was stolen and needs to be reissued

If card is stolen, terminate the old card and issue a new card to establish a new card lineage.

OTHER

The PaymentCard needs to be reissued for another reason

RepaymentCategory

The category of this Repayment. For example, PURCHASE, INTEREST, or FEES.

Output:ENUM

Enum Values

PURCHASE

INTEREST

FEES

ReportStatus

Represents the current status of a Report.

Output:ENUM

Enum Values

IN_PROGRESS

Indicates the the report is still being generated.

COMPLETED

Indicates the report has been generated and is ready to be downloaded.

FAILED

Indicates the report failed to generate.

ReportType

All available report types.

Output:ENUM

Enum Values

EXPERIAN_CREDIT_REPORT

Metro2 file formatted for credit report furnishing with Experian.

LEDGER_ENTRY

This report contains ledger entries across all financial accounts for the organization.

CARD_INTERCHANGE_ACTIVITY

This report contains card interchange and transaction settlement activity across all financial accounts for the organization.

CARD_TRANSACTION_ACTIVITY

This report contains all card transaction event activities across all financial accounts for the organization.

FLEET_ENHANCED_DATA_SUMMARY

This report contains all the enhanced data (level 2/3) sent by the payment networks for cleared fleet transactions for a specific time period

RECEIVABLE_SALE_AGREEMENT

This is the RPA purchase agreement for a given day

RECEIVABLE_SALE

This report contains the overall amount(s) being sold on a given business day

RECEIVABLE_ACCOUNTS_SALE

This report contains the breakdown of each financial account’s receivable being sold on a given business day (sum to the amount in the Receivable Sale report)

RECEIVABLE_SALE_TRANSACTIONS

This report contains the breakdown of each transaction’s receivable being sold on a given business day (sum to the amount in the Receivable Sale report)

RequestedIdentityUpdateStatus

A status representing the state of the RequestedIdentityUpdate

Output:ENUM

Enum Values

OPEN

The requested update is OPEN and awaiting input.

INITIATED

The requested update is INITIATED and has received input.

CONFIRMED

The requested update is confirmed, and the individual or business has acknowledged the accuracy and correctness of the supplied information.

CANCELED

The requested update is canceled, indicating that no updates were supplied even though requested.

RequestedIdentityUpdateType

The types of identity updates requested.

Output:ENUM

Enum Values

EMPLOYER_IDENTIFICATION_NUMBER

Request to update the employer identification number.

LEGAL_BUSINESS_NAME

Request to update the legal business name.

FULL_LEGAL_NAME

Request to update the full legal name.

HOME_ADDRESS

Request to update the home address.

BILLING_ADDRESS

Request to update the billing address.

SOCIAL_SECURITY_NUMBER

Request to update the social security number.

DATE_OF_BIRTH

Request to update the date of birth.

ReviewWorkflowEventStatus

The status of the ReviewWorkflowEvent

Output:ENUM

Enum Values

PENDING

The event for review, e.g. wire transfer has been initiated.

APPROVED

The event under review, e.g. wire transfer has been approved.

REJECTED

The event under review, e.g. wire transfer has been rejected.

CANCELED

The event under review, e.g. wire transfer was canceled.

COMPLETED

The event under review, e.g. wire transfer has completed.

FAILED

The event under review, e.g. wire transfer has failed.

UNSPECIFIED

The event under review, e.g. wire transfer is in an unspecified state.

RewardPointsActivityType

Reward points activity that was requested during transfer

Output:ENUM

Enum Values

AWARD

Adds reward point(s) to a financial account that has this enabled.

REDEEM

Redeems reward point(s) to a financial account that has this enabled.

REFUND

Refunds reward point(s) to a financial account that has this enabled.

DEDUCT

Deducts reward point(s) to a financial account that has this enabled.

RewardPointsActivityTypeInput

Reward points activity that was requested during transfer

Output:ENUM

Enum Values

AWARD

Add reward points to an enabled FinancialAccount.

DEDUCT

Deduct reward points from an enabled FinancialAccount.

RewardPointsTransferFailureReasonCode

Additional details regarding a FAILED reward points transfer.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The account the money was coming from did not have enough funds.

ACCOUNT_CLOSED

The receiving account has been closed.

ACCOUNT_NOT_FOUND

No matching account was found for the receiving account.

ACCOUNT_CURRENCY_MISMATCH

The amount of the transfer does not match the currency of the receiving account.

REWARD_POINT_FEATURE_NOT_ENABLED

The receiving account does not have the reward point feature enabled.

RewardPointsTransferSource

Source of transfer request for reward points transfer

Output:ENUM

Enum Values

APIDeprecated

A transfer request has been initiated using api

`API` is deprecated in favor of `MANUAL_ADJUSTMENT`

CARD_TRANSACTION

The transfer was initiated for a card transaction

MANUAL_ADJUSTMENT

The transfer was manually created using API.

RewardPointsTransferStatus

Status of the reward points transfer.

Output:ENUM

Enum Values

PENDING

A transfer request has been initiated.

COMPLETED

The transfer has successfully completed.

FAILED

The transfer failed. Additional details are available in RewardPointsTransferFailureReasonCode.

ScheduledTransferClientTokenPermission

Permissions for a ScheduledTransfer Client Token

Output:ENUM

Enum Values

MANAGE_SCHEDULED_TRANSFER

Setting this permission will enable management of the lifecycle of a scheduled transfer.

ScheduledTransferEventStatusCode

The status of the scheduled transfer event

Output:ENUM

Enum Values

INITIATED

The scheduled transfer event has been inititated

COMPLETED

The scheduled transfer event has completed successfully.

FAILED

The scheduled transfer event has been failed by Highnote. Please look into the transfer object to determine the root cause of the failure.

REJECTED

The scheduled transfer event has been rejected. Please look into the transfer object to determine the root cause of the failure.

NOT_EXECUTED

The scheduled transfer event did not execute a transfer. A NOT_EXECUTED status can occur if the calculated amount to transfer is 0.

ScheduledTransferStatusCode

The status of the scheduled transfer

Output:ENUM

Enum Values

SCHEDULED

The scheduled transfer has been created and scheduled. SCHEDULED state indicates a transfer has yet to be initiated.

ACTIVE

The scheduled transfer is active. A scheduled transfer moves from SCHEDULED to ACTIVE once the first transfer is initiated.

CANCELED

The scheduled transfer is canceled. Once a scheduled transfer is canceled, any payments in the future will not be executed.

CLOSED

The scheduled transfer is closed. Once a scheduled transfer is CLOSED, all payments requested to be executed have been executed and any payments in the future will not be executed.

SchemaChangeCriticalityLevel

The level of the SchemaChange

Output:ENUM

Enum Values

NON_BREAKING

DANGEROUS

BREAKING

SecondaryAtmNetwork

Possible secondary atm network.

Output:ENUM

Enum Values

PULSE

Pulse ATM network.

PLUS

Plus ATM network.

MAESTRO

Maestro ATM network.

SecondaryPointOfSaleNetwork

Possible secondart point of sale network.

Output:ENUM

Enum Values

PULSE

Pulse network.

NYCE

NYCE network.

INTERLINK

Interlink network.

SecondarySurchargeFreeAtmNetwork

Possible secondary surcharge free atm network.

Output:ENUM

Enum Values

MONEY_PASS

MoneyPass Free Surcharge ATM network.

ALL_POINT

Allpoint Free Surcharge ATM network.

SUM

SUM Free Surcharge ATM network.

SecureDepositClientTokenPermission

Permissions for a InitiateSecureDeposit Client Token

Output:ENUM

Enum Values

MANAGE_SECURE_DEPOSIT

Setting this permission will enable management of the lifecycle of a secure deposit.

ServiceCode

Specify intended POS behavior for card

Output:ENUM

Enum Values

INTERNATIONAL_NORMAL_NO_RESTRICTION

International use magnetic stripe card.

INTERNATIONAL_ICC_NORMAL_NO_RESTRICTION

International use EMV chip card.

NATIONAL_NORMAL_NO_RESTRICTION

Magnetic stripe only card.

ServicemembersCivilReliefActStatus

Possible status values for a ServicemembersCivilReliefActConfiguration.

Output:ENUM

Enum Values

PENDING

APPROVED

REJECTED

SpendRuleRecommendation

The recommendation to ALLOW or BLOCK an event based on the application of the spend rule.

Output:ENUM

Enum Values

ALLOW

Allow the event.

BLOCK

Block the event.

NONE

A recommendation could not be determined.

StockExchange

Public stock exchanges.

Output:ENUM

Enum Values

NYSE

New York Stock Exchange

NASDAQ

Nasdaq (National Association of Securities Dealers Automated Quotation System)

SuspendCardDigitalWalletTokenReason

Reasons for a card digital wallet token to be suspended.

Output:ENUM

Enum Values

DEVICE_LOST

Device is reported as lost.

DEVICE_STOLEN

Device is reported as stolen.

FRAUDULENT_TRANSACTIONS

Fraudulent transactions have been reported by Highnote or the account holder.

OTHER

Any other reason for suspending the card digital wallet token.

TaxIdentificationNumberType

The type of tax identification number.

Output:ENUM

Enum Values

SSN

Social Security Number

EIN

Employer Identification Number

ITIN

Individual Taxpayer Identification Number

TerminalAttendance

The possible values for attendance at the terminal.

Output:ENUM

Enum Values

ATTENDED

The terminal was attended

UNATTENDED

The terminal was unattended

TerminateCardDigitalWalletTokenReason

Reasons for a card digital wallet token to be terminated.

Output:ENUM

Enum Values

DEVICE_LOST

Device is reported as lost.

DEVICE_STOLEN

Device is reported as stolen.

FRAUDULENT_TRANSACTIONS

Fraudulent transactions have been reported by Highnote or the account holder.

ACCOUNT_HOLDER_DELETED

Account holder has been deleted.

OTHER

Any other reason for terminating the card digital wallet token.

TransactionAdviceEventResponseCode

The response code provided on an advice message.

Output:ENUM

Enum Values

APPROVED

The event was approved.

DO_NOT_HONOR

The event was declined.

TransactionEventFilter

The filters used to scope the type of TransactionEvents returned.

Output:ENUM

Enum Values

AUTHORIZATION_EVENT

Scope the results to contain AuthorizationEvent.

REVERSAL_EVENT

Scope the results to contain ReversalEvent.

CLEARING_EVENT

Scope the results to contain ClearingEvent.

AUTHORIZATION_AND_CLEAR_EVENT

Scope the results to contain AuthorizationAndClearEvent.

BALANCE_INQUIRY_EVENT

Scope the results to contain BalanceInquiryEvent.

VERIFICATION_EVENT

Scope the results to contain VerificationEvent.

ISSUER_PRELIMINARY_AUTHORIZATION_EVENT

Scope the results to contain IssuerPreliminaryAuthorizationEvent.

ENHANCED_DATA_EVENT

Scope the results to contain EnhancedDataEvent.

ADJUSTMENT_EVENT

Scope the results to contain AdjustmentEvent.

TransactionEventResponseCode

The Highnote provided response code.

Output:ENUM

Enum Values

APPROVED

The event was approved.

DO_NOT_HONOR

The event was declined due to enforcement of internal rules such as spend controls. The Amount on this event will not be applied to the balance of the card and any clearing event will not move money.

INVALID_CARD_NUMBER

The card number provided for this event was invalid.

INSUFFICIENT_FUNDS

The card had insufficient funds at the time of event.

EXPIRED_CARD

The card was expired at the time of event.

INCORRECT_EXPIRATION_DATE

The expiration date provided does not match the expiration date assigned to the Payment Card.

NO_CARD_RECORD

The card provided was not on file with Highnote.

INCORRECT_PIN

The pin provided for this event was incorrect

APPROVED_FOR_PARTIAL_AMOUNT

The event was approved for only part of the requested amount.

APPROVED_FOR_PURCHASE_AMOUNT_ONLY

The event was approved for only the purchase portion of requested amount.

BAD_CVV

The event was declined because the provided CVV code was not valid.

BAD_CVV2

The event was declined because the provided CVV2 code was not valid.

BAD_CVC3

The event was declined because the provided CVC3 code was not valid.

UNACTIVATED_CARD

The event was declined because the card provided has not been activated.

SUSPENDED_CARD

The event was declined because the card provided has been suspended.

TERMINATED_CARD

The event was declined because the card provided has been terminated.

INVALID_AUTHORIZATION_EXPIRATION

The event was declined because the provided authorization expiration is invalid.

BLOCKED_CARD

The event was declined because the PaymentCard is blocked from transacting.

RE_ENTER_TRANSACTION

The event was declined because the transaction temporarily cannot be processed due to Address Verification failure or enforcement of internal rules such as spend controls.

TRANSACTION_NOT_PERMITTED

The event was declined due to a permanent restriction placed at the program or account level. This may be due to enforcement of internal rules such as spend controls.

CASH_BACK_LIMIT_EXCEEDED

Cash request exceeded issuer or approved limit.

CLOSED_ACCOUNT

The account was closed at the time of event.

SPECIAL_CONDITION_NO_PICK_UP

The event was declined due to special condition - new card not activated or card is temporarily blocked.

EXCEEDS_APPROVAL_AMOUNT_LIMIT

Purchase or withdrawal amount exceeded issuer or approved limit over a set period of time.

EXCEEDS_WITHDRAWAL_FREQUENCY_LIMIT

The event was declined because number of transaction exceeded the issuer or approved limit over a set period of time.

INVALID_MERCHANT

The event was declined because the merchant is not authorized for this card.

INVALID_TRANSACTION

The event was declined because of incorrect information or faulty operation, including trying to refund a refund. A generic catch-all response code for a transaction that cannot be declined under other specific response codes.

PIN_DECRYPTION_ERROR

The event was declined because the PIN decryption failed due to technical error.

RESTRICTED_LOCATION

The card is restricted in the region or country.

VALID_ACCOUNT_AMOUNT_NOT_SUPPORTED

The account is valid but had insufficient funds for the anticipated amount.

CHIP_CARD_ARQC_VALIDATION_FAILURE

The Authorization Request Cryptogram (ARQC) validation failed for a chip card transaction.

PRE_AUTHORIZATION_EXPIRED

The pre-authorization expiration date for a transaction passed.

INVALID_TRACK_DATA

The verification data for a payment card is invalid.

INVALID_3DS_VERIFICATION

The event was declined because the 3-D Secure (3DS) Authentication failed.

CA_DECLINED

The event was declined by the Collaborative Authorization Partner

ALL_APPROVED_CODES

A catchall for all approved TransactionEventResponseCode values

ALL_ISSUER_DECLINED_CODES

A catchall for all issuer declined TransactionEventResponseCode values

TransactionTypeFilter

The filters used to scope TransactionEvents to specific types of Transactions.

Output:ENUM

Enum Values

DEBIT

Scope the results to contain types related to DebitTransaction.

CREDIT

Scope the results to contain types related to CreditTransaction.

TransferBalanceAmountCode

The transfer balance strategy for a transfer

Output:ENUM

Enum Values

OUTSTANDING_BALANCE

The outstanding balance on the account

OUTSTANDING_STATEMENT_BALANCE

The remaining balance due from the latest statement billing period

MINIMUM_PAYMENT

The minimum payment due from the latest statement billing period

TransferPurpose

Purpose for the transfer.

Output:ENUM

Enum Values

REWARD

Transfer for earned rewards.

REWARD_REVERSAL

Reverse earned rewards transfer.

TIP_DISBURSEMENT

Transfer for earned tips.

TIP_DISBURSEMENT_REVERSAL

Reverse earned tips transfer.

EARNED_CREDIT

Transfer for earned credits.

EARNED_CREDIT_REVERSAL

Reverse earned credit transfer.

GENERAL

Transfer for general purpose.

GOODS_AND_SERVICES

Transfer for goods and services.

INTRA_COMPANY

Intra company transfer

SECURED_DEPOSIT

Transfer for secured deposit.

SECURED_DEPOSIT_REVERSAL

Transfer for secured deposit reversal.

PAYOUT

Transfer for payout.

PAYROLL

Transfer for payroll.

PAYROLL_REVERSAL

Transfer for payroll reversal.

PAYROLL_ADVANCE

Transfer for payroll advance.

PAYROLL_ADVANCE_REVERSAL

Transfer for payroll advance reversal.

PAYROLL_ADVANCE_REPAYMENT

Transfer for payroll advance repayment.

PAYROLL_ADVANCE_REPAYMENT_REVERSAL

Transfer for payroll advance repayment reversal.

ADJUSTMENT

Transfer for adjustment.

MERCHANT_PAYOUT

Transfer for merchant payout.

REPAYMENT

transfer for account repayment.

REPAYMENT_REVERSAL

transfer for account repayment reversal.

TransferStatus

The states of a Transfer.

DEPRECATED: See ElectronicFundsTransfer and the types that implement it. They each have their own more specific version of status.

Output:ENUM

Enum Values

PENDING

The platform has started processing the Transfer.

PROCESSING

The platform is currently validating and executing the Transfer.

COMPLETED

The platform has completed the money movement.

FAILED

The platform was not able to complete the money movement. See statusReasonCode for more information.

TransferStatusReasonCode

The reasons a Transfer could fail.

DEPRECATED: See ElectronicFundsTransfer and the types that implement it. They each have their own more specific version of status reason code.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The source account of the Transfer did not have enough funds to cover the requested amount.

ACCOUNT_CLOSED

The source or receiving account is closed.

ACCOUNT_NOT_FOUND

The source or receiving account was not found.

CURRENCY_MISMATCH

The source and receiving account have different currency.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

The receiving account does not have PayrollAdvanceFinancialAccountFeature as enabled.

ACCOUNT_HOLDER_IS_NOT_AN_ORGANIZATION

The receiving account holder is not an Organization.

TransferType

Denotes the type of transfer to create on a simulated ExternallyInitiatedACHTransfer.

Output:ENUM

Enum Values

DEBIT

The transfer will result in a debit to the internal account.

The amount from SimulateExternallyInitiatedACHTransferInput will be removed from the FinancialAccount.

CREDIT

The transfer will result in a credit to the internal account.

The amount from SimulateExternallyInitiatedACHTransferInput will be added to the FinancialAccount.

PAYROLL

This is a transfer of funds into an internal account for the purposes of payroll.

the amount from SimulateExternallyInitiatedACHTransferInput will be added to the FinancialAccount.

SECURE_DEPOSIT

This is a transfer of funds into an internal account for the purpose of funding individual accounts

UnderwriterVerificationStatusCode

High-level account holder underwriting verification states.

Output:ENUM

Enum Values

DENIED

The account holder was denied. See the results of the underwriter verification for more details.

PASSED

The account holder passed the underwriter verification requirements.

PENDING

The account holder is currently being verified by underwriter.

IN_REVIEW

The account holder is currently being reviewed by underwriter.

UnsuspendCardDigitalWalletTokenReason

Reasons for a card digital wallet token to be unsuspended/reactivated.

Output:ENUM

Enum Values

DEVICE_FOUND

A lost or stolen device has been found or recovered.

NON_FRAUDULENT_TRANSACTIONS

After reviewing transaction history, the account holder or Highnote confirmed that there were no fraudulent transactions.

OTHER

Any other reason for reactivating the card digital wallet token.

UserRole

Types of User Roles, full details can be found here

Output:ENUM

Enum Values

UNSPECIFIED

Unspecified role for users with no role

ADMIN

Admin role. This role gives the user all permissions available

DEVELOPER

A role given to an individual who is a developer in your organization. Similar to admin without organization settings permission.

SUPPORT

Support role. This role gives the user permissions for cards, transactions, applications, financial accounts, and account holders.

FINANCE

Finance role. This role gives the user all permissions except developer settings and organization settings.

USER

User role. This is a generic role that should be applied to all users.

ValidatedAddressLabel

Possible labels for a validated address.

Output:ENUM

Enum Values

PO_BOX

PO Box.

BUSINESS

Business address.

RESIDENTIAL

Residential address.

CMRA

Commercial Mail Receiving Agency address.

VACANT

Vacant address.

INACTIVE

Inactive address.

UNSECURED_LOCATION

Unsecured location address.

UNCONFIRMED_EXTENDED_ADDRESS

Extended portion of the address is unconfirmed.

VelocityConstraintLevel

The level at which a cumulative rule will be evaluated.

Output:ENUM

Enum Values

CARD

This constraint level will evaluate the associated cumulative rule at the card level.

ACCOUNT

This constraint level will evaluate the associated cumulative rule at the account level.

CARD_LINEAGE

This constraint level will evaluate the associated cumulative rule at the card level. If the card is reissued all balances will transfer to new card

PLATFORM

This constraint level will evaluate the associated cumulative rule at the platform level.

PRODUCT

This constraint level will evaluate the associated cumulative rule at the product level.

VelocityRuleWindow

A enum of VelocityRule evaluation windows

Output:ENUM

Enum Values

DAILY

A single calendar day. UTC start to UTC end 00:00:00 UTC to 11:59.59:00 UTC

WEEKLY

A calendar week. UTC start of week to UTC end of week.

MONTHLY

A calendar month. UTC start of month to UTC end of month.

NINETY_DAYS

90 calendar days moving window. One calendar day is from UTC start of day to UTC end of day.

YEARLY

A calendar year. UTC start of year to UTC end of year.

PER_TRANSACTION

Per transaction (associated velocity rule is evaluated on every transaction individually).

COOLDOWN_MINUTE

A cooldown period of one minute. The associated velocity rule will only allow transactions that comply with a one-minute cooldown window. For example, with a count rule of 1, the cardholder must wait one minute between transactions.

COOLDOWN_HOUR

A cooldown period of one hour. The associated velocity rule will only allow transactions that comply with a one-hour cooldown window. For example, with a count rule of 1, the cardholder must wait one hour between transactions.

VerifiedExternalBankAccountLinkExperienceFlow

The type of link experience.

Output:ENUM

Enum Values

WEB_SDK

Used to support link experience in the browser.

IOS_SDK

Used to support link experience on IOS device.

ANDROID_SDK

Used to support link experience on Android device.

VirtualCardPersonalizationType

The Personalization type for the virtual card profile

Output:ENUM

Enum Values

BUSINESS_NAME

The virtual card profile track has default Business Name

PERSON_NAME

The virtual card profile track has default person Name

BUSINESS_AUTHORIZED_PERSON_NAME

The virtual card profile track has business authorized person Name

VisaAmountSignage

Visa Fleet line item amount type (credit/debit)

Used for visaShippingAmountSignage, visaDutyAmountSignage, visaShippingTaxAmountSignage

Output:ENUM

Enum Values

NULL

Not implemented

DEBIT

A charge on the invoice

CREDIT

A refund on the invoice

VisaDiscountTreatment

Visa Fleet discount treatment types

Output:ENUM

Enum Values

NO_DISCOUNT

No invoice-level discounts apply

POST_DISCOUNT

Tax was calculated on post-discount total

PRE_DISCOUNT

Tax was calculated on pre-discount total

VisaEvChargingReasonCode

Visa Electric Vehicle Charging Reason Codes

Output:ENUM

Enum Values

OTHER_ERROR

Abnormal completion of charging

CONNECTOR_LOCK_FAILURE

Failure to lock or unlock connector

EV_COMMUNICATION_ERROR

Communication failure with the vehicle

GROUND_FAILURE

Ground fault circuit interrupter has been activated

HIGH_TEMPERATURE

Temperature inside charge point is too high

INTERNAL_ERROR

Error in internal hardware orsoftware component

OVER_CURRENT_FAILURE

Over current protection device has tripped

OVER_VOLTAGE

Voltage has risen above an acceptable level

POWER_METER_FAILURE

Failure to read power meter

POWER_SWITCH_FAILURE

Failure to control power switch

READER_FAILURE

Failure with idTag reader

RESET_FAILURE

Unable to perform a reset

UNDER_VOLTAGE

Voltage has dropped below an acceptable level

WEAK_SIGNAL

Wireless communication device reports a weak signal

NO_ERROR

No error to report

PAYMENT_RELATED_ERROR

Abnormal completion of charging related to payment

VisaEvConnectorType

Visa Electric Vehicle Connector Types

Output:ENUM

Enum Values

AC_J1772

AC - J1772 Type 1

AC_MENNEKES

AC - Mennekes - Type 2

AC_GBT

AC - GB/T

DC_CCS1

DC - CCS1

DC_CHADEMO

DC - CHAdeMO

DC_CCS2

DC - CCS2

DC_GBT

DC - GB/T

NACS

North American Charging Standard. Also known as the Tesla charging standard

VisaFleetDiscountAgent

Entity that calculated the discount

Output:ENUM

Enum Values

MERCHANT

Discount was calculated by the Merchant

VISA

Discount was calculated by Visa

VisaFleetDiscountMethod

Visa Fleet discount method

Output:ENUM

Enum Values

RETAIL_MINUS

Retail minus discount method

COST_PLUS

Cost plus discount method

BEST_OF_RETAIL_MINUS_OR_COST_PLUS

Best of retail minus or cost plus discount method

VisaFleetPurchaseIdentifierFormat

Visa Fleet purchase Identifier format

Output:ENUM

Enum Values

ORDER

The Purchase Identifier represents an Order Number

INVOICE

The Purchase Identifier represents an Invoice Number

VisaFuelPurchaseType

Visa Fleet fuel purchase types

Output:ENUM

Enum Values

FUEL_PURCHASE

Purchase includes only fuel

NON_FUEL_PURCHASE

Purchase includes only non-fuel items

MIXED

Purchase includes fuel and non-fuel items

VisaFuelServiceType

Visa Fleet fuel service types

Output:ENUM

Enum Values

FULL_SERVICE

Transaction occurred at a full-service fuel station

SELF_SERVICE

Transaction occurred at a self-service fuel station

HIGH_SPEED_DISPENSE

Transaction occurred at a high speed dispense fuel station

VisaFuelType

Visa Fleet fuel types

Output:ENUM

Enum Values

REGULAR

Regular Gasoline

MID_PLUS

Mid/Plus Gasoline

PREMIUM_SUPER

Premium/Super Gasoline

MID_PLUS_2

Mid/Plus 2 Gasoline

PREMIUM_SUPER_2

Premium/Super 2 Gasoline

UNLEADED_METHANOL_57

<Deprecated> Unleaded Methanol (5.7% blend)

UNLEADED_PLUS_METHANOL_57

<Deprecated> Unleaded Plus Methanol (5.7% blend)

UNLEADED_SUPER_METHANOL_57

<Deprecated> Super Unleaded Methanol (5.7% blend)

UNLEADED_METHANOL_77

<Deprecated> Unleaded Methanol (7.7% blend)

UNLEADED_PLUS_METHANOL_77

<Deprecated> Unleaded Plus Methanol (7.7% blend)

ETHANOL_57

<Deprecated> Ethanol (5.7% blend)

MID_PLUS_ETHANOL_57

<Deprecated> Mid/Plus Ethanol (5.7% blend)

PREMIUM_SUPER_ETHANOL_57

<Deprecated> Premium/Super Ethanol (5.7% blend)

ETHANOL_77

<Deprecated> Ethanol (7.7% blend)

MID_PLUS_ETHANOL_77

<Deprecated> Mid/Plus Ethanol (7.7% blend)

GREEN_GAS_REGULAR

Green Gasoline Regular (Plant based not petroleum based)

GREEN_GAS_PLUS

Green Gasoline Mid/Plus (Plant based not petroleum based)

GREEN_GAS_SUPER

Green Gasoline Premium/Super (Plant based not petroleum based)

REGULAR_DIESEL_2

Regular Diesel #2

PREMIUM_DIESEL_2

Premium Diesel #2

REGULAR_DIESEL_1

Regular Diesel #1

COMPRESSED_NAT_GAS

Compressed Natural Gas

LPG

Liquid Propane Gas

LNG

Liquid Natural Gas

M85

<Deprecated> M-85

E85

E-85

REFORMULATED_1

Reformulated 1

REFORMULATED_2

Reformulated 2

REFORMULATED_3

Reformulated 3

REFORMULATED_4

Reformulated 4

REFORMULATED_5

Reformulated 5

DIESEL_OFF_ROAD_TAXABLE

Diesel Off-Road (#1 and #2 Non-Taxable)*

DIESEL_OFF_ROAD_NON_TAXABLE

Diesel Off-Road (Non-Taxable)*

BIODIESEL_OFF_ROAD_NON_TAXABLE

Biodiesel Blend Off-Road (Non-Taxable)

BIODIESEL_OFF_ROAD_NON_TAXABLE_35

<Deprecated> Biodiesel Blend Off-Road (Non-Taxable)

RACING_FUEL

Racing Fuel

MID_PLUS_2_10

Mid/Plus 2 (10% Blend)

PREMIUM_SUPER_2_10

Premium/Super 2 (10% Blend)

PLUS_ETHANOL_2_15

Mid/Plus Ethanol 2 (15% Blend)

SUPER_ETHANOL_2_15

Premium/Super Ethanol 2 (15% Blend)

REGULAR_ETHANOL_10

Regular Ethanol (10% Blend)

PLUS_ETHANOL_10

Mid/Plus Ethanol (10% Blend)

SUPER_ETHANOL_10

Premium/Super Ethanol (10% Blend)

B2_DIESEL

B2 Diesel Blend 2% Biodiesel

B5_DIESEL

B5 Diesel Blend 5% Biodiesel

B10_DIESEL

B10 Diesel Blend 10% Biodiesel

B11_DIESEL

B11 Diesel Blend 11% Biodiesel

B15_DIESEL

B15 Diesel Blend 15% Biodiesel

B20_DIESEL

B20 Diesel Blend 20% Biodiesel

B100_DIESEL

B100 Diesel Blend 100% Biodiesel

ULTRA_LOW_SULFUR_1

<Deprecated> Ultra Low Sulfur #1

ULTRA_LOW_SULFUR_2

<Deprecated> Ultra Low Sulfur #2

ULTRA_LOW_SULFUR_PREMIUM_1

<Deprecated> Ultra Low Sulfur Premium Diesel #2

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_2

<Deprecated> Ultra Low Sulfur Biodiesel Blend 2%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_5

<Deprecated> Ultra Low Sulfur Biodiesel Blend 5%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_10

<Deprecated> Ultra Low Sulfur Biodiesel Blend 10%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_11

<Deprecated> Ultra Low Sulfur Biodiesel Blend 11%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_15

<Deprecated> Ultra Low Sulfur Biodiesel Blend 15%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_20

<Deprecated> Ultra Low Sulfur Biodiesel Blend 20%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_100

<Deprecated> Ultra Low Sulfur Biodiesel Blend 100%

DEF

DEF (Diesel Exhaust Fluid)

PREMIUM_DIESEL_1

Premium Diesel #1

REGULAR_ETHANOL_15

Regular Ethanol (15% Blend)

PLUS_ETHANOL_15

Mid/Plus Ethanol (15% Blend)

SUPER_ETHANOL_15

Premium/Super Ethanol (15% Blend)

PREMIUM_BIODIESEL_BLEND_UNDER_20

Premium Diesel Blend <20% Biodiesel

PREMIUM_BIODIESEL_BLEND_OVER_20

Premium Diesel Blend >= 20% Biodiesel

B75_DIESEL

B75 Diesel Blend 75% Biodiesel

B99_DIESEL

B99 Diesel Blend 99% Biodiesel

MISC_FUEL

Miscellaneous Fuel

MISC_FUEL_1

Miscellaneous Fuel

MISC_FUEL_2

Miscellaneous Fuel

MISC_FUEL_3

Miscellaneous Fuel

MISC_FUEL_4

Miscellaneous Fuel

MISC_FUEL_5

Miscellaneous Fuel

UNDEFINED_FUEL_1

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_2

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_3

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_4

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_5

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_6

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_7

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_8

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_9

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_10

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_11

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_12

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_13

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_14

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_15

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_16

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_17

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_18

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_19

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_20

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_21

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_22

Undefined Fuel – Reserved for Proprietary Use

UNDEFINED_FUEL_23

Undefined Fuel – Reserved for Proprietary Use

JET_FUEL

Jet Fuel

AV_FUEL_REGULAR

Aviation Fuel Regular

AV_FUEL_PREMIUM

Aviation Fuel Premium

AV_FUEL_JP8

Aviation Fuel JP8

AV_FUEL_4

Aviation Fuel 4

AV_FUEL_5

Aviation Fuel 5

BIOJET

Biojet (Diesel)

AV_BIOFUEL

Aviation Biofuel (Gasoline)

AV_FUEL_UNDEFINED_1

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_2

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_3

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_4

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_5

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_6

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_7

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_8

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_9

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_10

Undefined Aviation Fuel

AV_FUEL_UNDEFINED_11

Undefined Aviation Fuel

MISC_AV_FUEL

Miscellaneous Aviation Fuel

MARINE_FUEL_1

Marine Fuel 1

MARINE_FUEL_2

Marine Fuel 2

MARINE_FUEL_3

Marine Fuel 3

MARINE_FUEL_4

Marine Fuel 4

MARINE_FUEL_5

Marine Fuel 5

MARINE_FUEL_OTHER

Marine – Other

MARINE_DIESEL

Marine Diesel

MISC_MARINE_FUEL

Miscellaneous Marine Fuel

KEROSENE

Kerosene – Low Sulfur

WHITE_GAS

White Gas

HEATING_OIL

Heating Oil

BOTTLED_PROPANE

<Deprecated> Bottled Propane

OTHER_FUEL_NT

Other Fuel (Non-Taxable)

KEROSENE_ULS

Kerosene – Ultra Low Sulfur

KEROSENE_LS_NT

Kerosene – Low Sulfur (Non-Taxable)

KEROSENE_ULS_NT

Kerosene – Ultra Low Sulfur (Non-Taxable)

EVC_1

EVC-1 – Level 1 charge = 110v 15 amp

EVC_2

EVC-2 – Level 2 charge = 240v 15-40 amp

EVC_3

EVC-3 – Level 3 charge = 480v 3 phase charge

BIODIESEL_BLEND_2_OR_NT

Biodiesel Blend 2% Off-Road (Non-Taxable)

BIODIESEL_BLEND_5_OR_NT

Biodiesel Blend 5% Off-Road (Non-Taxable)

BIODIESEL_BLEND_10_OR_NT

Biodiesel Blend 10% Off-Road (Non-Taxable)

BIODIESEL_BLEND_11_OR_NT

Biodiesel Blend 11% Off-Road (Non-Taxable)

BIODIESEL_BLEND_15_OR_NT

Biodiesel Blend 15% Off-Road (Non-Taxable)

BIODIESEL_BLEND_20_OR_NT

Biodiesel Blend 20% Off-Road (Non-Taxable)

DIESEL_1_OR_NT

Diesel #1 Off-Road (Non-Taxable)

DIESEL_2_OR_NT

Diesel #2 Off-Road (Non-Taxable)

DIESEL_1_PREMIUM_OR_NT

Diesel #1 Premium Off-Road (Non-Taxable)

DIESEL_2_PREMIUM_OR_NT

Diesel #2 Premium Off-Road (Non-Taxable)

ADDITIVE_DOSAGE

Additive Dosage

E16_E84

Ethanol Blends E16-E84

LO_UNL

Low Octane UNL

BLENDED_DIESEL_1_2

Blended Diesel (#1 and #2)

REGULAR_OR_NT

Off-Road Regular (Non-Taxable)

PLUS_OR_NT

Off-Road Mid/Plus (Non-Taxable)

SUPER_OR_NT

Off-Road Premium/Super (Non-Taxable)

PLUS_2_OR_NT

Off-Road Mid/Plus 2 (Non-Taxable)

SUPER_2_OR_NT

Off-Road Premium/Super 2 (Non-Taxable)

RECREATIONAL_FUEL

Recreational Fuel (90 Octane)

H35

Hydrogen H35

H70

Hydrogen H70

MISC_OTHER_FUEL

Miscellaneous Other Fuel

PACKAGED_DEF

Packaged DEF (Diesel Exhaust Fluid)

PACKAGED_B99

Packaged B99

PACKAGED_B100

Packaged B100

PACKAGED_ADDITIVE

Packaged Additive

PACKAGED_KEROSENE

Packaged Kerosene

PACKAGED_PROPANE

Packaged Propane

MISC_PACKAGED_FUEL

Miscellaneous Packaged Fuels

UNDEFINED_OTHER_FUEL_1

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_2

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_3

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_4

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_5

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_6

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_7

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_8

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_9

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_10

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_11

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_12

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_13

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_14

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_15

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_16

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_17

Undefined Other Fuel

UNDEFINED_OTHER_FUEL_18

Undefined Other Fuel

UNDEFINED_PACKAGED_FUEL_1

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_2

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_3

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_4

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_5

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_6

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_7

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_8

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_9

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_10

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_11

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_12

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_13

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_14

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_15

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_16

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_17

Undefined Packaged Fuels

UNDEFINED_PACKAGED_FUEL_18

Undefined Packaged Fuels

RESERVED_1

Reserved For Future Use

RESERVED_2

Reserved For Future Use

RESERVED_3

Reserved For Future Use

RESERVED_4

Reserved For Future Use

RESERVED_5

Reserved For Future Use

RESERVED_6

Reserved For Future Use

RESERVED_7

Reserved For Future Use

RESERVED_8

Reserved For Future Use

RESERVED_9

Reserved For Future Use

RESERVED_10

Reserved For Future Use

RESERVED_11

Reserved For Future Use

RESERVED_12

Reserved For Future Use

RESERVED_13

Reserved For Future Use

RESERVED_14

Reserved For Future Use

RESERVED_15

Reserved For Future Use

RESERVED_16

Reserved For Future Use

RESERVED_17

Reserved For Future Use

RESERVED_18

Reserved For Future Use

RESERVED_19

Reserved For Future Use

RESERVED_20

Reserved For Future Use

RESERVED_21

Reserved For Future Use

RESERVED_22

Reserved For Future Use

RESERVED_23

Reserved For Future Use

RESERVED_24

Reserved For Future Use

RESERVED_25

Reserved For Future Use

UNKNOWN

Unknown/Undefined

VisaFuelUnitOfMeasure

Visa Fleet fuel unit of measure types

Output:ENUM

Enum Values

GALLON

U.S. Gallon

LITER

Liter

IMPERIAL

Imperial Gallon

KILO

Kilo

POUND

Pound

KILOWATT_HOUR

Kilowatt Hour

CHARGING_MINUTES

Charging Minutes

VisaItemCommodityCode

All the Visa Fleet commodity codes.

Output:ENUM

Enum Values

REGULAR

Regular Gasoline

MID_PLUS

Mid/Plus Gasoline

PREMIUM_SUPER

Premium/Super Gasoline

MID_PLUS_2

Mid/Plus 2 Gasoline

PREMIUM_SUPER_2

Premium/Super 2 Gasoline

UNLEADED_METHANOL_57

<Deprecated> Unleaded Methanol (5.7% blend)

UNLEADED_PLUS_METHANOL_57

<Deprecated> Unleaded Plus Methanol (5.7% blend)

UNLEADED_SUPER_METHANOL_57

<Deprecated> Super Unleaded Methanol (5.7% blend)

UNLEADED_METHANOL_77

<Deprecated> Unleaded Methanol (7.7% blend)

UNLEADED_PLUS_METHANOL_77

<Deprecated> Unleaded Plus Methanol (7.7% blend)

ETHANOL_57

<Deprecated> Ethanol (5.7% blend)

MID_PLUS_ETHANOL_57

<Deprecated> Mid/Plus Ethanol (5.7% blend)

PREMIUM_SUPER_ETHANOL_57

<Deprecated> Premium/Super Ethanol (5.7% blend)

ETHANOL_77

<Deprecated> Ethanol (7.7% blend)

MID_PLUS_ETHANOL_77

<Deprecated> Mid/Plus Ethanol (7.7% blend)

GREEN_GAS_REGULAR

Green Gasoline Regular (Plant based not petroleum based)

GREEN_GAS_PLUS

Green Gasoline Mid/Plus (Plant based not petroleum based)

GREEN_GAS_SUPER

Green Gasoline Premium/Super (Plant based not petroleum based)

REGULAR_DIESEL_2

Regular Diesel #2

PREMIUM_DIESEL_2

Premium Diesel #2

REGULAR_DIESEL_1

Regular Diesel #1

COMPRESSED_NAT_GAS

Compressed Natural Gas

LPG

Liquid Propane Gas

LNG

Liquid Natural Gas

M85

<Deprecated> M-85

E85

E-85

REFORMULATED_1

Reformulated 1

REFORMULATED_2

Reformulated 2

REFORMULATED_3

Reformulated 3

REFORMULATED_4

Reformulated 4

REFORMULATED_5

Reformulated 5

DIESEL_OFF_ROAD_TAXABLE

Diesel Off-Road (#1 and #2 Non-Taxable)*

DIESEL_OFF_ROAD_NON_TAXABLE

Diesel Off-Road (Non-Taxable)*

BIODIESEL_OFF_ROAD_NON_TAXABLE

Biodiesel Blend Off-Road (Non-Taxable)

BIODIESEL_OFF_ROAD_NON_TAXABLE_35

<Deprecated> Biodiesel Blend Off-Road (Non-Taxable)

RACING_FUEL

Racing Fuel

MID_PLUS_2_10

Mid/Plus 2 (10% Blend)

PREMIUM_SUPER_2_10

Premium/Super 2 (10% Blend)

PLUS_ETHANOL_2_15

Mid/Plus Ethanol 2 (15% Blend)

SUPER_ETHANOL_2_15

Premium/Super Ethanol 2 (15% Blend)

REGULAR_ETHANOL_10

Regular Ethanol (10% Blend)

PLUS_ETHANOL_10

Mid/Plus Ethanol (10% Blend)

SUPER_ETHANOL_10

Premium/Super Ethanol (10% Blend)

B2_DIESEL

B2 Diesel Blend 2% Biodiesel

B5_DIESEL

B5 Diesel Blend 5% Biodiesel

B10_DIESEL

B10 Diesel Blend 10% Biodiesel

B11_DIESEL

B11 Diesel Blend 11% Biodiesel

B15_DIESEL

B15 Diesel Blend 15% Biodiesel

B20_DIESEL

B20 Diesel Blend 20% Biodiesel

B100_DIESEL

B100 Diesel Blend 100% Biodiesel

ULTRA_LOW_SULFUR_1

<Deprecated> Ultra Low Sulfur #1

ULTRA_LOW_SULFUR_2

<Deprecated> Ultra Low Sulfur #2

ULTRA_LOW_SULFUR_PREMIUM_1

<Deprecated> Ultra Low Sulfur Premium Diesel #2

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_2

<Deprecated> Ultra Low Sulfur Biodiesel Blend 2%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_5

<Deprecated> Ultra Low Sulfur Biodiesel Blend 5%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_10

<Deprecated> Ultra Low Sulfur Biodiesel Blend 10%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_11

<Deprecated> Ultra Low Sulfur Biodiesel Blend 11%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_15

<Deprecated> Ultra Low Sulfur Biodiesel Blend 15%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_20

<Deprecated> Ultra Low Sulfur Biodiesel Blend 20%

ULTRA_LOW_SULFUR_BIODIESEL_BLEND_100

<Deprecated> Ultra Low Sulfur Biodiesel Blend 100%

DEF

DEF (Diesel Exhaust Fluid)

PREMIUM_DIESEL_1

Premium Diesel #1

REGULAR_ETHANOL_15

Regular Ethanol (15% Blend)

PLUS_ETHANOL_15

Mid/Plus Ethanol (15% Blend)

SUPER_ETHANOL_15

Premium/Super Ethanol (15% Blend)

PREMIUM_BIODIESEL_BLEND_UNDER_20

Premium Diesel Blend <20% Biodiesel

PREMIUM_BIODIESEL_BLEND_OVER_20

Premium Diesel Blend >= 20% Biodiesel

B75_DIESEL

B75 Diesel Blend 75% Biodiesel

B99_DIESEL

B99 Diesel Blend 99% Biodiesel

MISC_FUEL

Miscellaneous Fuel

JET_FUEL

Jet Fuel

AV_FUEL_REGULAR

Aviation Fuel Regular

AV_FUEL_PREMIUM

Aviation Fuel Premium

AV_FUEL_JP8

Aviation Fuel JP8

AV_FUEL_4

Aviation Fuel 4

AV_FUEL_5

Aviation Fuel 5

BIOJET

Biojet (Diesel)

AV_BIOFUEL

Aviation Biofuel (Gasoline)

MISC_AV_FUEL

Miscellaneous Aviation Fuel

MARINE_FUEL_1

Marine Fuel 1

MARINE_FUEL_2

Marine Fuel 2

MARINE_FUEL_3

Marine Fuel 3

MARINE_FUEL_4

Marine Fuel 4

MARINE_FUEL_5

Marine Fuel 5

MARINE_FUEL_OTHER

Marine – Other

MARINE_DIESEL

Marine Diesel

MISC_MARINE_FUEL

Miscellaneous Marine Fuel

KEROSENE

Kerosene – Low Sulfur

WHITE_GAS

White Gas

HEATING_OIL

Heating Oil

BOTTLED_PROPANE

<Deprecated> Bottled Propane

OTHER_FUEL_NT

Other Fuel (Non-Taxable)

KEROSENE_ULS

Kerosene – Ultra Low Sulfur

KEROSENE_LS_NT

Kerosene – Low Sulfur (Non-Taxable)

KEROSENE_ULS_NT

Kerosene – Ultra Low Sulfur (Non-Taxable)

EVC_1

EVC-1 – Level 1 charge = 110v 15 amp

EVC_2

EVC-2 – Level 2 charge = 240v 15-40 amp

EVC_3

EVC-3 – Level 3 charge = 480v 3 phase charge

BIODIESEL_BLEND_2_OR_NT

Biodiesel Blend 2% Off-Road (Non-Taxable)

BIODIESEL_BLEND_5_OR_NT

Biodiesel Blend 5% Off-Road (Non-Taxable)

BIODIESEL_BLEND_10_OR_NT

Biodiesel Blend 10% Off-Road (Non-Taxable)

BIODIESEL_BLEND_11_OR_NT

Biodiesel Blend 11% Off-Road (Non-Taxable)

BIODIESEL_BLEND_15_OR_NT

Biodiesel Blend 15% Off-Road (Non-Taxable)

BIODIESEL_BLEND_20_OR_NT

Biodiesel Blend 20% Off-Road (Non-Taxable)

DIESEL_1_OR_NT

Diesel #1 Off-Road (Non-Taxable)

DIESEL_2_OR_NT

Diesel #2 Off-Road (Non-Taxable)

DIESEL_1_PREMIUM_OR_NT

Diesel #1 Premium Off-Road (Non-Taxable)

DIESEL_2_PREMIUM_OR_NT

Diesel #2 Premium Off-Road (Non-Taxable)

ADDITIVE_DOSAGE

Additive Dosage

E16_E84

Ethanol Blends E16-E84

LO_UNL

Low Octane UNL

BLENDED_DIESEL_1_2

Blended Diesel (#1 and #2)

REGULAR_OR_NT

Off-Road Regular (Non-Taxable)

PLUS_OR_NT

Off-Road Mid/Plus (Non-Taxable)

SUPER_OR_NT

Off-Road Premium/Super (Non-Taxable)

PLUS_2_OR_NT

Off-Road Mid/Plus 2 (Non-Taxable)

SUPER_2_OR_NT

Off-Road Premium/Super 2 (Non-Taxable)

RECREATIONAL_FUEL

Recreational Fuel (90 Octane)

H35

Hydrogen H35

H70

Hydrogen H70

MISC_OTHER_FUEL

Miscellaneous Other Fuel

PACKAGED_DEF

Packaged DEF (Diesel Exhaust Fluid)

PACKAGED_B99

Packaged B99

PACKAGED_B100

Packaged B100

PACKAGED_ADDITIVE

Packaged Additive

PACKAGED_KEROSENE

Packaged Kerosene

PACKAGED_PROPANE

Packaged Propane

MISC_PACKAGED_FUEL

Miscellaneous Packaged Fuels

GEN_AUTO_MERCH

General Automotive Merchandise

MOTOR_OIL

Motor Oil

CAR_WASH

Car Wash

OIL_CHANGE

Oil Change

OIL_FILTER

Oil Filter

WORK_ORDER

Work Order

ANTI_FREEZE

Anti-Freeze

WASHER_FLUID

Washer Fluid

BRAKE_FLUID

Brake Fluid

TIRES

Tires

TIRES_FET

Federal Excise Tax (Tires)

TIRE_ROTATION

Tire Rotation

BATTERIES

Batteries

TIRES_BATTERIES_ACCESSORIES

<Deprecated> Tires, Batteries, and Accessories

LUBE

Lube

INSPECTION

Inspection

LABOR

Labor

TOWING

Towing

ROAD_SERVICE

Road Service

VEHICLE_ACC

Vehicle Accessories

VEHICLE_PARTS

Vehicle Parts

PREV_MAINTENANCE

Preventative Maintenance

AC_SERVICE

Air Conditioning Service

ENGINE_SERVICE

Engine Service

TRANSMISSION_SERVICE

Transmission Service

BRAKE_SERVICE

Brake Service

EXHAUST_SERVICE

Exhaust Service

BODY_WORK

Body Work

VEHICLE_GLASS

Vehicle Glass

SYNTHETIC_OIL

Synthetic Oil

LAMPS

Lamps

WIPERS

Wipers

HOSES

Hoses

TIRE_RELATED

Tire-related (Wheel Balance, Valve Stem)

REPAIRS

Repairs

SERVICE_PACKAGE

Service Package

VEHICLE_PARKING

Vehicle Parking

TRUNK_TANK_CLEANING

Truck Tank Cleaning

OTHER_LUBE

Other Lubricants

VEHICLE_FUEL_ADDITIVES

Vehicle Fuel Additives/Treatment (Injected)

VEHICLE_RENTAL

Vehicle Rental

AIR_FILTER

Air Filter

VEHICLE_PREP

Vehicle Prep

FUEL_SYSTEM

Fuel System

UNDEFINED_VEHICLE_PS_1

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_2

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_3

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_4

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_5

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_6

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_7

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_8

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_9

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_10

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_11

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_12

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_13

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_14

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_15

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_16

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_17

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_18

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_19

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_20

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_21

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_22

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_23

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_24

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_25

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_26

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_27

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_28

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_29

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_30

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_31

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_32

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_33

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_34

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_35

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_36

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_37

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_38

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_39

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_40

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_41

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_42

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_43

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_44

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_45

Undefined Vehicle Products / Services

UNDEFINED_VEHICLE_PS_46

Undefined Vehicle Products / Services

MISC_VEHICLE_PS

Miscellaneous Vehicle Products / Services

UNASSIGNED_1

Unassigned. Reserved for Future Use.

UNASSIGNED_2

Unassigned. Reserved for Future Use.

UNASSIGNED_3

Unassigned. Reserved for Future Use.

UNASSIGNED_4

Unassigned. Reserved for Future Use.

UNASSIGNED_5

Unassigned. Reserved for Future Use.

UNASSIGNED_6

Unassigned. Reserved for Future Use.

UNASSIGNED_7

Unassigned. Reserved for Future Use.

UNASSIGNED_8

Unassigned. Reserved for Future Use.

UNASSIGNED_9

Unassigned. Reserved for Future Use.

UNASSIGNED_10

Unassigned. Reserved for Future Use.

UNASSIGNED_11

Unassigned. Reserved for Future Use.

UNASSIGNED_12

Unassigned. Reserved for Future Use.

UNASSIGNED_13

Unassigned. Reserved for Future Use.

UNASSIGNED_14

Unassigned. Reserved for Future Use.

UNASSIGNED_15

Unassigned. Reserved for Future Use.

UNASSIGNED_16

Unassigned. Reserved for Future Use.

UNASSIGNED_17

Unassigned. Reserved for Future Use.

UNASSIGNED_18

Unassigned. Reserved for Future Use.

UNASSIGNED_19

Unassigned. Reserved for Future Use.

UNASSIGNED_20

Unassigned. Reserved for Future Use.

UNASSIGNED_21

Unassigned. Reserved for Future Use.

UNASSIGNED_22

Unassigned. Reserved for Future Use.

UNASSIGNED_23

Unassigned. Reserved for Future Use.

UNASSIGNED_24

Unassigned. Reserved for Future Use.

UNASSIGNED_25

Unassigned. Reserved for Future Use.

UNASSIGNED_26

Unassigned. Reserved for Future Use.

UNASSIGNED_27

Unassigned. Reserved for Future Use.

UNASSIGNED_28

Unassigned. Reserved for Future Use.

UNASSIGNED_29

Unassigned. Reserved for Future Use.

UNASSIGNED_REPAIR_1

Unassigned Repair Value - Reserved for Future Use

UNASSIGNED_REPAIR_2

Unassigned Repair Value - Reserved for Future Use

UNASSIGNED_REPAIR_3

Unassigned Repair Value - Reserved for Future Use

UNASSIGNED_REPAIR_4

Unassigned Repair Value - Reserved for Future Use

UNASSIGNED_AUTO_PS_1

Unassigned Automotive Products and Services

UNASSIGNED_AUTO_PS_2

Unassigned Automotive Products and Services

UNASSIGNED_AUTO_PS_3

Unassigned Automotive Products and Services

UNASSIGNED_AUTO_PS_4

Unassigned Automotive Products and Services

SCALES

Scales

SHOWER

Shower

TIRE_REPAIR

Tire Repair

LODGING

Lodging

WASH_OUT

Wash Out

TRAILER_WASH

Trailer Wash

RV_DUMP_FEE

RV Dump Fee

EV_CHARGE

EV Charging Fee

EV_BATTERY_ECH

EV Battery Exchanges

TOLL

Toll Payments

STORAGE

Storage

AIRCRAFT_GROUND_HAULING

Aircraft Ground Hauling

AIRCRAFT_GROUND_PU

Aircraft Ground Power Unit

AIRCRAFT_LABOR

Aircraft Labor

AIRCRAFT_WO

Aircraft Work Order

AIRCRAFT_MAINTENANCE

Aircraft Maintenance

AIRCRAFT_SERVICE

Aircraft Service

TRANSPORTATION

Transportation

DE_ICING

De-icing

RAMP_FEES

Ramp Fees

CATERING

Catering

HANGAR_FEE

Hangar Fee

APU

<Deprecated> APU or Aircraft Jump Seat

LANDING_FEE

Landing Fee

CALL_OUT_FEE

Call Out Fee

AIRCRAFT_RENTAL

Aircraft Rental

INSTRUCTION_FEE

Instruction Fee

FLIGHT_PLANS

Flight Plans/Weather Brief

FLIGHT_PLANNING_FEES

<Deprecated> Flight Planning Fees

WEATHER_FEES

<Deprecated> Weather Fees

CHARTER_FEE

Charter Fee

COMMUNICATION_FEE

Communication Fee

AIRCRAFT_CLEANING

Aircraft Cleaning

CARGO_HANDLING

Cargo Handling

AIRCRAFT_ACC

Aircraft Accessories

AVIONICS

<Deprecated> Avionics

PILOT_SUPPLIES

Pilot Supplies

AIRCRAFT_PARKING_FEE

Aircraft Parking Fees

AIRCRAFT_TIE_DOWN_FEE

Aircraft Tie Down Fees

AIRCRAFT_SANITATION

Aircraft Sanitation Fees

AIRCRAFT_FUEL_ADDITIVE

Aircraft Fuel Additive

AC_PARTS

AC Parts 052-061

OXYGEN

Oxygen

DE_FUEL

De-fuel

RE_SERVICE

Re-service

STATIC_DISSIPATER_ADDITIVE

Static Dissipater Additive

CORROSION_INHIBITOR

Corrosion Inhibitor

AIRPORT_FEE

Airport Fees

OVERTIME_FEE

Overtime Fees

IT_BLADDER

IT/Bladder

GES_FEE

Ground Equipment Service Fees

SECURE_FEE

Secure Fees

FLOW_FEE

Flow Fee

UNDEFINED_AVIATION_1

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_2

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_3

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_4

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_5

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_6

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_7

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_8

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_9

Undefined Aviation - Reserved for Future Use.

UNDEFINED_AVIATION_10

Undefined Aviation - Reserved for Future Use.

MISC_AV_PS

Miscellaneous Aviation Products/Services

MARINE_SERVICE

Marine Service

MARINE_LABOR

Marine Labor

MARINE_WO

Marine Work Order

LAUNCH_FEE

Launch Fee

SLIP_RENTAL

Slip Rental

UNDEFINED_MARINE_SERVICES_1

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_2

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_3

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_4

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_5

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_6

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_7

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_8

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_9

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_10

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_11

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_12

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_13

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_14

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_15

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_16

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_17

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_18

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_19

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_20

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_21

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_22

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_23

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_24

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_25

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_26

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_27

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_28

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_29

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_30

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_31

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_32

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_33

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_34

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_35

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_36

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_37

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_38

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_39

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_40

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_41

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_42

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_43

Undefined Marine Services – Reserved for Future Use.

UNDEFINED_MARINE_SERVICES_44

Undefined Marine Services – Reserved for Future Use.

MISC_MARINE_PS

Miscellaneous Marine Products/Services

GEN_MERCH

General Merchandise

GEN_ICE

General Ice

GEN_UNDEFINED_1

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_2

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_3

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_4

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_5

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_6

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_7

General Undefined – Reserved for Future Use.

GEN_UNDEFINED_8

General Undefined – Reserved for Future Use.

GEN_TOBACCO

General Tobacco

CIGARETTES

Cigarettes

TOBACCO_OTHER

Tobacco - Other

UNDEFINED_TOBACCO_1

Undefined Tobacco - Reserved for Future Use

UNDEFINED_TOBACCO_2

Undefined Tobacco - Reserved for Future Use

UNDEFINED_TOBACCO_3

Undefined Tobacco - Reserved for Future Use

UNDEFINED_TOBACCO_4

Undefined Tobacco - Reserved for Future Use

UNDEFINED_TOBACCO_5

Undefined Tobacco - Reserved for Future Use

UNDEFINED_TOBACCO_6

Undefined Tobacco - Reserved for Future Use

UNDEFINED_TOBACCO_7

Undefined Tobacco - Reserved for Future Use

GEN_PACKAGED_BEV

General Packaged Beverage

PACKAGED_BEV_NA

Packaged Beverages (non-alcoholic)

PACKAGED_JUICE

Packaged Juice

OTHER_PACKAGED_BEV

Other Packaged Beverages

UNDEFINED_PACKAGED_BEV_1

Undefined Packaged Beverages - Reserved for Future Use

UNDEFINED_PACKAGED_BEV_2

Undefined Packaged Beverages - Reserved for Future Use

UNDEFINED_PACKAGED_BEV_3

Undefined Packaged Beverages - Reserved for Future Use

UNDEFINED_PACKAGED_BEV_4

Undefined Packaged Beverages - Reserved for Future Use

UNDEFINED_PACKAGED_BEV_5

Undefined Packaged Beverages - Reserved for Future Use

UNDEFINED_PACKAGED_BEV_6

Undefined Packaged Beverages - Reserved for Future Use

GEN_DISPENSED_BEV

General Dispensed Beverage

SODA

Soda

HOT_DISPENSED_BEV

Hot Dispensed Beverages

COLD_DISPENSED_BEV

Cold Dispensed Beverages

FROZEN_DISPENSED_BEV

Frozen Dispensed Beverages

OTHER_DISPENSED_BEV

Other Dispensed Beverages

UNDEFINED_DISPENSED_BEV_1

Undefined Dispensed Beverages - Reserved for Future Use

UNDEFINED_DISPENSED_BEV_2

Undefined Dispensed Beverages - Reserved for Future Use

UNDEFINED_DISPENSED_BEV_3

Undefined Dispensed Beverages - Reserved for Future Use

UNDEFINED_DISPENSED_BEV_4

Undefined Dispensed Beverages - Reserved for Future Use

UNDEFINED_DISPENSED_BEV_5

Undefined Dispensed Beverages - Reserved for Future Use

UNASSIGNED_BEV_1

Unassigned Beverage Items - Reserved for Future Use

UNASSIGNED_BEV_2

Unassigned Beverage Items - Reserved for Future Use

UNASSIGNED_BEV_3

Unassigned Beverage Items - Reserved for Future Use

UNASSIGNED_BEV_4

Unassigned Beverage Items - Reserved for Future Use

UNASSIGNED_BEV_5

Unassigned Beverage Items - Reserved for Future Use

UNASSIGNED_BEV_6

Unassigned Beverage Items - Reserved for Future Use

UNASSIGNED_BEV_7

Unassigned Beverage Items - Reserved for Future Use

GEN_SNACKS

General Snacks

SALTY_SNACKS

Salty Snacks

ALT_SNACKS

Alternative Snacks

SWEET_SNACKS

Sweet Snacks - Packaged

UNDEFINED_SNACKS_1

Undefined Snacks - Reserved for Future Use

UNDEFINED_SNACKS_2

Undefined Snacks - Reserved for Future Use

UNDEFINED_SNACKS_3

Undefined Snacks - Reserved for Future Use

UNDEFINED_SNACKS_4

Undefined Snacks - Reserved for Future Use

UNDEFINED_SNACKS_5

Undefined Snacks - Reserved for Future Use

UNDEFINED_SNACKS_6

Undefined Snacks - Reserved for Future Use

GEN_CANDY

General Candy

UNDEFINED_CANDY_1

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_2

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_3

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_4

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_5

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_6

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_7

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_8

Undefined Candy - Reserved for Future Use.

UNDEFINED_CANDY_9

Undefined Candy - Reserved for Future Use.

GEN_DAIRY

General Dairy

FLUID_MILK

Fluid Milk Products

PACKAGED_ICE_CREAM

Packaged Ice Cream/Novelties

OTHER_DAIRY

Other Dairy

UNDEFINED_DAIRY_1

Undefined Dairy - Reserved for Future Use

UNDEFINED_DAIRY_2

Undefined Dairy - Reserved for Future Use

UNDEFINED_DAIRY_3

Undefined Dairy - Reserved for Future Use

UNDEFINED_DAIRY_4

Undefined Dairy - Reserved for Future Use

UNDEFINED_DAIRY_5

Undefined Dairy - Reserved for Future Use

UNDEFINED_DAIRY_6

Undefined Dairy - Reserved for Future Use

GEN_GROCERY

General Grocery

GROCERY_EDIBLE

Groceries - Edible

GROCERY_NON_EDIBLE

Groceries - Non-Edible

GROCERY_PERISHABLE

Groceries - Perishable

UNASSIGNED_GROCERY_1

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_2

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_3

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_4

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_5

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_6

Unassigned Food and Grocery Items

PACKAGED_BREAD

Bread - Packaged

FROZEN_FOOD

Frozen Foods

UNDEFINED_GROCERY_1

Undefined Grocery - Reserved for Future Use

UNDEFINED_GROCERY_2

Undefined Grocery - Reserved for Future Use

UNDEFINED_GROCERY_3

Undefined Grocery - Reserved for Future Use

UNDEFINED_GROCERY_4

Undefined Grocery - Reserved for Future Use

GEN_ALCOHOL

General Alcohol

BEER

Beer - Alcoholic

BEER_NA

Beer - Non-Alcoholic

WINE

Wine

LIQUOR

Liquor

UNDEFINED_ALCOHOL_1

Undefined Alcohol - Reserved for Future Use

UNDEFINED_ALCOHOL_2

Undefined Alcohol - Reserved for Future Use

UNDEFINED_ALCOHOL_3

Undefined Alcohol - Reserved for Future Use

UNDEFINED_ALCOHOL_4

Undefined Alcohol - Reserved for Future Use

UNDEFINED_ALCOHOL_5

Undefined Alcohol - Reserved for Future Use

GEN_DELI

General Deli

PACKAGED_DELI

Packaged Sandwiches/Deli Products

PREPARED_FOOD

Prepared Foods

DELI_ITEMS

Deli Items

UNDEFINED_DELI_1

Undefined Deli - Reserved for Future Use

UNDEFINED_DELI_2

Undefined Deli - Reserved for Future Use

UNDEFINED_DELI_3

Undefined Deli - Reserved for Future Use

UNDEFINED_DELI_4

Undefined Deli - Reserved for Future Use

UNDEFINED_DELI_5

Undefined Deli - Reserved for Future Use

UNDEFINED_DELI_6

Undefined Deli - Reserved for Future Use

GEN_FOODSERVICE

General Foodservice

UNDEFINED_FOODSERVICE_1

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_2

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_3

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_4

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_5

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_6

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_7

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_8

Undefined Foodservice – Reserved for Future Use.

UNDEFINED_FOODSERVICE_9

Undefined Foodservice – Reserved for Future Use.

GEN_LOTTERY

General Lottery

LOTTERY_IN

Lottery - Instant

LOTTERY_ON

Lottery - Online

LOTTERY_OTHER

Lottery - Other

UNDEFINED_LOTTERY_1

Undefined Lottery - Reserved for Future Use

UNDEFINED_LOTTERY_2

Undefined Lottery - Reserved for Future Use

UNDEFINED_LOTTERY_3

Undefined Lottery - Reserved for Future Use

UNDEFINED_LOTTERY_4

Undefined Lottery - Reserved for Future Use

UNDEFINED_LOTTERY_5

Undefined Lottery - Reserved for Future Use

UNDEFINED_LOTTERY_6

Undefined Lottery - Reserved for Future Use

GEN_MONEY_ORDER

General Money Order

MONEY_ORDER_VP

Money Order - Vendor Payment

MONEY_ORDER_PC

Money Order - Payroll Check

MONEY_ORDER_GC

Money Order - Gift Certificate

MONEY_ORDER_REFC

Money Order - Refund Check

MONEY_ORDER_OC

Money Order - Official Check

MONEY_ORDER_REBC

Money Order - Rebate Check

MONEY_ORDER_DC

Money Order - Dividend Check

MONEY_ORDER_UC

Money Order - Utility Check

UNDEFINED_MONEY_ORDER

Undefined Money Order - Reserved for Future Use

GEN_STORE_SERVICE

General Store Service

HOME_DELIVERY

Home Delivery

MISC

<Deprecated> Miscellaneous

SALES_TAX_NON_FUEL

<Deprecated> Sales Tax as Shown for Non-Fuel Products

UNASSIGNED_30

Unassigned. Reserved for Future Use

UNASSIGNED_31

Unassigned. Reserved for Future Use

UNASSIGNED_32

Unassigned. Reserved for Future Use

UNASSIGNED_33

Unassigned. Reserved for Future Use

UNASSIGNED_34

Unassigned. Reserved for Future Use

UNASSIGNED_35

Unassigned. Reserved for Future Use

UNASSIGNED_36

Unassigned. Reserved for Future Use

UNASSIGNED_37

Unassigned. Reserved for Future Use

PREPAID_PURCHASE

Prepaid Cards - Purchase

PREPAID_ACT

Prepaid Cards - Activation/Recharge

MEMBERSHIP

Membership/Loyalty

UNDEFINED_STORE_SERVICES_1

Undefined Store Services - Reserved for Future Use

UNDEFINED_STORE_SERVICES_2

Undefined Store Services - Reserved for Future Use

UNDEFINED_STORE_SERVICES_3

Undefined Store Services - Reserved for Future Use

UNDEFINED_STORE_SERVICES_4

Undefined Store Services - Reserved for Future Use

UNDEFINED_STORE_SERVICES_5

Undefined Store Services - Reserved for Future Use

GEN_HEALTH

General Health & Beauty Care

UNDEFINED_HEALTH_1

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_2

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_3

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_4

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_5

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_6

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_7

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_8

Undefined Health & Beauty Care – Reserved for Future Use.

UNDEFINED_HEALTH_9

Undefined Health & Beauty Care – Reserved for Future Use.

GEN_PUBLICATIONS

General Publications

UNDEFINED_PUBLICATIONS_1

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_2

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_3

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_4

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_5

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_6

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_7

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_8

Undefined General Publications – Reserved for Future Use.

UNDEFINED_PUBLICATIONS_9

Undefined General Publications – Reserved for Future Use.

PIN_PREPAID_ACT

PIN Activate Prepaid Card

PIN_PREPAID_RET

PIN Return Prepaid Card

ENABLE_HANDSET

Enable Device/Handset Unlock

DISABLE_HANDSET

Disable Device/Handset Lock

THIRD_PARTY_PREPAID_ACT

3rd Party Prepaid Card Activate

THIRD_PARTY_PREPAID_REL

3rd Party Prepaid Card Reload

FIN_PREPAID_ACT

Financial Prepaid Card Activate

FIN_PREPAID_REL

Financial Prepaid Card Reload

PROP_PREPAID_ACT

Proprietary Prepaid Card Activate

PROP_PREPAID_REL

Proprietary Prepaid Card Reload

GEN_PURPOSE_ACT

General Purpose Activate

GEN_PURPOSE_REL

General Purpose Reload

REAL_TIME_RECHARGE

Real Time Recharge

WL_REAL_TIME_RECHARGE

Wireless Real Time Recharge

SINGLE_BILL_PAY

Single Payee Bill Pay

MULTI_BILL_PAY

Multiple Payee Bill Pay

UNDEFINED_BILL_PAY_1

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_2

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_3

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_4

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_5

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_6

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_7

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_8

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_9

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_10

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_11

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_12

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_13

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_14

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_BILL_PAY_15

Undefined Prepaid and Bill Pay – Reserved for Future Use.

UNDEFINED_MERCHANDISE_1

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_2

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_3

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_4

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_5

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_6

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_7

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_8

Undefined Merchandise – Reserved for Future Use.

UNDEFINED_MERCHANDISE_9

Undefined Merchandise – Reserved for Future Use.

CBD

Cannabidiol (CBD)

UNDEFINED_CBD_1

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_2

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_3

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_4

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_5

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_6

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_7

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_8

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_9

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_10

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_11

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_12

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_13

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_14

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_15

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_16

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_17

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_18

Undefined Cannabinoid – Reserved for Future Use.

UNDEFINED_CBD_19

Undefined Cannabinoid – Reserved for Future Use.

DISCOUNT_1

Discount 1

DISCOUNT_2

Discount 2

DISCOUNT_3

Discount 3

DISCOUNT_4

Discount 4

DISCOUNT_5

Discount 5

COUPON_1

Coupon 1

COUPON_2

Coupon 2

COUPON_3

Coupon 3

COUPON_4

Coupon 4

COUPON_5

Coupon 5

LOTTERY_PO_IN

Lottery Pay Out - Instant

LOTTERY_PO_ON

Lottery Pay Out - Online

LOTTERY_PO_OT

Lottery Pay Out - Other

SPLIT_TENDER

Split Tender

TAX_DISCOUNT_F

Tax Discount/Forgiven

LOCAL_DISCOUNT_1

Local Discount 1

LOCAL_DISCOUNT_2

Local Discount 2

LOCAL_DISCOUNT_3

Local Discount 3

LOCAL_DISCOUNT_4

Local Discount 4

LOCAL_DISCOUNT_5

Local Discount 5

POS_RES_DISCOUNT_1

POS/Loyalty Reserved Discount 1

POS_RES_DISCOUNT_2

POS/Loyalty Reserved Discount 2

POS_RES_DISCOUNT_3

POS/Loyalty Reserved Discount 3

POS_RES_DISCOUNT_4

POS/Loyalty Reserved Discount 4

POS_RES_DISCOUNT_5

POS/Loyalty Reserved Discount 5

MISC_NEG_ADMIN

Miscellaneous Negative Administrative

UNDEFINED_NEG_1

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_2

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_3

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_4

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_5

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_6

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_7

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_8

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_9

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_10

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_11

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_12

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_13

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_14

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_15

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_16

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_17

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_18

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_19

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_20

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_21

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_22

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_23

Undefined Negative – Reserved for Future Use.

UNDEFINED_NEG_24

Undefined Negative – Reserved for Future Use.

TAX_1

Tax 1

TAX_2

Tax 2

TAX_3

Tax 3

TAX_4

Tax 4

TAX_5

Tax 5

CASH_BACK

Cash Back

CASH_BACK_FEE

Cash Back Fee

FEE_1

Fee 1

FEE_2

Fee 2

FEE_3

Fee 3

FEE_4

Fee 4

FEE_5

Fee 5

MISC_AV_TAX

Miscellaneous Aviation Tax

GST_HST_VAT_1

GST/HST (Canadian)/VAT 1

PST_HST_VAT_2

PST/QST (Canadian) VAT 2

SWT_RATE

SWT Rate (Canadian)

TAX_6

Tax 6

TAX_7

Tax 7

TAX_8

Tax 8

JET_FD_E_TAX

Jet Federal Excise Tax

AV_GAS_FED_E_TAX

AvGas Federal Excise Tax

CHARITY

Charity

GRATUITY

Gratuity

MISC_ADMIN

Miscellaneous Administrative

UNDEFINED_AMIN_1

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_2

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_3

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_4

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_5

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_6

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_7

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_8

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_9

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_10

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_11

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_12

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_13

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_14

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_15

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_16

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_17

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_18

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_19

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_20

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_21

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_22

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_23

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_24

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_25

Undefined Administrative – Reserved for Future Use.

UNDEFINED_AMIN_26

Undefined Administrative – Reserved for Future Use.

UNKNOWN

Unknown/Undefined

VisaLineItemDetailIndicator

Visa Fleet line item detail indicator

Output:ENUM

Enum Values

NORMAL

Normal line item

CREDIT

Credit line item

PAYMENT

Payment line item

VisaNonFuelProductCode

Visa Fleet non fuel product codes

Output:ENUM

Enum Values

GEN_AUTO_MERCH

General Automotive Merchandise

MOTOR_OIL

Motor Oil

CAR_WASH

Car Wash

OIL_CHANGE

Oil Change

OIL_FILTER

Oil Filter

WORK_ORDER

Work Order

ANTI_FREEZE

Anti-Freeze

WASHER_FLUID

Washer Fluid

BRAKE_FLUID

Brake Fluid

TIRES

Tires

TIRES_FET

Federal Excise Tax (Tires)

TIRE_ROTATION

Tire Rotation

BATTERIES

Batteries

TIRES_BATTERIES_ACCESSORIES

<Deprecated> Tires, Batteries, and Accessories

LUBE

Lube

INSPECTION

Inspection

LABOR

Labor

TOWING

Towing

ROAD_SERVICE

Road Service

VEHICLE_ACC

Vehicle Accessories

VEHICLE_PARTS

Vehicle Parts

PREV_MAINTENANCE

Preventative Maintenance

AC_SERVICE

Air Conditioning Service

ENGINE_SERVICE

Engine Service

TRANSMISSION_SERVICE

Transmission Service

BRAKE_SERVICE

Brake Service

EXHAUST_SERVICE

Exhaust Service

BODY_WORK

Body Work

VEHICLE_GLASS

Vehicle Glass

SYNTHETIC_OIL

Synthetic Oil

LAMPS

Lamps

WIPERS

Wipers

HOSES

Hoses

TIRE_RELATED

Tire-related (Wheel Balance, Valve Stem)

REPAIRS

Repairs

SERVICE_PACKAGE

Service Package

VEHICLE_PARKING

Vehicle Parking

TRUNK_TANK_CLEANING

Truck Tank Cleaning

OTHER_LUBE

Other Lubricants

VEHICLE_FUEL_ADDITIVES

Vehicle Fuel Additives/Treatment (Injected)

VEHICLE_RENTAL

Vehicle Rental

AIR_FILTER

Air Filter

VEHICLE_PREP

Vehicle Prep

FUEL_SYSTEM

Fuel System

MISC_VEHICLE_PS

Miscellaneous Vehicle Products / Services

SCALES

Scales

SHOWER

Shower

TIRE_REPAIR

Tire Repair

LODGING

Lodging

WASH_OUT

Wash Out

TRAILER_WASH

Trailer Wash

RV_DUMP_FEE

RV Dump Fee

EV_CHARGE

EV Charging Fee

EV_BATTERY_ECH

EV Battery Exchanges

TOLL

Toll Payments

STORAGE

Storage

AIRCRAFT_GROUND_HAULING

Aircraft Ground Hauling

AIRCRAFT_GROUND_PU

Aircraft Ground Power Unit

AIRCRAFT_LABOR

Aircraft Labor

AIRCRAFT_WO

Aircraft Work Order

AIRCRAFT_MAINTENANCE

Aircraft Maintenance

AIRCRAFT_SERVICE

Aircraft Service

TRANSPORTATION

Transportation

DE_ICING

De-icing

RAMP_FEES

Ramp Fees

CATERING

Catering

HANGAR_FEE

Hangar Fee

APU

<Deprecated> APU or Aircraft Jump Seat

LANDING_FEE

Landing Fee

CALL_OUT_FEE

Call Out Fee

AIRCRAFT_RENTAL

Aircraft Rental

INSTRUCTION_FEE

Instruction Fee

FLIGHT_PLANS

Flight Plans/Weather Brief

FLIGHT_PLANNING_FEES

<Deprecated> Flight Planning Fees

WEATHER_FEES

<Deprecated> Weather Fees

CHARTER_FEE

Charter Fee

COMMUNICATION_FEE

Communication Fee

AIRCRAFT_CLEANING

Aircraft Cleaning

CARGO_HANDLING

Cargo Handling

AIRCRAFT_ACC

Aircraft Accessories

AVIONICS

<Deprecated> Avionics

PILOT_SUPPLIES

Pilot Supplies

AIRCRAFT_PARKING_FEE

Aircraft Parking Fees

AIRCRAFT_TIE_DOWN_FEE

Aircraft Tie Down Fees

AIRCRAFT_SANITATION

Aircraft Sanitation Fees

AIRCRAFT_FUEL_ADDITIVE

Aircraft Fuel Additive

AC_PARTS

AC Parts 052-061

OXYGEN

Oxygen

DE_FUEL

De-fuel

RE_SERVICE

Re-service

STATIC_DISSIPATER_ADDITIVE

Static Dissipater Additive

CORROSION_INHIBITOR

Corrosion Inhibitor

AIRPORT_FEE

Airport Fees

OVERTIME_FEE

Overtime Fees

IT_BLADDER

IT/Bladder

GES_FEE

Ground Equipment Service Fees

SECURE_FEE

Secure Fees

FLOW_FEE

Flow Fee

MISC_AV_PS

Miscellaneous Aviation Products/Services

MARINE_SERVICE

Marine Service

MARINE_LABOR

Marine Labor

MARINE_WO

Marine Work Order

LAUNCH_FEE

Launch Fee

SLIP_RENTAL

Slip Rental

MISC_MARINE_PS

Miscellaneous Marine Products/Services

GEN_MERCH

General Merchandise

GEN_ICE

General Ice

GEN_UNDEFINED

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_2

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_3

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_4

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_5

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_6

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_7

General Undefined – Reserved for Conexxus Future Use

GEN_UNDEFINED_8

General Undefined – Reserved for Conexxus Future Use

GEN_TOBACCO

General Tobacco

CIGARETTES

Cigarettes

TOBACCO_OTHER

Tobacco - Other

GEN_PACKAGED_BEV

General Packaged Beverage

PACKAGED_BEV_NA

Packaged Beverages (non-alcoholic)

PACKAGED_JUICE

Packaged Juice

OTHER_PACKAGED_BEV

Other Packaged Beverages

GEN_DISPENSED_BEV

General Dispensed Beverage

SODA

Soda

HOT_DISPENSED_BEV

Hot Dispensed Beverages

COLD_DISPENSED_BEV

Cold Dispensed Beverages

FROZEN_DISPENSED_BEV

Frozen Dispensed Beverages

OTHER_DISPENSED_BEV

Other Dispensed Beverages

UNASSIGNED_BEV

Unassigned Beverage Items

UNASSIGNED_BEV_2

Unassigned Beverage Items

UNASSIGNED_BEV_3

Unassigned Beverage Items

UNASSIGNED_BEV_4

Unassigned Beverage Items

UNASSIGNED_BEV_5

Unassigned Beverage Items

UNASSIGNED_BEV_6

Unassigned Beverage Items

UNASSIGNED_BEV_7

Unassigned Beverage Items

GEN_SNACKS

General Snacks

SALTY_SNACKS

Salty Snacks

ALT_SNACKS

Alternative Snacks

SWEET_SNACKS

Sweet Snacks - Packaged

GEN_CANDY

General Candy

GEN_DAIRY

General Dairy

FLUID_MILK

Fluid Milk Products

PACKAGED_ICE_CREAM

Packaged Ice Cream/Novelties

OTHER_DAIRY

Other Dairy

GEN_GROCERY

General Grocery

GROCERY_EDIBLE

Groceries - Edible

GROCERY_NON_EDIBLE

Groceries - Non-Edible

GROCERY_PER_EDIBLE

Groceries - Perishable

UNASSIGNED_GROCERY

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_2

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_3

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_4

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_5

Unassigned Food and Grocery Items

UNASSIGNED_GROCERY_6

Unassigned Food and Grocery Items

PACKAGED_BREAD

Bread - Packaged

FROZEN_FOOD

Frozen Foods

GEN_ALCOHOL

General Alcohol

BEER

Beer - Alcoholic

BEER_NA

Beer - Non-Alcoholic

WINE

Wine

LIQUOR

Liquor

GEN_DELI

General Deli

PACKAGED_DELI

Packaged Sandwiches/Deli Products

PREPARED_FOOD

Prepared Foods

DELI_ITEMS

Deli Items

GEN_FOODSERVICE

General Foodservice

GEN_LOTTERY

General Lottery

LOTTERY_IN

Lottery - Instant

LOTTERY_ON

Lottery - Online

LOTTERT_OT

Lottery - Other

GEN_MONEY_ORDER

General Money Order

MONEY_ORDER_VP

Money Order - Vendor Payment

MONEY_ORDER_PC

Money Order - Payroll Check

MONEY_ORDER_GC

Money Order - Gift Certificate

MONEY_ORDER_REFC

Money Order - Refund Check

MONEY_ORDER_OC

Money Order - Official Check

MONEY_ORDER_REBC

Money Order - Rebate Check

MONEY_ORDER_DC

Money Order - Dividend Check

MONEY_ORDER_UC

Money Order - Utility Check

GEN_STORE_SERVICE

General Store Service

HOME_DELIVERY

Home Delivery

MISC

<Deprecated> Miscellaneous

SALES_TAX_NON_FUEL

<Deprecated> Sales Tax as Shown for Non-Fuel Products

PREPAID_PURCHASE

Prepaid Cards - Purchase

PREPAID_ACT

Prepaid Cards - Activation/Recharge

MEMBERSHIP

Membership/Loyalty

GEN_HEALTH

General Health & Beauty Care

GEN_PUBLICATIONS

General Publications

PIN_PREPAID_ACT

PIN Activate Prepaid Card

PIN_PREPAID_RET

PIN Return Prepaid Card

ENABLE_HANDSET

Enable Device/Handset Unlock

DISABLE_HANDSET

Disable Device/Handset Lock

THREE_P_PREPAID_ACT

3rd Party Prepaid Card Activate

THREE_P_PREPAID_REL

3rd Party Prepaid Card Reload

FIN_PREPAID_ACT

Financial Prepaid Card Activate

FIN_PREPAID_REL

Financial Prepaid Card Reload

PROP_PREPAID_ACT

Proprietary Prepaid Card Activate

PROP_PREPAID_REL

Proprietary Prepaid Card Reload

GEN_PURPOSE_ACT

General Purpose Activate

GEN_PURPOSE_REL

General Purpose Reload

REAL_TIME_RECHARGE

Real Time Recharge

WL_REAL_TIME_RECHARGE

Wireless Real Time Recharge

SINGLE_BILL_PAY

Single Payee Bill Pay

MULTI_BILL_PAY

Multiple Payee Bill Pay

CBD

Cannabidiol (CBD)

DISCOUNT_1

Discount 1

DISCOUNT_2

Discount 2

DISCOUNT_3

Discount 3

DISCOUNT_4

Discount 4

DISCOUNT_5

Discount 5

COUPON_1

Coupon 1

COUPON_2

Coupon 2

COUPON_3

Coupon 3

COUPON_4

Coupon 4

COUPON_5

Coupon 5

LOTTERY_PO_IN

Lottery Pay Out - Instant

LOTTERY_PO_ON

Lottery Pay Out - Online

LOTTERY_PO_OT

Lottery Pay Out - Other

SPLIT_TENDER

Split Tender

TAX_DISCOUNT_F

Tax Discount/Forgiven

LOCAL_DISCOUNT_1

Local Discount 1

LOCAL_DISCOUNT_2

Local Discount 2

LOCAL_DISCOUNT_3

Local Discount 3

LOCAL_DISCOUNT_4

Local Discount 4

LOCAL_DISCOUNT_5

Local Discount 5

POS_RES_DISCOUNT_1

POS/Loyalty Reserved Discount 1

POS_RES_DISCOUNT_2

POS/Loyalty Reserved Discount 2

POS_RES_DISCOUNT_3

POS/Loyalty Reserved Discount 3

POS_RES_DISCOUNT_4

POS/Loyalty Reserved Discount 4

POS_RES_DISCOUNT_5

POS/Loyalty Reserved Discount 5

MISC_NEG_ADMIN

Miscellaneous Negative Administrative

TAX_1

Tax 1

TAX_2

Tax 2

TAX_3

Tax 3

TAX_4

Tax 4

TAX_5

Tax 5

CASH_BACK

Cash Back

CASH_BACK_FEE

Cash Back Fee

FEE_1

Fee 1

FEE_2

Fee 2

FEE_3

Fee 3

FEE_4

Fee 4

FEE_5

Fee 5

MISC_AV_TAX

Miscellaneous Aviation Tax

GST_HST_VAT_1

GST/HST (Canadian)/VAT 1

PST_HST_VAT_2

PST/QST (Canadian) VAT 2

SWT_RATE

SWT Rate (Canadian)

TAX_6

Tax 6

TAX_7

Tax 7

TAX_8

Tax 8

JET_FD_E_TAX

Jet Federal Excise Tax

AV_GAS_FED_E_TAX

AvGas Federal Excise Tax

CHARITY

Charity

GRATUITY

Gratuity

MISC_ADMIN

Miscellaneous Administrative

RESERVED_1

Reserved for future use

RESERVED_2

Reserved for future use

RESERVED_3

Reserved for future use

RESERVED_4

Reserved for future use

RESERVED_5

Reserved for future use

RESERVED_6

Reserved for future use

RESERVED_7

Reserved for future use

RESERVED_8

Reserved for future use

UNKNOWN

Unknown/Undefined

VisaTaxTreatment

Visa Fleet tax treatment types

Output:ENUM

Enum Values

NLL

Net prices with taxes calculated at the line item level

NIL

Net prices with taxes calculated at the invoice level

GLL

Gross prices with taxes calculated at the line item level

GIL

Gross prices with taxes calculated at the invoice level

NON

No tax applies on the invoice

WalletProviderType

Highnote supported Client Wallet Providers.

Output:ENUM

Enum Values

GOOGLE_PAY

Google Pay Wallet

SAMSUNG_PAY

Samsung Pay Wallet

WireStatusReasonCode

Additional details for wire transfer errors. This will only be relevant when the WireTransferStatus is FAILED.

Output:ENUM

Enum Values

ACCOUNT_CLOSED

The Highnote account is closed.

ACCOUNT_NOT_FOUND

No matching Highnote account.

CURRENCY_MISMATCH

The currency of the wire does not match the currency of the destination account.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

The receiving account does not have the payroll advance feature enabled.

ACCOUNT_HOLDER_IS_NOT_AN_ORGANIZATION

The wire was sent to an individual instead of an organization.

WireTransferStatus

The status of the wire transfer.

Output:ENUM

Enum Values

PENDING

The WireTransfer is pending.

PROCESSING

The wire is being processed.

COMPLETED

The WireTransfer is complete.

FAILED

The WireTransfer has failed.

WireTransferStatusReasonCode

The reasons a WireTransfer could fail.

Output:ENUM

Enum Values

INSUFFICIENT_FUNDS

The source account of the WireTransfer did not have enough funds to cover the requested amount.

ACCOUNT_CLOSED

The source or receiving account is closed.

ACCOUNT_NOT_FOUND

The source or receiving account was not found.

CURRENCY_MISMATCH

The source and receiving account have different currency.

PAYROLL_ADVANCE_FEATURE_NOT_ENABLED

The receiving account does not have PayrollAdvanceFinancialAccountFeature as enabled.

ACCOUNT_HOLDER_IS_NOT_AN_ORGANIZATION

The receiving account holder is not an Organization.

WireTransferType

The possible types of WireTransfer.

Output:ENUM

Enum Values

INCOMING_WIRE_TRANSFER

Represents an incoming wire transfer.

OUTGOING_WIRE_TRANSFER

Represents an outgoing wire transfer.

INCOMING_WIRE_TRANSFER_REVERSAL

Represents an incoming wire transfer reversal.

OUTGOING_WIRE_TRANSFER_REVERSAL

Represents an incoming wire transfer reversal.