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

    Interface SmartPayStep

    A step in the smart payment flow

    interface SmartPayStep {
        action: "check_price" | "check_balance" | "bridge" | "pay" | "fetch";
        status: "failed" | "skipped" | "success";
        detail: string;
    }
    Index

    Properties

    Properties

    action: "check_price" | "check_balance" | "bridge" | "pay" | "fetch"
    status: "failed" | "skipped" | "success"
    detail: string