Generate Signing Secret
Body Parameters
The merchant's Billink username.
The merchant's Billink ID (SHA-1 hash).
Response
Webhook V3 secret is generated successfully
Response Attributes
Operation result status.
successHuman-readable success message.
Base64-encoded 32-byte random key. Use this value as the secret when computing HMAC-SHA256 signatures to verify incoming webhook deliveries. Store it securely — the plaintext value is only returned by this endpoint.
billinkUsername parameter missing|billinkID parameter missing
Response Attributes
Operation result status.
errorHuman-readable error description.
Client not found
Response Attributes
Operation result status.
errorHuman-readable error description.
Could not update session webhook secret V3|Could not generate secret
Response Attributes
Operation result status.
errorHuman-readable error description.