跨境支付基础设施Cross-border payment infrastructure

一个 API,连接多国家收付款与结算 One API for multi-country collections, payouts & settlement

Apex Payment 为电子书订阅、电商、数字内容与 SaaS 商户提供多国家本地支付方式代收代付、商户预充值余额与 USDT 提现结算——资金由持牌主体持有,独立隔离记账,全程自动对账。 Apex Payment gives ebook, e-commerce, digital content and SaaS merchants multi-country local payment collection, payouts, prepaid merchant balance and USDT settlement — funds held by licensed entities, segregated and reconciled automatically.

  • 持牌主体持有资金Licensed-entity custody
  • 商户资金独立隔离Segregated merchant funds
  • 复式记账 · 每日对账Double-entry · daily reconciliation
  • 签名 Webhook · 全链路幂等Signed webhooks · idempotent by design
USDT 提现 · 已完成USDT withdrawal · completed
12,480.00 USDT
TRC-20 · 网络费 1.0 USDTnetwork fee 1.0 USDT
txhash 0x9f2a…3a2b · 2/4 确认confirmations
app.apexpayment.com / dashboard
今日收款Collected today
R$ 182,400.00
▲ 12.4%
今日订单Orders today
1,284
成功率 99.2%99.2% success
可用余额Available balance
R$ 96,210.55
冻结 R$ 1,240.00R$ 1,240.00 on hold
最近收款订单Recent payment orders
BRAPO20260904-003187R$ 249.00PAID
BRAPO20260904-003186R$ 1,080.00PAID
BRAPO20260904-003185R$ 79.90PENDING
BRAPO20260904-003184R$ 329.00PAID
代付与提现Payouts & withdrawals
BRPix 代付 · 批量 ×46Pix payout · batch ×46R$ 18,760.00PROCESSING
USDTTRC-2012,480.00COMPLETED
BR对账 · 09-03Reconciliation · Sep 3一致matchedDONE
Pix 收款单charge
R$ 249.00
BRL · 30 分钟有效期expires in 30 min
00020126…5802BR
PAID 资金已入商户余额credited to merchant balance
核心能力Capabilities

从收款到出金,一条资金链路走完One money flow, from collection to settlement

四个能力模块共用一套账户与账本体系,商户通过一个 API 和一个后台完成全部操作。Four modules on one account and ledger — merchants run everything through a single API and dashboard.

代收 CollectionsCollections

聚合多国家本地支付方式:Pix 二维码与 Copy&Paste、Payment Link、托管收银台。订单状态实时回传,支持全额与部分退款。Aggregate local payment methods — Pix QR & Copy&Paste, payment links and hosted checkout. Real-time status callbacks, full and partial refunds.

PIXQR / COPY&PASTEPAYMENT LINKAPI
巴西 Pix 收款详解Brazil Pix in detail

代付 PayoutsPayouts

向本地收款人单笔或批量付款:收款人先核身、后放款,金额先冻结再支付,失败自动解冻退回商户余额。Single and batch payouts to local recipients: verify first, then release. Amounts are held during review and unfrozen automatically on failure.

PIX KEYBATCH / CSVRECIPIENT KYC

商户余额 BalanceMerchant balance

预充值/可用余额模式,不提供授信与后结算。可用与冻结双余额,复式账本逐笔分录,余额流水可导出对账。Prepaid balance model — no credit, no post-settlement. Available and on-hold balances, double-entry ledger for every movement, exportable statements.

LEDGERDOUBLE-ENTRYSTATEMENTS

USDT 提现结算 SettlementUSDT settlement

商户余额按需换汇 USDT 提现:报价透明、网络与地址白名单校验、首次地址冷静期、TxHash 全程可查,与法币出金轨道并存。Convert merchant balance to USDT on demand: transparent FX quotes, network and address whitelisting, first-address cooling period, full TxHash traceability — alongside fiat rails.

TRC-20WHITELISTTXHASH
USDT 结算详解USDT settlement in detail
资金工作流Money flow

代收 → 余额 → 出金 → 对账,全程系统化Collect → balance → payout → reconcile, end to end

USDT 不是产品卖点,而是出金轨道:商户余额以法币计价,出金时按成本与到账时间选择银行或链上轨道。USDT is a settlement rail, not a pitch: balances are fiat-denominated, and each withdrawal is routed by cost and speed across bank or on-chain rails.

01 · COLLECTIONS

代收入账Collect

终端用户通过 Pix 等本地方式付款,订单状态机实时流转。End users pay via Pix and local methods; order state machine updates in real time.

02 · BALANCE

余额入账Balance

