Touch Origin 接入文档Docs Touch Origin Supply Chain Management Limited · HK
Cross-border Payment Sandbox

跨境支付对接
测试沙盒
Cross-border payment
integration sandbox

一个让你把东南亚支付对接调通的测试环境。在沙盒里跑通收银台、回调、多币种与各类失败场景, 调通后切到你自己的支付通道直接上线。A testing environment to get your Southeast Asia payment integration working. Run the cashier, callbacks, multi-currency and failure scenarios in the sandbox, then switch to your own payment channel and go live.
支付对接测试技术服务 · 非真实收单 · 过渡用途。Payment-integration testing technical service · not real acquiring · transitional use.

已支持的东南亚支付方式Supported Southeast Asia payment methods
Touch'n GoTouch'n Go · MYR BoostBoost · MYR AlipayAlipay · CNY AlipayHKAlipayHK · HKD

先确认你要哪个First, pick the right one

两个不同的产品 · 别进错Two different products · don't pick the wrong one

本站下面两件事是分开的产品,key 和文档都不通用。先看清你要哪个:The two things below are separate products — their keys and docs are not interchangeable. Be clear which one you need:

💳

① 支付对接测试沙盒① Payment integration sandbox

就是本页 · 需付费this page · paid

测 Antom 东南亚支付对接(收银台 / 回调 / 多币种 / 失败场景)。选行业 → 付费 → 拿 key 调支付接口。 往下走就是。
游戏、跨境支付客户走这条。
Test Antom Southeast Asia payment integration (cashier / callbacks / multi-currency / failure cases). Pick an industry → pay → get a key to call the payment APIs. Just scroll down.
Gaming and cross-border payment clients go here.

📦

② A/B 商品接入(聚合联调)② A/B product integration (aggregation)

免付费申请 key · 不在下方支付流程里free key application · not the payment flow below

把商品接入 CUBE 聚合池,分销人搜到带货、每单 ?d= 归因。这不是支付测试,别在下方付费。
A 型给源头价 CUBE 算公开价 / B 型给成品价 CUBE 取数。
Feed products into the CUBE aggregation pool so resellers can find and sell them, with ?d= attribution per order. This is not payment testing — don't pay below.
Model A: give origin price, CUBE computes the public price / Model B: give finished price, CUBE reads it.

A/B 商品接入 · 3 行接通(免付费申请接入 key)A/B product integration · 3 lines to connect (free integration key)
# 1) 申请 A/B 商家 key(A=源头价 / B=成品价)
curl -X POST https://sandbox.touchorigin.com/api/sandbox/merchant/apply \
  -H "Content-Type: application/json" -d '{"merchant_model":"A","company_name":"Your Co"}'

# 2) 接入商品(A 型:price_local+currency 放顶层;B 型:价格放 extra:{})
curl -X POST https://sandbox.touchorigin.com/api/sandbox/merchant/ingest \
  -H "X-API-Key: <商家key>" \
  -d '{"product_id":"JP-1","name":"Item","price_local":1200,"currency":"JPY"}'

# 3) 搜货:GET /api/sandbox/merchant/search?q=关键词(中文需 URL 编码)
# 完整文档(浏览器打开):/api/sandbox/merchant/docs?key=你的商家key

产品① · 支付测试 · Step 1Product ① · Payment testing · Step 1

选择你的行业(支付测试)Choose your industry (payment testing)

以下是支付对接测试。不同行业测试场景不同,选一个看对应用例。(要 A/B 商品接入请看上方产品②,别在这付费。)Below is payment integration testing. Test scenarios differ by industry — pick one to see its use cases. (For A/B product integration, see Product ② above — don't pay here.)

🎮

游戏 / GamingGaming

充值 · 内购 · 订阅Top-up · in-app · subscription
  • 可测Ready 玩家充值 / 内购(一次性,TNG/Boost)Player top-up / in-app purchase (one-off, TNG/Boost)
  • 可测Ready 多档位充值(小额高频)Tiered top-ups (small, high-frequency)
  • 可测Ready 失败场景:拒付 / 超时 / webhook 重试Failure cases: decline / timeout / webhook retry
  • 可测Ready 退款(玩家退充值)Refund (player top-up reversal)
  • 待开通Soon 订阅 / 月卡自动扣款 / 续费(需 Antom Auto Debit 合约)Subscription / monthly auto-debit / renewal (requires Antom Auto Debit contract)
🌏

跨境支付 / Cross-borderCross-border

多币种收款 · 退款 · 对账Multi-currency · refund · reconciliation
  • 可测Ready 多币种收款(MYR / CNY / HKD)Multi-currency collection (MYR / CNY / HKD)
  • 可测Ready 一次性大额收款One-off large collection
  • 可测Ready 失败场景:拒付 / 超时 / webhook 重试Failure cases: decline / timeout / webhook retry
  • 可测Ready 退款 + 对账(refund → inquiry)Refund + reconciliation (refund → inquiry)

Step 2

填写信息 · 同意条款 · 付费Fill in details · agree to terms · pay

选择支付方式Choose payment method
Touch'n GoMYR
BoostMYR
AlipayCNY
AlipayHKHKD
RM 199 · 一次性 · one-time
付款由 Antom(Alipay+)处理,款项结算至 Touch Origin。接入费一经开通(发放 Key)不退;沙盒内测试交易款可退。Payment is processed by Antom (Alipay+) and settled to Touch Origin. The integration fee is non-refundable once activated (Key issued); in-sandbox test transaction amounts are refundable.
付费成功Payment successful

你的沙盒 API KeyYour sandbox API Key

仅显示一次,请立即复制保存。Shown only once — copy and save it now.

查看接入文档 →View integration docs →