cURL
curl --request POST \ --url https://api.humcli.com/api/v1/webhooks/dlocal \ --header 'Content-Type: application/json' \ --data ' { "status": "PAID", "order_id": "<string>", "amount": 123 } '
{ "received": true }
Callback endpoint for dLocal fiat deposit confirmations. Verified via X-Signature HMAC-SHA256 header.
PAID
COMPLETED
Webhook received