Skip to content

Partner API

Partner API is designed for platforms, ISVs, PSPs, acquirers and partners that manage and process transactions for multiple merchants.

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.

Design principles

  1. One shared transaction core with Merchant API
  2. Partner Credential identifies partnerId
  3. Business resources are scoped by merchantId
  4. Partner adds onboarding / management / settlement layers

Target resource model

http
POST /v1/partners/merchants
GET  /v1/merchants/{merchantId}
GET  /v1/merchants/{merchantId}/balance
POST /v1/merchants/{merchantId}/payments
POST /v1/merchants/{merchantId}/refunds
POST /v1/merchants/{merchantId}/payouts

Sections