资金由持牌主体接收,扣除明示费用后计入商户可用余额。Funds are received by the licensed entity and credited to the merchant balance net of disclosed fees.

03 · PAYOUT / USDT

付款或提现Pay out or withdraw

商户发起代付或 USDT 提现,金额冻结、审核放款。Merchants trigger payouts or USDT withdrawals — amounts held, then released on approval.

04 · RECONCILIATION

自动对账Reconcile

复式记账引擎借贷平衡,每日与通道、链上数据自动核对。The double-entry engine keeps debits equal to credits and reconciles daily against channels and chain data.

API-First

为工程师设计的接口An API designed for engineers

统一资源模型与错误语义,生产环境与沙盒环境仅切换 Key。文档中的每个示例都对应真实端点。One resource model, one error semantics — production and sandbox differ only by API key. Every snippet in the docs maps to a real endpoint.

  • Idempotency-Key 贯穿所有写操作,网络重试不产生重复订单。on every write — network retries never duplicate orders.
  • amountMinor 以最小货币单位整数传值,杜绝浮点误差。integer minor units — no floating-point drift.
  • Webhook HMAC-SHA256 签名,失败按 60s→5min→30min→2h 自动重试。HMAC-SHA256 signed, retried at 60s → 5min → 30min → 2h.
  • request_id 随每个响应返回,出问题时凭它一条日志定位到底。returned on every response — one ID traces the whole request.
create-payment-order.sh
curl -X POST https://api.apexpayment.com/v1/payment-orders \
  -H "X-API-Key: ak_live_9f2e…" \
  -H "Idempotency-Key: 2c6a7e1f-9b34-4d2e-a1c5-8f0d6b21e4a7" \
  -H "Content-Type: application/json" \
  -d '{
    "merchantOrderId": "sub_20260904_00318",
    "amountMinor": 24900,
    "country": "BR",
    "paymentMethod": "pix",
    "description": "Ebook monthly subscription"
  }'
201 Created
{
  "id": "po_8f2a91c4",
  "orderNo": "APO20260904-003187",
  "status": "pending",
  "amountMinor": 24900,
  "currency": "BRL",
  "feeMinor": 523,
  "paymentMethod": "pix",
  "qrPayload": "00020126580014BR.GOV.BCB.PIX…",
  "expiresAt": "2026-09-04T14:32:00Z"
}
国家与支付方式Coverage

从巴西开始,逐国生长Starting in Brazil, growing country by country

每个国家都是一套独立配置:币种、支付方式、限额与费率。开通范围以已签约上游通道与合规安排为准。Every country is an independent configuration — currency, methods, limits and pricing. Corridors open as upstream partners are signed and compliance is cleared.

新增国家不会改变商户 API 结构:同一套接口,按国家返回可用支付方式。菲律宾、泰国、美国等市场将在签约上游通道并完成合规评估后逐国开启。 New countries never change the merchant API: the same endpoints simply return each country's available methods. The Philippines, Thailand, the US and others open as upstream partners are signed and compliance reviews complete.
信任与合规Trust & compliance

资金与合规,是产品的一部分Compliance is part of the product

支付平台的护城河不在代码,而在牌照、资金安排与风险体系——我们把它做进系统里。A payment platform's moat is not code — it is licensing, custody arrangements and risk systems. We build them into the product.

持牌与监管Licensed & regulated

以持牌主体持有商户资金;未持牌辖区通过持牌合作方承接。牌照信息公示可核。Merchant funds held by licensed entities; unlicensed corridors served via licensed partners. Licence details are published and verifiable.

资金隔离Segregated funds

预充值/可用余额模式,不授信、不后结算;商户资金独立隔离记账,与平台自有资金分开。Prepaid balance model — no credit, no post-settlement. Merchant funds are kept segregated from platform assets.

风控与 AMLRisk & AML

商户 KYB 准入、收款人核身与风险评分、制裁名单与链上地址风险筛查,可疑交易有处置流程。Merchant KYB, recipient verification and risk scoring, sanctions and on-chain address screening, with escalation procedures for suspicious activity.

审计与对账Audit & reconciliation

复式记账引擎逐笔分录、借贷强制平衡;运营操作全程审计日志,对账差异可追溯。Double-entry ledger with forced balance; every operations action is audit-logged and every reconciliation break is traceable.

查看牌照与合规详情View licences & compliance

准备好把收付交给一个 API 了吗?Ready to move collections and payouts onto one API?

告诉我们你的业务模式与目标国家,我们会在 1 个工作日内回复费率表与接入方案。Tell us your business model and target countries — we will reply within one business day with pricing and an integration plan.