Register Webhook
Registers a webhook URL to receive real-time transaction status notifications.
Once registered, Wallib will send POST requests to the specified URL whenever a transaction changes state. This allows your system to react to events such as payment completion, failure, or expiration without polling.
**Authentication:** Bearer token (`{{JWT_LOGIN}}`) + `x-api-key` header.
**Key body fields**
- `url`: The publicly accessible HTTPS endpoint that will receive webhook event payloads.
Headers
x-api-key
Request
This endpoint expects an object.
url
Response headers
x-amzn-RequestId
Access-Control-Allow-Origin
x-amz-apigw-id
X-Amzn-Trace-Id
Response
OK
message
webhookUrl
webhookSecret

