Mayson Monorepo Documentation
    Preparing search index...
    interface NetworkData {
        authorization_code: string;
        processing_date: string;
        transaction_id: string;
    }
    Index

    Properties

    authorization_code: string

    A code created by Stripe which is shared with the merchant to validate the authorization. This field will be populated if the authorization message was approved. The code typically starts with the letter "S", followed by a six-digit number. For example, "S498162". Please note that the code is not guaranteed to be unique across authorizations.

    processing_date: string

    The date the transaction was processed by the card network. This can be different from the date the seller recorded the transaction depending on when the acquirer submits the transaction to the network.

    transaction_id: string

    Unique identifier for the authorization assigned by the card network used to match subsequent messages, disputes, and transactions.