Skip to main content
The Partner API lets you programmatically manage merchants, stores, payments, and webhooks. All endpoints are authenticated using your API credentials.

Authentication

All Partner API endpoints require two headers:
HeaderDescription
X-Partner-Client-IdYour partner client ID
X-Partner-Client-SecretYour partner client secret
Generate credentials from the Partner Dashboard under Settings > API Credentials, or via the Create Credential endpoint.

Base URL

https://sandbox.api.acountpay.com/v1/partner

Sections

  • Profile — View and update your partner profile
  • Credentials — Manage API credentials
  • Merchants — Onboard and manage merchants
  • Stores — Create and manage merchant store locations
  • Webhooks — Configure real-time event notifications
  • Payments — Create and track payments
  • Stats — Dashboard statistics
For a conceptual overview and integration guides, see the Partner API Guide.