创建订单返回的数据

interface CreateOrderResponse {
    amout: string;
    contract_address: string;
    contract_wei: number;
    invoice_code: string;
    is_test: true;
    recharge_address: string;
}

Properties

amout: string

USDT 支付数额

contract_address: string

USDT 合约地址

contract_wei: number

精度

invoice_code: string

Ton 支付时为交易备注信息,Stars 时无用

is_test: true

是否口开启测试链

recharge_address: string

Ton 支付时为收款地址,Stars 时为发票链接