@cfxlabsinc/b2b-services
    Preparing search index...

    Interface IncomingTransferAccountInput

    createIncomingTransferAccount arguments — the customer's EXTERNAL bank account, registered as a source RouteFusion may debit.

    The pull-side counterpart of BusinessBeneficiaryInput, and a genuinely different object: a beneficiary is where money goes, this is where it comes from. An instrument used in both directions needs both registrations.

    entity_id and wallet_id are passed separately by the client — the wallet being the pool the pulled funds land in.

    interface IncomingTransferAccountInput {
        account_holder_type: RouteFusionAccountHolderType;
        account_number: string;
        account_type: RouteFusionAccountType;
        bank_code?: string;
        bank_name: string;
        country?: string;
        currency: string;
        email: string;
        name_on_bank_account: string;
        nicename_on_bank_account?: string;
        purpose_of_payment?: string;
        reference?: string;
        remittance_info?: string;
        routing_code?: string;
        tax_id?: string;
        tax_number?: string;
    }
    Index
    account_holder_type: RouteFusionAccountHolderType
    account_number: string
    bank_code?: string
    bank_name: string
    country?: string
    currency: string
    email: string
    name_on_bank_account: string
    nicename_on_bank_account?: string
    purpose_of_payment?: string
    reference?: string
    remittance_info?: string
    routing_code?: string
    tax_id?: string
    tax_number?: string