Skip to main content
PUT
Update Webhook
The request and response are encrypted {Token} envelopes. The decrypted request requires both callbackUrl (HTTPS) and webhookStatus (ENABLED or DISABLED); webhookAction cannot be changed. {id} is the webhook’s UUID.

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using your Secret Key as the username and an empty password

Path Parameters

id
string
required

The unique identifier of the webhook

Body

application/json
request
object
required

Response

Webhook updated successfully

id
string

Unique identifier for the webhook

webhookAction
enum<string>

The transaction event this webhook receives.

Available options:
QRPH_SUCCESS,
QRPH_DECLINED
webhookStatus
enum<string>

Current status of the webhook

Available options:
ENABLED,
DISABLED
callbackUrl
string<uri>

The HTTPS URL where notifications are sent