Skip to main content
POST
/
api
/
partners
/
mid
/
va-callback
{
  "va_callback": "https://partner.example.com/va/callback"
}
{
  "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.

Update the callback URL that Holdstation Pay uses to notify the partner of payments received on their virtual accounts. See Virtual Account for the callback payload and verification.

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

va_callback
string
required
HTTPS URL to receive Virtual Account payment callbacks.
{
  "va_callback": "https://partner.example.com/va/callback"
}
{
  "va_callback": "https://partner.example.com/va/callback"
}