Skip to main content

Documentation Index

Fetch the complete documentation index at: https://pay-docs.holdstation.com/llms.txt

Use this file to discover all available pages before exploring further.

Get the MID’s account balance. All endpoints require both Partner-App-Key and X-HSPay-Signature headers. POST /api/partners/mid/balance Request Body:
{
    "request_id": "unique-request-id"
}
Response:
{
    "merchant_id": "MID123",
    "merchant_email": "partner@example.com",
    "balance": "1,000,000"
}