Base URL
Authentication
Most endpoints require authentication via thePartner-App-Key header. See Authentication for details.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Complete reference for the Holdstation Pay API.
https://pay-api.holdstation.com
Partner-App-Key header. See Authentication for details.
{
"error": "string",
"error_code": "string",
"message": "string",
"detail": "string"
}
| Status Code | Description |
|---|---|
200 | Success |
400 | Bad Request |
401 | Unauthorized |
500 | Internal Server Error |
{
"message": "string",
"data": { ... }
}