{
"va_callback": "https://partner.example.com/va/callback"
}
{
"va_callback": "https://partner.example.com/va/callback"
}
Merchant Virtual Account
Update VA Callback URL
Set the URL that Holdstation Pay calls when a Virtual Account payment is received.
POST
/
api
/
partners
/
mid
/
va-callback
{
"va_callback": "https://partner.example.com/va/callback"
}
{
"va_callback": "https://partner.example.com/va/callback"
}
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
string
required
Your partner app key.
string
required
Base64-encoded Ed25519 signature of the sign data.
string
required
Unix timestamp (seconds) of the request. Must be within 60 seconds of server time.
Body Parameters
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"
}