AchTokenReponseObject: {
    account_holder_name: string;
    account_type: string;
    address: string;
    address2: string;
    bank_name: string;
    city: string;
    email: string;
    last_4: string;
    nickname: string;
    phone: string;
    profile_id: string;
    state: string;
    zip: string;
}

Type declaration

  • account_holder_name: string

    ACH/bank account holder name

  • account_type: string

    ACH/Bank account type. 1 = personal checking 2 = personal savings 3 = corporate checking 4 = corporate savings

  • address: string

    Customer billing street address 1

  • address2: string

    Customer billing street address 2

  • bank_name: string

    Bank name assocaited with account

  • city: string

    Customer billing city

  • email: string

    Customer email address

  • last_4: string

    Last 4 digits of tokenized bank account

  • nickname: string

    ACH/Bank token nickname.

  • phone: string

    Customer phone number

  • profile_id: string

    Customer Id associated with token

  • state: string

    Customer billing state

  • zip: string

    Customer billing zip

Generated using TypeDoc