Skip to main content
GET
/
api
/
partners
/
mid
/
va-callback
Get VA Callback URL
curl --request GET \
  --url https://pay-api.holdstation.com/api/partners/mid/va-callback \
  --header 'Partner-App-Key: <partner-app-key>' \
  --header 'X-HSPay-Signature: <x-hspay-signature>' \
  --header 'X-HSPay-Timestamp: <x-hspay-timestamp>'
{
  "va_callback": "https://partner.example.com/va/callback"
}

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.

Retrieve the URL that Holdstation Pay currently calls when a payment is received on one of the partner’s virtual accounts.

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.
{
  "va_callback": "https://partner.example.com/va/callback"
}