Accounts

Overview

An account represents a financial relationship that can be associated with either a business or a person. Accounts are central to transaction processing, balance tracking, and product lifecycle management across our infrastructure.

This section includes the required fields for account records. Each account is uniquely identified and includes attributes that support financial operations, compliance, and reporting.

Account data includes:

  • Unique identifiers for the account, business, and optionally a person
  • Account category and product type (e.g., deposit or commercial card)
  • Open and close dates for lifecycle tracking
  • Account status and current balance
  • Balance sign to indicate debit or credit position
  • Platform information for third-party resellers (if applicable)

These fields ensure that each account is accurately recorded, categorized, and maintained, enabling seamless integration with related entities such as Business, Person, and Card.

Field Definitions

FIELDSREQUIREDDESCRIPTIONCHARACTER LENGTHEXAMPLE
ACCOUNT NUMBERYThe account number that is tied to the account.20CUST123456
ACCOUNT CATEGORYYPlease enter a hardcoded value: 'D' for Deposit.1D
BUSINESS IDYUnique ID identifying a business.
Required if account is tied to Business
20BUS123456
PERSON IDNUnique ID identifying a PERSON.
Required if an account is tied to a person.
20PER551015
PRODUCT TYPEYThe type of product associated with the account. This is hardcoded value, which we will provide to you.40End User Deposit Account
ACCOUNT OPEN DATEYAccount Open DateDate(YYYYMMDD)20230101
ACCOUNT CLOSED DATENAccount Closed Date.Date(YYYYMMDD)20230101
ACCOUNT STATUSYAcceptable values are:
Open
Closed
25Open
ACCOUNT BALANCEYAccount balanceDecimal(10, 2)1500.75
ACCOUNT BALANCE SIGNYIndicates whether the settled balance is a negative (-) or positive (+).1
PLATFORMNIn most cases you will not need this field. The field is required if there is another third-party company that is reselling your product, otherwise leave it blank.

40PayAFriend

Did this page help you?