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.

API Key Authentication

To authenticate API requests, include a valid API key in the request headers. You can request an API key by contacting the Holdstation support team.

Header Format

Partner-App-Key: YOUR_API_KEY

Example Request

curl -X GET https://pay-api.holdstation.com/api/v1/tokens \
  -H "Partner-App-Key: YOUR_API_KEY"

Security Scheme

The API uses the apiKey security scheme with the key passed in the request header:
ParameterValue
TypeAPI Key
LocationHeader
Header NamePartner-App-Key
Some endpoints such as List Banks and List Tokens are publicly accessible and do not require authentication.