Introduction
The StarPay SGH API lets you accept, verify, and manage payments programmatically from your own application. It's a REST API — predictable resource-based URLs, JSON request and response bodies, and standard HTTP response codes.
⚠️ Sandbox mode. StarPay SGH is currently in development. Every API key is a test key, and no real money moves through the system yet — see Testing & Sandbox Mode for details.
Base URL
https://starpaysgh.com/api/v1
What you can build
- Collect one-off or recurring payments from customers
- Redirect customers to a hosted, StarPay-branded checkout page
- Verify payment status directly from your server
- Receive real-time webhook events when a payment succeeds or fails
Next step
Head to the Quick Start guide to make your first API call in under five minutes.