商戶設定
簽名固定為 MD5(lowercase)— 過濾空值 + key 排序 + 拼字串 +
&secret_key=API_KEY + MD5代收下單
POST /api/v1/third-party/create-transactions
// 等待送出...
提示:
• 不傳
• 走自家碼商:5~10 秒內回收款卡資訊
• 走上游百利:自動推單給百利後回他們的收款卡
• 買家完成付款後,平台會 POST 到
• 不傳
channel_code → 平台依路由規則挑通道(依商戶/金額/權重)• 走自家碼商:5~10 秒內回收款卡資訊
• 走上游百利:自動推單給百利後回他們的收款卡
• 買家完成付款後,平台會 POST 到
notify_url 通知
代付下單
POST /api/v1/third-party/agency-withdraws
// 等待送出...
訂單查詢
POST /api/v1/third-party/transaction-queries (代收) 或 /withdraw-queries (代付)
// 等待送出...
批量查詢
POST /api/v1/third-party/batch-transaction-queries
// 等待送出...
商戶資料 / 餘額
POST /api/v1/third-party/profile-queries
// 等待送出...
通道列表
POST /api/v1/third-party/user-channels
// 等待送出...
回調 / API 記錄
| 時間 | 類型 | 內容 |
|---|
壓力測試
小心使用:會送出大量真實訂單!
// 等待開始...
簽名工具
輸入 JSON 參數,計算 MD5 簽名(過濾 sign + 空值 / key 排序 / 加 &secret_key=KEY)
// 等待產生...