Mayson Monorepo Documentation
    Preparing search index...
    interface AccountNumber {
        expected_expiry_date: number;
        identifier_type: IdentifierType;
        status: Stripe.FinancialConnections.Account.AccountNumber.Status;
        supported_networks: "ach"[];
    }
    Index

    Properties

    expected_expiry_date: number

    When the account number is expected to expire, if applicable.

    identifier_type: IdentifierType

    The type of account number associated with the account.

    Whether the account number is currently active and usable for transactions.

    supported_networks: "ach"[]

    The payment networks that the account number can be used for.