For the complete documentation index, see llms.txt. This page is also available as Markdown.

代付查詢

提示 (TIP)

代付訂單資訊查詢

介面地址 (Interface address)

POST https://api.tokenpay.me/v1/payanother/query

介面參數 (Interface parameters)

參數名稱
位置
類型
必填
描述

app_id

body

string

應用程式 ID,示例值:8e4b8c2e7cxxxxxxxx1a1cbd3d59e0bd

mch_id

body

string

商戶 ID,示例值:12345678

out_trade_no

body

string

商戶訂單號(out_trade_notransaction_id 至少傳入一個)

transaction_id

body

string

平台訂單號(out_trade_notransaction_id 至少傳入一個)

介面返回 (Interface return)

參數名稱
類型
必填
描述

code

integer

msg

string

狀態描述

request_id

string

返回示例 (Return example)

{
    "code": 0,
    "msg": "ok",
    "request_id": "08250916-a677-4a36-a090-323807ac644c",
    "data": {
        "out_trade_no": "fb722ca8-ed7b-444b-9f58-0b5c8a7b52cb",
        "transaction_id": "e98b3029477f4bdcb971797a9d9e09ce",
        "trade_state": "SUCCESS",
        "description": "recharge",
        "block_no": 33215220,
        "create_time": 1673407302044,
        "block_time": 1673407329000,
        "expire_time": 1673407902044,
        "expire_second": 0,
        "pay_time": 1673407329000,
        "close_time": 0,
        "tx_id": "9fdf0ab5823e23225f93bcc644af30a6ab83b6583a8e29e359ee80219802a33a",
        "from_address": "TULRFYoFuEmUbxxxxxxxx8nQYFHJ88888",
        "contract_address": "",
        "to_address": "TQjxEW2Z3p9wjoxxxxxxxxgJUrWXBun91w",
        "amount": 15000000,
        "chain": "TRON",
        "decimals": 6,
        "attach": "anim dolore",
        "service_amount": 45000,
        "service_amount_currency": "USDT",
        "notify_url": "/console/callback/pay",
        "notify_num": 1,
        "notify_status": 2,
        "status": 2,
        "currency": {
            "type": "TRX",
            "chain": "TRON",
            "code": "TRON_TRX",
            "currency": "TRX",
            "name": "TRX",
            "sub_name": "TRON",
            "logo": "https://xxx/trx_busd.png",
            "contract_address": "",
            "decimal": 6,
        }
    }
}

示例代碼 (Example code)

最後更新於