Skip to main content
GET
Get Webhooks
The response is an encrypted envelope { "response": { "Token": "<JWE>" } }. Decrypt the Token with your Encryption Key to get the array of webhooks, each with a UUID id, a scalar webhookAction, webhookStatus, and callbackUrl. If you have no webhooks registered, this returns 400 with code 10000032 (not an empty array).

Authorizations

Authorization
string
header
required

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

Response

List of webhooks retrieved 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