MicroDepositCreateResponse

Types

Link copied to clipboard
class AccountType : Enum

Account Type

Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
class OwnerType : Enum

Owner Type

Link copied to clipboard
class State : Enum

Account State

Link copied to clipboard
class VerificationMethod : Enum

Verification Method

Link copied to clipboard
class VerificationState : Enum

Verification State

Functions

Link copied to clipboard

Returns the raw JSON value of accountToken.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of address.

Link copied to clipboard

Returns the raw JSON value of companyId.

Link copied to clipboard

Returns the raw JSON value of country.

Link copied to clipboard

Returns the raw JSON value of created.

Link copied to clipboard

Returns the raw JSON value of currency.

Link copied to clipboard

Returns the raw JSON value of dob.

Link copied to clipboard

Returns the raw JSON value of doingBusinessAs.

Link copied to clipboard

Returns the raw JSON value of financialAccountToken.

Link copied to clipboard

Returns the raw JSON value of lastFour.

Link copied to clipboard

Returns the raw JSON value of name.

Link copied to clipboard

Returns the raw JSON value of owner.

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of routingNumber.

Link copied to clipboard

Returns the raw JSON value of state.

Link copied to clipboard

Returns the raw JSON value of token.

Link copied to clipboard

Returns the raw JSON value of type.

Link copied to clipboard

Returns the raw JSON value of userDefinedId.

Link copied to clipboard

Returns the raw JSON value of verificationAttempts.

Link copied to clipboard
Link copied to clipboard

Indicates which Lithic account the external account is associated with. For external accounts that are associated with the program, account_token field returned will be null

Link copied to clipboard
Link copied to clipboard

Optional field that helps identify bank accounts in receipts

Link copied to clipboard

The country that the bank account is located in using ISO 3166-1. We will only accept USA bank accounts e.g., USA

Link copied to clipboard

An ISO 8601 string representing when this funding source was added to the Lithic account.

Link copied to clipboard

currency of the external account 3-character alphabetic ISO 4217 code

Link copied to clipboard
fun dob(): LocalDate?

Date of Birth of the Individual that owns the external bank account

Link copied to clipboard

Doing Business As

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard

The financial account token of the operating account to fund the micro deposits

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

The last 4 digits of the bank account. Derived by Lithic from the account number passed

Link copied to clipboard
fun name(): String?

The nickname for this External Bank Account

Link copied to clipboard
fun owner(): String

Legal Name of the business or individual who owns the external account. This will appear in statements

Link copied to clipboard
Link copied to clipboard

Routing Number

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun token(): String

A globally unique identifier for this record of an external bank account association. If a program links an external bank account to more than one end-user or to both the program and the end-user, then Lithic will return each record of the association

Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
Link copied to clipboard

User Defined ID

Link copied to clipboard
Link copied to clipboard

The number of attempts at verification

Link copied to clipboard

Optional free text description of the reason for the failed verification. For ACH micro-deposits returned, this field will display the reason return code sent by the ACH network

Link copied to clipboard
Link copied to clipboard