@tax1driver/ts-tpay
    Preparing search index...

    Interface NotificationTransactionData

    interface NotificationTransactionData {
        id: string;
        md5sum: string;
        test_mode: string;
        tr_amount: string;
        tr_crc: string;
        tr_date: string;
        tr_desc: string;
        tr_email: string;
        tr_error: string;
        tr_id: string;
        tr_paid: string;
        tr_status: string;
    }
    Index

    Properties

    id: string

    Transaction ID

    md5sum: string

    MD5 checksum for validation

    test_mode: string

    Test mode flag ("0" for production, "1" for test)

    tr_amount: string

    Transaction amount (as string)

    tr_crc: string

    Transaction CRC (client reference)

    tr_date: string

    Transaction date (YYYY-MM-DD HH:MM:SS format)

    tr_desc: string

    Transaction description

    tr_email: string

    Payer email address

    tr_error: string

    Transaction error message ("none" if no error)

    tr_id: string

    Transaction identifier

    tr_paid: string

    Transaction paid amount (as string)

    tr_status: string

    Transaction status ("TRUE" for success)