交易 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
| Area | Merchant reference | Partner 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.