Webhook Management
Set or update the webhook URL
Endpoint
Purpose
Request headers
Header
Value
Request body
Field
Type
Required
Notes
Example request (cURL)
curl -X PUT "https://api.test.devs.beadpay.io/Terminals/TERM-123/webhook" \
-H "Authorization: Bearer $ACCESS_TOKEN" \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{
"url": "https://yourapp.com/webhooks/payment-status"
}'Success responses
Delete the webhook URL
Endpoint
Purpose
Request headers
Header
Value
Example request (cURL)
Success status
Best practice tips
Tip
Why
Last updated