What is the Partner API?
The Partner API lets partners onboard their merchants onto AcountPay and accept QR-based bank payments at physical terminals. Your merchants’ customers scan a QR code, pick their bank, and pay — all in a few seconds.The Partner API is designed for POS providers, payment integrators, and platforms that manage multiple merchants.
How It Works
Quick Start
1. Sign up on the Partner Dashboard
Register at partner.acountpay.com. Your account will be reviewed and approved by our team.2. Generate API credentials
Once approved, go to API Credentials in the Partner Dashboard and generate a client ID and secret.3. Onboard a merchant
Create a merchant and share the onboarding link:onboardingUrl.
4. Create a payment
Once the merchant is active, create payments from your POS:5. Display QR code
Render thepaymentUrl as a QR code on your POS terminal. Any QR library works — you just encode the URL string.
6. Get notified
Set up a webhook to receive instantpayment.completed notifications, or poll GET /partner/payments/{id}/status.
Base URL
Next Steps
- Authentication — API key setup
- Merchant Onboarding — Onboard merchants
- Payment Integration — Create payments and display QR codes
- Webhooks — Real-time payment notifications
- Testing — Sandbox environment guide

