T402 API Reference - v2.8.0
    Preparing search index...

    Type Alias ExactDirectNearPayload

    NEAR payment payload for the exact-direct scheme Contains transaction hash and metadata for verification

    type ExactDirectNearPayload = {
        txHash: string;
        from: string;
        to: string;
        amount: string;
    }
    Index

    Properties

    Properties

    txHash: string

    Transaction hash of the completed ft_transfer This is the base58 encoded transaction hash from NEAR

    from: string

    Sender account ID (e.g., "alice.near")

    to: string

    Recipient account ID (e.g., "merchant.near")

    amount: string

    Transfer amount in smallest units (e.g., "1000000" for 1 USDC)