Mayson Monorepo Documentation
    Preparing search index...
    interface AchCreditTransfer {
        account_number: string;
        bank_name: string;
        routing_number: string;
        swift_code: string;
    }
    Index

    Properties

    account_number: string

    Account number to transfer funds to.

    bank_name: string

    Name of the bank associated with the routing number.

    routing_number: string

    Routing transit number for the bank account to transfer funds to.

    swift_code: string

    SWIFT code of the bank associated with the routing number.