一个让你把东南亚支付对接调通的测试环境。在沙盒里跑通收银台、回调、多币种与各类失败场景,
调通后切到你自己的支付通道直接上线。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.
本站下面两件事是分开的产品,key 和文档都不通用。先看清你要哪个:The two things below are separate products — their keys and docs are not interchangeable. Be clear which one you need:
测 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.
把商品接入 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.
# 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
以下是支付对接测试。不同行业测试场景不同,选一个看对应用例。(要 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.)
仅显示一次,请立即复制保存。Shown only once — copy and save it now.