Skip to content

交易 API Transaction API

Transaction APIs share the Merchant production core and are called with Partner Credential plus merchantId resource context.

Pending specification

No Partner-specific production API contract is published yet. Paths below describe the target resource model and must not be treated as live production endpoints until formally released.

Capabilities

AreaMerchant referencePartner page
Collection收款 Collection收款 Collection
Refund退款 Refund退款 Refund
Payout代付 Payout代付 Payout

Target calling pattern

http
POST /v1/merchants/{merchantId}/payments
POST /v1/merchants/{merchantId}/refunds
POST /v1/merchants/{merchantId}/payouts
GET  /v1/merchants/{merchantId}/payments/{orderSn}
GET  /v1/merchants/{merchantId}/refunds/{refundSn}

Reuse Merchant production field definitions where the Partner specification has not yet diverged.