Skip to main content
POST
/
api
/
partners
/
mid
/
balance
{
  "request_id": "unique-request-id"
}
{
  "merchant_id": "MID123",
  "merchant_email": "partner@example.com",
  "balance": "1,000,000"
}

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 current balance of the partner’s MID at the payment service provider.

Authentication

Partner-App-Key
string
required
Your partner app key.
X-HSPay-Signature
string
required
Base64-encoded Ed25519 signature of the sign data.
X-HSPay-Timestamp
string
required
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.

Body Parameters

request_id
string
required
Unique request identifier. Use this to correlate the response with your request.
{
  "request_id": "unique-request-id"
}
{
  "merchant_id": "MID123",
  "merchant_email": "partner@example.com",
  "balance": "1,000,000"
}