cURL
Webhook
Configure Webhook
Configure the webhook URL for receiving transaction status updates
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://docs.dollarpe.xyz/llms.txt
Use this file to discover all available pages before exploring further.
| API Status Code | Response | Reason |
|---|---|---|
| 400 | Webhook URL is required | Webhook URL is required |
| 500 | Internal Server Error | Internal Server Error |
Authorizations
API Key for authentication
Current timestamp in seconds since epoch
HMAC SHA256 signature of the request encoded in Base64
Body
application/json
The HTTPS URL where webhook events will be sent
Example:
"www.testwh1fromapi.com/w1"

