即时到账Instant
付款确认秒级返回,订单状态实时回传,不用等 T+N。Confirmation returns in seconds and order status updates in real time — no T+N waiting.
Pix 是巴西中央银行运营的即时支付系统:秒级到账、全年无休、结算完成后不可撤销。对订阅、电商与数字内容商户来说,它是进入巴西市场最短的路径。Apex Payment 把 Pix 收款与代付封装成统一 API——你在巴西的第一笔收款,可以和你在其他国家的收款共用同一套代码。Pix is Brazil's central-bank-run instant payment system: seconds-level settlement, available around the clock, irrevocable once settled. For subscription, e-commerce and digital-content merchants it is the shortest path into Brazil. Apex Payment wraps Pix collection and payouts into one unified API — your first BRL charge shares the same code as every other corridor.
巴西央行的公开资料显示:Pix 可通过动态二维码或 Copy&Paste 发起收款并支持 API 集成;清算由 SPI 参与者完成,交易结算后具有最终性与不可撤销性。这意味着更少的拒付争议、更确定的资金安排。Per the Central Bank of Brazil, Pix charges are initiated via dynamic QR codes or Copy&Paste with API integration; clearing runs through SPI participants, and settled transactions are final and irrevocable — fewer chargebacks, more certainty.
付款确认秒级返回,订单状态实时回传,不用等 T+N。Confirmation returns in seconds and order status updates in real time — no T+N waiting.
周末与节假日照常收款,订阅续费不踩银行日历。Weekends and holidays included — renewals never wait for banking calendars.
Pix 结算完成后不可撤销,从机制上降低拒付与冲销风险。Settled Pix payments are irrevocable, structurally reducing chargeback risk.
天然适配订阅扣费、内容解锁与电商客单,无需银行卡即可支付。Natural fit for subscriptions, content unlocks and e-commerce carts — no card required to pay.
创建订单的接口只有一个;二维码、Copy&Paste、Payment Link 只是同一笔订单的不同展示层。There is exactly one create-order endpoint; QR, Copy&Paste and payment links are just presentation layers of the same order.
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" \
-d '{
"merchantOrderId": "br_sub_20260904_00318",
"amountMinor": 24900,
"country": "BR",
"paymentMethod": "pix",
"description": "Ebook monthly subscription"
}'
{
"orderNo": "APO20260904-003187",
"status": "pending",
"amountMinor": 24900,
"qrPayload": "00020126580014BR.GOV.BCB.PIX…",
"copyPaste": "00020126580014BR.GOV.BCB.PIX…",
"expiresAt": "2026-09-04T14:32:00Z"
}
给创作者分佣、给供应商结算时,打错钱比收不到钱更麻烦。Apex 的 Pix 代付把核身放在放款之前,资金两段式流转。For creator commissions and supplier settlements, paying the wrong person is worse than getting paid late. Apex verifies recipients before release, with two-phase fund handling.
扫码或粘贴 Copy&Paste,在银行 App 完成 Pix 支付。Scan the QR or paste the code and pay in any banking app.
上游通道确认,订单状态机迁移为 PAID,重复回调幂等处理。The upstream channel confirms; the state machine flips to PAID with idempotent handling.
扣除外显手续费后计入商户可用余额,生成分录(DR 通道清算 / CR 商户余额)。Credited to the merchant balance net of the disclosed fee, with ledger entries on both sides.
签名 Webhook 通知你的系统;每日与通道账单自动核对。A signed webhook notifies your system; daily reconciliation matches channel statements.
告诉我们你的业务模式与预计月交易量,我们会在 1 个工作日内回复 Pix 费率表与接入方案。Tell us your model and expected monthly volume — we will reply within one business day with Pix pricing and an integration plan.