Mayson Monorepo Documentation
    Preparing search index...
    interface Payments {
        statement_descriptor?: string;
        statement_descriptor_kana?: string;
        statement_descriptor_kanji?: string;
    }
    Index

    Properties

    statement_descriptor?: string

    The default text that appears on statements for non-card charges outside of Japan. For card charges, if you don't set a statement_descriptor_prefix, this text is also used as the statement descriptor prefix. In that case, if concatenating the statement descriptor suffix causes the combined statement descriptor to exceed 22 characters, we truncate the statement_descriptor text to limit the full descriptor to 22 characters. For more information about statement descriptors and their requirements, see the account settings documentation.

    statement_descriptor_kana?: string

    The Kana variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.

    statement_descriptor_kanji?: string

    The Kanji variation of statement_descriptor used for charges in Japan. Japanese statement descriptors have special requirements.